Home
last modified time | relevance | path

Searched defs:waitForSpace (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/libhardware/modules/sensors/
H A DSensorEventQueue.cpp86 bool SensorEventQueue::waitForSpace(pthread_mutex_t* mutex) { in waitForSpace() function in SensorEventQueue
/aosp12/frameworks/rs/
H A DrsFifoSocket.cpp52 bool FifoSocket::writeAsync(const void *data, size_t bytes, bool waitForSpace) { in writeAsync()
H A DrsThreadIO.cpp200 size_t dataLen, bool waitForSpace) { in sendToClient()