Home
last modified time | relevance | path

Searched refs:mqDesc (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/tests/msgq/1.0/
DITestMsgQ.hal29 * @param mqDesc This structure describes the FMQ that was set up by the
34 configureFmqSyncReadWrite(fmq_sync<int32_t> mqDesc) generates(bool ret);
49 * @return mqDesc This structure describes the unsynchronized FMQ that was
52 … getFmqUnsyncWrite(bool configureFmq, bool userFd) generates(bool ret, fmq_unsync<int32_t> mqDesc);
/hardware/interfaces/tests/msgq/1.0/default/
DTestMsgQ.cpp28 const android::hardware::MQDescriptorSync<int32_t>& mqDesc) { in configureFmqSyncReadWrite() argument
29 mFmqSynchronized.reset(new (std::nothrow) MessageQueueSync(mqDesc)); in configureFmqSyncReadWrite()
DTestMsgQ.h58 Return<bool> configureFmqSyncReadWrite(const MQDescriptorSync<int32_t>& mqDesc) override;
/hardware/interfaces/media/bufferpool/1.0/
DIAccessor.hal62 * @return mqDesc FMQ descriptor. The descriptor can be used to
67 int64_t connectionId, fmq_sync<BufferStatusMessage> mqDesc);
/hardware/interfaces/power/stats/1.0/
DIPowerStats.hal57 * @return mqDesc Blocking Synchronous Fast Message Queue descriptor - One
97 generates(fmq_sync<EnergyData> mqDesc, uint32_t numSamples,