Home
last modified time | relevance | path

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

/system/libhidl/base/include/hidl/
DMQDescriptor.h61 struct MQDescriptor { struct
74 explicit MQDescriptor(const MQDescriptor& other) : MQDescriptor() { *this = other; } in MQDescriptor() function
75 MQDescriptor& operator=(const MQDescriptor& other); argument
83 bool isHandleValid() const { return mHandle != nullptr; } in isHandleValid()
84 size_t countGrantors() const { return mGrantors.size(); } in countGrantors()
86 inline const ::android::hardware::hidl_vec<GrantorDescriptor> &grantors() const { in grantors()
90 inline ::android::hardware::hidl_vec<GrantorDescriptor> &grantors() { in grantors()
94 inline const ::native_handle_t *handle() const { in handle()
98 inline ::native_handle_t *handle() { in handle()
102 static const size_t kOffsetOfGrantors;
[all …]