Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/common/utils/
DEventMessageQueueWrapper.h46 virtual bool writeBlocking(const V2_1::Event* events, size_t count, uint32_t readNotification,
84 bool writeBlocking(const V2_1::Event* events, size_t count, uint32_t readNotification, in writeBlocking() function
87 return mQueue->writeBlocking(reinterpret_cast<const V1_0::Event*>(events), count, in writeBlocking()
126 bool writeBlocking(const V2_1::Event* events, size_t count, uint32_t readNotification, in writeBlocking() function
129 return mQueue->writeBlocking(events, count, readNotification, writeNotification, in writeBlocking()
/hardware/interfaces/sensors/aidl/default/multihal/include/
DEventMessageQueueWrapperAidl.h73 bool writeBlocking(const ::android::hardware::sensors::V2_1::Event* events, size_t count, in writeBlocking() function
79 return mQueue->writeBlocking(mIntermediateEventBuffer.data(), count, readNotification, in writeBlocking()
/hardware/google/pixel/power-libperfmgr/aidl/tests/
DChannelGroupTest.cpp178 mChannel->writeBlocking(&in, 1, mReadFlag, mWriteFlag, 0, mEventFlag); in TEST_F()
217 mChannel->writeBlocking(&in, 1, mReadFlag, mWriteFlag, 0, mEventFlag); in TEST_F()
251 mChannel->writeBlocking(messagesIn.data(), 20, mReadFlag, mWriteFlag, 0, mEventFlag); in TEST_F()
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DBurstUtils.cpp449 const bool success = mFmqRequestChannel.writeBlocking(packet.data(), packet.size()); in sendPacket()
500 mFmqRequestChannel.writeBlocking(data.data(), data.size()); in invalidate()
604 mFmqResultChannel.writeBlocking(errorPacket.data(), errorPacket.size()); in sendPacket()
608 mFmqResultChannel.writeBlocking(packet.data(), packet.size()); in sendPacket()
647 mFmqResultChannel.writeBlocking(data.data(), data.size()); in notifyAsDeadObject()
/hardware/interfaces/sensors/2.0/
Dtypes.hal37 * If the MessageQueue::writeBlocking function is being used to write sensor
DISensors.hal87 * 2) Setting the write notification in the Event FMQ’s writeBlocking()
90 * If the Event FMQ’s writeBlocking() function is used, the read
/hardware/interfaces/power/aidl/vts/
DVtsHalPowerTargetTest.cpp516 ASSERT_TRUE(mChannel->writeBlocking(&message, 1, mChannelConfig.readFlagBitmask, in TEST_P()
533 ASSERT_TRUE(mChannel->writeBlocking(messages.data(), messages.size(), in TEST_P()
536 ASSERT_TRUE(mChannel->writeBlocking(messages.data(), messages.size(), in TEST_P()
/hardware/interfaces/sensors/2.1/
DISensors.hal54 * 2) Setting the write notification in the Event FMQ’s writeBlocking()
57 * If the Event FMQ’s writeBlocking() function is used, the read
/hardware/interfaces/neuralnetworks/1.2/
DIPreparedModel.hal174 * MessageQueue::writeBlocking if the queue is
187 * MessageQueue::writeBlocking if the queue is
/hardware/interfaces/audio/aidl/default/
DEffectImpl.cpp405 statusMQ->writeBlocking(&status, 1); in process()
DStream.cpp352 if (!mContext->getReplyMQ()->writeBlocking(&reply, 1)) { in cycle()
686 if (!mContext->getReplyMQ()->writeBlocking(&reply, 1)) { in cycle()
922 if (!commandMQ->writeBlocking(&cmd, 1)) { in stopWorker()
/hardware/interfaces/power/stats/1.0/default/
DPowerStats.cpp270 mPm.fmqSynchronized->writeBlocking(&mPm.reading[0], mPm.reading.size(), in streamEnergyData()
/hardware/interfaces/sensors/common/default/2.X/multihal/
DHalProxy.cpp585 if (!mEventQueue->writeBlocking( in handlePendingWrites()
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp1186 if (!getCommandMQ()->writeBlocking(&command, 1)) { in cycle()
1330 if (!getCommandMQ()->writeBlocking(&command, 1)) { in cycle()