Home
last modified time | relevance | path

Searched refs:writeBlocking (Results 1 – 13 of 13) 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/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/power/aidl/vts/
DVtsHalPowerTargetTest.cpp407 ASSERT_TRUE(mChannel->writeBlocking(&message, 1, mChannelConfig.readFlagBitmask, in TEST_P()
424 ASSERT_TRUE(mChannel->writeBlocking(messages.data(), messages.size(), in TEST_P()
427 ASSERT_TRUE(mChannel->writeBlocking(messages.data(), messages.size(), in TEST_P()
/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/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/
DStream.cpp309 if (!mContext->getReplyMQ()->writeBlocking(&reply, 1)) { in cycle()
587 if (!mContext->getReplyMQ()->writeBlocking(&reply, 1)) { in cycle()
785 if (!commandMQ->writeBlocking(&cmd, 1)) { in stopWorker()
DEffectImpl.cpp351 statusMQ->writeBlocking(&status, 1); in process()
/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.cpp948 if (!getCommandMQ()->writeBlocking(&command, 1)) { in cycle()
1035 if (!getCommandMQ()->writeBlocking(&command, 1)) { in cycle()