Searched refs:commitRead (Results 1 - 3 of 3) sorted by last modified time

/system/libfmq/include/fmq/
H A DMessageQueue.h390 * the read operation is to be committed using a call to commitRead().
411 bool commitRead(size_t nMessages);
1047 commitRead(nMessages);
1119 bool MessageQueue<T, flavor>::commitRead(size_t nMessages) { function in class:android::MessageQueue
1125 * have occured between beginRead() and commitRead().
/system/libfmq/tests/
H A Dmq_test.cpp356 ASSERT_TRUE(mQueue->commitRead(dataLen));
399 ASSERT_TRUE(mQueue->commitRead(dataLen));
637 ASSERT_TRUE(mQueue->commitRead(mNumMessagesMax));
687 * using beginRead()/commitRead() is succesful.
H A Dmsgq_test_client.cpp432 ASSERT_TRUE(mQueue->commitRead(dataLen));

Completed in 26 milliseconds