Home
last modified time | relevance | path

Searched refs:writeBlocking (Results 1 – 8 of 8) 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/neuralnetworks/1.2/utils/src/
DExecutionBurstUtils.cpp441 const bool success = mFmqRequestChannel.writeBlocking(packet.data(), packet.size()); in sendPacket()
492 mFmqRequestChannel.writeBlocking(data.data(), data.size()); in invalidate()
596 mFmqResultChannel.writeBlocking(errorPacket.data(), errorPacket.size()); in sendPacket()
600 mFmqResultChannel.writeBlocking(packet.data(), packet.size()); in sendPacket()
639 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/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/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.cpp571 if (!mEventQueue->writeBlocking( in handlePendingWrites()