Home
last modified time | relevance | path

Searched refs:MQDescriptorSync (Results 1 – 6 of 6) sorted by relevance

/system/libhidl/fuzzer/
DlibHidlBase_parcel_fuzzer.cpp66 MQDescriptorSync<uint8_t> descriptorSync; in createRandomParcel()
80 MQDescriptorSync<uint8_t>{grantDescriptor, testHandle, size}; in createRandomParcel()
82 descriptorSync = MQDescriptorSync<uint8_t>{bufferSize, testHandle, size, in createRandomParcel()
130 MQDescriptorSync<uint8_t> descriptorSync; in process()
/system/libfmq/benchmarks/
Dmsgq_benchmark_client.cpp41 using android::hardware::MQDescriptorSync;
84 const MQDescriptorSync<uint8_t>& in) { in SetUp()
95 const MQDescriptorSync<uint8_t>& out) { in SetUp()
/system/libhidl/base/include/hidl/
DMQDescriptor.h89 using MQDescriptorSync = MQDescriptor<T, kSynchronizedReadWrite>; variable
/system/tools/hidl/
Dhidl-gen_l.ll145 "fmq_sync" { yylval->type = new FmqType("::android::hardware", "MQDescriptorSync", *scope,…
/system/libfmq/fuzzer/
Dfmq_fuzzer.cpp80 typedef android::hardware::MQDescriptorSync<payload_t> MQDescSync;
/system/libfmq/tests/
Dmsgq_test_client.cpp51 using android::hardware::MQDescriptorSync;