Searched refs:readBlocking (Results 1 – 14 of 14) sorted by relevance
/hardware/interfaces/sensors/common/utils/ |
D | WakeLockMessageQueueWrapper.h | 40 virtual bool readBlocking(uint32_t* events, size_t numToRead, uint32_t readNotification, 55 bool readBlocking(uint32_t* wakeLocks, size_t numToRead, uint32_t readNotification, in readBlocking() function 58 return mQueue->readBlocking(wakeLocks, numToRead, readNotification, writeNotification, in readBlocking()
|
/hardware/interfaces/sensors/aidl/default/multihal/include/ |
D | WakeLockMessageQueueWrapperAidl.h | 41 bool readBlocking(uint32_t* wakeLocks, size_t numToRead, uint32_t readNotification, in readBlocking() function 44 return mQueue->readBlocking(reinterpret_cast<int32_t*>(wakeLocks), numToRead, in readBlocking()
|
/hardware/interfaces/tests/msgq/1.0/default/ |
D | TestMsgQ.cpp | 101 bool result = mFmqSynchronized->readBlocking( in requestBlockingRead() 116 bool result = mFmqSynchronized->readBlocking( in requestBlockingReadDefaultEventFlagBits() 130 bool result = mFmqSynchronized->readBlocking( in requestBlockingReadRepeat()
|
/hardware/interfaces/neuralnetworks/1.2/utils/src/ |
D | BurstUtils.cpp | 525 const bool success = mFmqRequestChannel.readBlocking(packet.data(), available); in getPacketBlocking() 540 bool success = mFmqRequestChannel.readBlocking(&datum, 1); in getPacketBlocking() 672 const bool success = mFmqResultChannel.readBlocking(packet.data(), available); in getPacketBlocking() 687 bool success = mFmqResultChannel.readBlocking(&datum, 1); in getPacketBlocking()
|
/hardware/interfaces/power/aidl/default/ |
D | Power.cpp | 94 while (stubQueue.readBlocking(&data, 1, 0)) { in getSessionChannel()
|
/hardware/interfaces/sensors/aidl/default/include/sensors-impl/ |
D | Sensors.h | 142 mWakeLockQueue->readBlocking( in readWakeLockFMQ()
|
/hardware/interfaces/sensors/common/default/2.X/ |
D | Sensors.h | 246 mWakeLockQueue->readBlocking(&eventsHandled, 1 /* count */, 0 /* readNotification */, in readWakeLockFMQ()
|
/hardware/google/pixel/power-libperfmgr/aidl/ |
D | Power.cpp | 358 while (stubQueue.readBlocking(&data, 1, 0)) { in getSessionChannel()
|
/hardware/interfaces/audio/aidl/default/ |
D | Stream.cpp | 168 if (!mContext->getCommandMQ()->readBlocking(&command, 1)) { in cycle() 397 if (!mContext->getCommandMQ()->readBlocking(&command, 1)) { in cycle()
|
/hardware/interfaces/power/stats/1.0/vts/functional/ |
D | VtsHalPowerStatsV1_0TargetTest.cpp | 522 rc = mQueue->readBlocking(&data[0], batch, timeout_ns); in readEnergy()
|
/hardware/interfaces/audio/aidl/vts/ |
D | EffectHelper.h | 196 ASSERT_TRUE(statusMq->readBlocking(&status, statusNum));
|
D | VtsHalAudioCoreModuleTargetTest.cpp | 954 if (!getReplyMQ()->readBlocking(&reply, 1)) { in cycle() 1041 if (!getReplyMQ()->readBlocking(&reply, 1)) { in cycle()
|
/hardware/interfaces/sensors/common/default/2.X/multihal/ |
D | HalProxy.cpp | 629 bool success = mWakeLockQueue->readBlocking( in handleWakelocks()
|
/hardware/interfaces/sensors/common/default/2.X/multihal/tests/ |
D | HalProxy_test.cpp | 872 return eventQueue->readBlocking(events.data(), numEvents, in readEventsOutOfQueue()
|