HomeSort by relevance Sort by last modified time
    Searched refs:waitForSpace (Results 1 - 11 of 11) sorted by null

  /frameworks/rs/
rsFifo.h 38 bool virtual writeAsync(const void *data, size_t bytes, bool waitForSpace = true) = 0;
rsFifoSocket.h 37 bool writeAsync(const void *data, size_t bytes, bool waitForSpace = true);
rsThreadIO.h 66 bool sendToClient(RsMessageToClientType cmdID, uint32_t usrID, const void *data, size_t dataLen, bool waitForSpace);
rsFifoSocket.cpp 52 bool FifoSocket::writeAsync(const void *data, size_t bytes, bool waitForSpace) {
rsThreadIO.cpp 212 size_t dataLen, bool waitForSpace) {
rsContext.h 170 bool sendMessageToClient(const void *data, RsMessageToClientType cmdID, uint32_t subID, size_t len, bool waitForSpace) const;
rsContext.cpp 739 uint32_t subID, size_t len, bool waitForSpace) const {
742 bool ret = mIO.sendToClient(cmdID, subID, data, len, waitForSpace);
  /hardware/libhardware/modules/sensors/
SensorEventQueue.h 73 bool waitForSpace(pthread_mutex_t* mutex);
SensorEventQueue.cpp 84 bool SensorEventQueue::waitForSpace(pthread_mutex_t* mutex) {
multihal.cpp 146 if (queue->waitForSpace(&queue_mutex)) {
  /hardware/libhardware/modules/sensors/tests/
SensorEventQueue_test.cpp 114 if (queue->waitForSpace(&mutex)) {

Completed in 116 milliseconds