Home
last modified time | relevance | path

Searched refs:waitForSpace (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/hardware/libhardware/modules/sensors/
H A DSensorEventQueue.h73 bool waitForSpace(pthread_mutex_t* mutex);
H A DSensorEventQueue.cpp86 bool SensorEventQueue::waitForSpace(pthread_mutex_t* mutex) { in waitForSpace() function in SensorEventQueue
H A Dmultihal.cpp146 if (queue->waitForSpace(&queue_mutex)) { in writerTask()
/aosp_15_r20/frameworks/rs/
H A DrsFifo.h38 bool virtual writeAsync(const void *data, size_t bytes, bool waitForSpace = true) = 0;
H A DrsFifoSocket.h37 bool writeAsync(const void *data, size_t bytes, bool waitForSpace = true);
H A DrsThreadIO.h63 …(RsMessageToClientType cmdID, uint32_t usrID, const void *data, size_t dataLen, bool waitForSpace);
H A DrsFifoSocket.cpp52 bool FifoSocket::writeAsync(const void *data, size_t bytes, bool waitForSpace) { in writeAsync() argument
H A DrsThreadIO.cpp200 size_t dataLen, bool waitForSpace) { in sendToClient() argument
H A DrsContext.cpp703 uint32_t subID, size_t len, bool waitForSpace) const { in sendMessageToClient()
706 bool ret = mIO.sendToClient(cmdID, subID, data, len, waitForSpace); in sendMessageToClient()
H A DrsContext.h160 …onst void *data, RsMessageToClientType cmdID, uint32_t subID, size_t len, bool waitForSpace) const;
/aosp_15_r20/hardware/libhardware/modules/sensors/tests/
H A DSensorEventQueue_test.cpp114 if (queue->waitForSpace(&mutex)) { in fullQueueWriterTask()