Searched refs:MQDescriptor (Results 1 – 3 of 3) sorted by relevance
/system/libhidl/base/include/hidl/ |
D | MQDescriptor.h | 60 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/ |
D | HidlBinderSupport.h | 133 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/ |
D | MessageQueue.h | 39 typedef MQDescriptor<T, flavor> Descriptor;
|