Home
last modified time | relevance | path

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

/system/libhidl/base/include/hidl/
DMQDescriptor.h60 struct MQDescriptor { struct
61 MQDescriptor(
65 MQDescriptor(size_t bufferSize, native_handle_t* nHandle,
68 MQDescriptor();
69 ~MQDescriptor();
71 explicit MQDescriptor(const MQDescriptor &other);
72 MQDescriptor &operator=(const MQDescriptor &other) = delete; argument
145 const size_t MQDescriptor<T, flavor>::kOffsetOfGrantors = offsetof(MQDescriptor, mGrantors); argument
148 const size_t MQDescriptor<T, flavor>::kOffsetOfHandle = offsetof(MQDescriptor, mHandle);
155 using MQDescriptorSync = MQDescriptor<T, kSynchronizedReadWrite>;
[all …]
/system/libhidl/transport/include/hidl/
DHidlBinderSupport.h133 MQDescriptor<T, flavor> &obj, in readEmbeddedFromParcel()
145 parentOffset + MQDescriptor<T, flavor>::kOffsetOfGrantors, in readEmbeddedFromParcel()
153 parentOffset + MQDescriptor<T, flavor>::kOffsetOfHandle, in readEmbeddedFromParcel()
163 const MQDescriptor<T, flavor> &obj, in writeEmbeddedToParcel()
175 parentOffset + MQDescriptor<T, flavor>::kOffsetOfGrantors, in writeEmbeddedToParcel()
183 parentOffset + MQDescriptor<T, flavor>::kOffsetOfHandle); in writeEmbeddedToParcel()
/system/libfmq/include/fmq/
DMessageQueue.h39 typedef MQDescriptor<T, flavor> Descriptor;