Home
last modified time | relevance | path

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

/aosp12/system/libfmq/tests/aidl/default/
H A DTestAidlMsgQ.cpp26 const MQDescriptor<int32_t, SynchronizedReadWrite>& mqDesc, bool* _aidl_return) { in configureFmqSyncReadWrite() argument
27 mFmqSynchronized.reset(new (std::nothrow) TestAidlMsgQ::MessageQueueSync(mqDesc)); in configureFmqSyncReadWrite()
43 bool configureFmq, bool userFd, MQDescriptor<int32_t, UnsynchronizedWrite>* mqDesc, in getFmqUnsyncWrite() argument
59 (mqDesc == nullptr)) { in getFmqUnsyncWrite()
62 *mqDesc = std::move(mFmqUnsynchronized->dupeDesc()); in getFmqUnsyncWrite()
H A DTestAidlMsgQ.h49 const MQDescriptor<int32_t, SynchronizedReadWrite>& mqDesc,
52 MQDescriptor<int32_t, UnsynchronizedWrite>* mqDesc,
/aosp12/system/libfmq/tests/aidl/android/fmq/test/
H A DITestAidlMsgQ.aidl36 boolean configureFmqSyncReadWrite(in MQDescriptor<int, SynchronizedReadWrite> mqDesc); in configureFmqSyncReadWrite() argument
55 out MQDescriptor<int, UnsynchronizedWrite> mqDesc); in getFmqUnsyncWrite() argument
/aosp12/hardware/interfaces/tests/msgq/1.0/
H A 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);
/aosp12/hardware/interfaces/tests/msgq/1.0/default/
H A DTestMsgQ.cpp28 const android::hardware::MQDescriptorSync<int32_t>& mqDesc) { in configureFmqSyncReadWrite() argument
29 mFmqSynchronized.reset(new (std::nothrow) MessageQueueSync(mqDesc)); in configureFmqSyncReadWrite()
H A DTestMsgQ.h58 Return<bool> configureFmqSyncReadWrite(const MQDescriptorSync<int32_t>& mqDesc) override;
/aosp12/hardware/interfaces/media/bufferpool/1.0/
H A DIAccessor.hal62 * @return mqDesc FMQ descriptor. The descriptor can be used to
67 int64_t connectionId, fmq_sync<BufferStatusMessage> mqDesc);
/aosp12/hardware/interfaces/power/stats/1.0/
H A DIPowerStats.hal57 * @return mqDesc Blocking Synchronous Fast Message Queue descriptor - One
97 generates(fmq_sync<EnergyData> mqDesc, uint32_t numSamples,