Home
last modified time | relevance | path

Searched defs:mqDesc (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/libfmq/tests/aidl/android/fmq/test/
H A DITestAidlMsgQ.aidl36 boolean configureFmqSyncReadWrite(in MQDescriptor<int, SynchronizedReadWrite> mqDesc); in configureFmqSyncReadWrite()
55 out MQDescriptor<int, UnsynchronizedWrite> mqDesc); in getFmqUnsyncWrite()
/aosp12/system/libfmq/tests/aidl/default/
H A DTestAidlMsgQ.cpp26 const MQDescriptor<int32_t, SynchronizedReadWrite>& mqDesc, bool* _aidl_return) { in configureFmqSyncReadWrite()
43 bool configureFmq, bool userFd, MQDescriptor<int32_t, UnsynchronizedWrite>* mqDesc, in getFmqUnsyncWrite()
/aosp12/hardware/interfaces/tests/msgq/1.0/default/
H A DTestMsgQ.cpp28 const android::hardware::MQDescriptorSync<int32_t>& mqDesc) { in configureFmqSyncReadWrite()