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

  /hardware/interfaces/tests/msgq/1.0/default/
TestMsgQ.cpp 95 bool result = mFmqSynchronized->readBlocking(
110 bool result = mFmqSynchronized->readBlocking(
124 bool result = mFmqSynchronized->readBlocking(
  /system/libfmq/include/fmq/
MessageQueue.h 205 bool readBlocking(T* data, size_t count, uint32_t readNotification,
209 bool readBlocking(T* data, size_t count, int64_t timeOutNanos = 0);
844 bool MessageQueue<T, flavor>::readBlocking(T* data,
876 * readBlocking() call.
    [all...]
  /system/libfmq/tests/
mq_test.cpp 171 * This thread will attempt to read and block using the readBlocking() API and
184 bool ret = fmq->readBlocking(data,
246 * writeBlocking()/readBlocking() APIs.
msgq_test_client.cpp 229 * Test that basic blocking works using readBlocking()/writeBlocking() APIs
250 * Test that basic blocking works using readBlocking()/writeBlocking() APIs
281 * Test that repeated blocking reads and writes work using readBlocking()/writeBlocking() APIs
309 * Test that repeated blocking reads and writes work using readBlocking()/writeBlocking() APIs
337 * Test that basic blocking works using readBlocking()/writeBlocking() APIs
364 * Test that writeBlocking()/readBlocking() APIs do not block on
383 ret = mQueue->readBlocking(&data,

Completed in 57 milliseconds