Home
last modified time | relevance | path

Searched refs:MQDescriptor (Results 1 – 4 of 4) sorted by relevance

/system/libhidl/base/include/hidl/
DMQDescriptor.h61 struct MQDescriptor { struct
63 MQDescriptor(
68 MQDescriptor(size_t bufferSize, native_handle_t* nHandle,
71 MQDescriptor();
72 ~MQDescriptor();
74 explicit MQDescriptor(const MQDescriptor& other) : MQDescriptor() { *this = other; } in MQDescriptor() function
75 MQDescriptor& operator=(const MQDescriptor& other); argument
148 const size_t MQDescriptor<T, flavor>::kOffsetOfGrantors = offsetof(MQDescriptor, mGrantors); argument
151 const size_t MQDescriptor<T, flavor>::kOffsetOfHandle = offsetof(MQDescriptor, mHandle);
158 using MQDescriptorSync = MQDescriptor<T, kSynchronizedReadWrite>;
[all …]
/system/libhidl/transport/include/hidl/
DHidlBinderSupport.h131 MQDescriptor<T, flavor> &obj, in readEmbeddedFromParcel()
143 parentOffset + MQDescriptor<T, flavor>::kOffsetOfGrantors, in readEmbeddedFromParcel()
151 parentOffset + MQDescriptor<T, flavor>::kOffsetOfHandle, in readEmbeddedFromParcel()
161 const MQDescriptor<T, flavor> &obj, in writeEmbeddedToParcel()
173 parentOffset + MQDescriptor<T, flavor>::kOffsetOfGrantors, in writeEmbeddedToParcel()
181 parentOffset + MQDescriptor<T, flavor>::kOffsetOfHandle); in writeEmbeddedToParcel()
/system/libfmq/include/fmq/
DMessageQueue.h39 typedef MQDescriptor<T, flavor> Descriptor;
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp120 using ::android::hardware::MQDescriptor;
219 static void checkMQDescriptorEquality(const MQDescriptor<T, flavor>& expected, in checkMQDescriptorEquality()
220 const MQDescriptor<T, flavor>& actual) { in checkMQDescriptorEquality()