Searched refs:readBlocking (Results 1 – 12 of 12) sorted by relevance
/aosp12/hardware/interfaces/tests/msgq/1.0/default/ |
H A D | TestMsgQ.cpp | 101 bool result = mFmqSynchronized->readBlocking( in requestBlockingRead() 116 bool result = mFmqSynchronized->readBlocking( in requestBlockingReadDefaultEventFlagBits() 130 bool result = mFmqSynchronized->readBlocking( in requestBlockingReadRepeat()
|
/aosp12/system/libfmq/tests/aidl/default/ |
H A D | TestAidlMsgQ.cpp | 71 bool result = mFmqSynchronized->readBlocking( in requestBlockingRead() 83 bool result = mFmqSynchronized->readBlocking(&data[0], count); in requestBlockingReadDefaultEventFlagBits() 95 bool result = mFmqSynchronized->readBlocking( in requestBlockingReadRepeat()
|
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/ |
H A D | ExecutionBurstUtils.cpp | 517 const bool success = mFmqRequestChannel.readBlocking(packet.data(), available); in getPacketBlocking() 532 bool success = mFmqRequestChannel.readBlocking(&datum, 1); in getPacketBlocking() 664 const bool success = mFmqResultChannel.readBlocking(packet.data(), available); in getPacketBlocking() 679 bool success = mFmqResultChannel.readBlocking(&datum, 1); in getPacketBlocking()
|
/aosp12/system/libfmq/include/fmq/ |
H A D | MessageQueueBase.h | 220 bool readBlocking(T* data, size_t count, uint32_t readNotification, uint32_t writeNotification, 223 bool readBlocking(T* data, size_t count, int64_t timeOutNanos = 0); 929 bool MessageQueueBase<MQDescriptorType, T, flavor>::readBlocking( in readBlocking() function 1039 bool MessageQueueBase<MQDescriptorType, T, flavor>::readBlocking(T* data, size_t count, in readBlocking() function 1041 return readBlocking(data, count, FMQ_NOT_FULL, FMQ_NOT_EMPTY, timeOutNanos); in readBlocking()
|
/aosp12/hardware/interfaces/sensors/common/default/2.X/ |
H A D | Sensors.h | 246 mWakeLockQueue->readBlocking(&eventsHandled, 1 /* count */, 0 /* readNotification */, in readWakeLockFMQ()
|
/aosp12/packages/modules/NeuralNetworks/common/ |
H A D | ExecutionBurstController.cpp | 324 bool success = mFmqResultChannel->readBlocking(&datum, 1); in getPacketBlocking()
|
H A D | ExecutionBurstServer.cpp | 414 bool success = mFmqRequestChannel->readBlocking(&datum, 1); in getPacketBlocking()
|
/aosp12/hardware/interfaces/power/stats/1.0/vts/functional/ |
H A D | VtsHalPowerStatsV1_0TargetTest.cpp | 522 rc = mQueue->readBlocking(&data[0], batch, timeout_ns); in readEnergy()
|
/aosp12/hardware/interfaces/sensors/common/default/2.X/multihal/ |
H A D | HalProxy.cpp | 615 bool success = mWakeLockQueue->readBlocking( in handleWakelocks()
|
/aosp12/system/libfmq/tests/ |
H A D | msgq_test_client.cpp | 625 ret = this->mQueue->readBlocking( in TYPED_TEST()
|
H A D | fmq_unit_tests.cpp | 290 bool ret = fmq->readBlocking(data, in ReaderThreadBlocking2()
|
/aosp12/hardware/interfaces/sensors/common/default/2.X/multihal/tests/ |
H A D | HalProxy_test.cpp | 872 return eventQueue->readBlocking(events.data(), numEvents, in readEventsOutOfQueue()
|