Home
last modified time | relevance | path

Searched refs:beginRead (Results 1 – 4 of 4) sorted by relevance

/system/libfmq/fuzzer/
Dfmq_fuzzer.cpp81 if (!readMq.beginRead(numElements, &tx)) { in reader()
/system/libfmq/tests/
Dfmq_unit_tests.cpp690 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()
Dmsgq_test_client.cpp663 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/
DMessageQueueBase.h411 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