Home
last modified time | relevance | path

Searched refs:readBlocking (Results 1 – 14 of 14) sorted by relevance

/hardware/interfaces/sensors/common/utils/
DWakeLockMessageQueueWrapper.h40 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/
DWakeLockMessageQueueWrapperAidl.h41 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/
DTestMsgQ.cpp101 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/
DBurstUtils.cpp525 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/
DPower.cpp94 while (stubQueue.readBlocking(&data, 1, 0)) { in getSessionChannel()
/hardware/interfaces/sensors/aidl/default/include/sensors-impl/
DSensors.h142 mWakeLockQueue->readBlocking( in readWakeLockFMQ()
/hardware/interfaces/sensors/common/default/2.X/
DSensors.h246 mWakeLockQueue->readBlocking(&eventsHandled, 1 /* count */, 0 /* readNotification */, in readWakeLockFMQ()
/hardware/google/pixel/power-libperfmgr/aidl/
DPower.cpp358 while (stubQueue.readBlocking(&data, 1, 0)) { in getSessionChannel()
/hardware/interfaces/audio/aidl/default/
DStream.cpp168 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/
DVtsHalPowerStatsV1_0TargetTest.cpp522 rc = mQueue->readBlocking(&data[0], batch, timeout_ns); in readEnergy()
/hardware/interfaces/audio/aidl/vts/
DEffectHelper.h196 ASSERT_TRUE(statusMq->readBlocking(&status, statusNum));
DVtsHalAudioCoreModuleTargetTest.cpp954 if (!getReplyMQ()->readBlocking(&reply, 1)) { in cycle()
1041 if (!getReplyMQ()->readBlocking(&reply, 1)) { in cycle()
/hardware/interfaces/sensors/common/default/2.X/multihal/
DHalProxy.cpp629 bool success = mWakeLockQueue->readBlocking( in handleWakelocks()
/hardware/interfaces/sensors/common/default/2.X/multihal/tests/
DHalProxy_test.cpp872 return eventQueue->readBlocking(events.data(), numEvents, in readEventsOutOfQueue()