Searched refs:beginRead (Results 1 – 4 of 4) sorted by relevance
/system/libfmq/fuzzer/ |
D | fmq_fuzzer.cpp | 81 if (!readMq.beginRead(numElements, &tx)) { in reader()
|
/system/libfmq/tests/ |
D | fmq_unit_tests.cpp | 690 ASSERT_TRUE(this->mQueue->beginRead(dataLen, &tx)); in TYPED_TEST() 725 ASSERT_TRUE(this->mQueue->beginRead(dataLen, &tx)); in TYPED_TEST() 763 ASSERT_FALSE(this->mQueue->beginRead(dataLen, &tx)); in TYPED_TEST() 967 ASSERT_TRUE(this->mQueue->beginRead(this->mNumMessagesMax, &tx)); in TYPED_TEST()
|
D | msgq_test_client.cpp | 663 ASSERT_TRUE(this->mQueue->beginRead(dataLen, &tx)); in TYPED_TEST() 698 ASSERT_TRUE(this->mQueue->beginRead(dataLen, &tx)); in TYPED_TEST()
|
/system/libfmq/include/fmq/ |
D | MessageQueueBase.h | 411 bool beginRead(size_t nMessages, MemTransaction* memTx) const; 1140 return beginRead(nMessages, &tx) && tx.copyFrom(data, 0 /* startIdx */, nMessages) && in read() 1150 MessageQueueBase<MQDescriptorType, T, flavor>::beginRead(size_t nMessages, in beginRead() function
|