Home
last modified time | relevance | path

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

/system/libhidl/base/include/hidl/
DMQDescriptor.h60 struct MQDescriptor { struct
72 MQDescriptor &operator=(const MQDescriptor &other) = delete; argument
80 bool isHandleValid() const { return mHandle != nullptr; } in isHandleValid()
81 size_t countGrantors() const { return mGrantors.size(); } in countGrantors()
83 inline const ::android::hardware::hidl_vec<GrantorDescriptor> &grantors() const { in grantors()
87 inline ::android::hardware::hidl_vec<GrantorDescriptor> &grantors() { in grantors()
91 inline const ::native_handle_t *handle() const { in handle()
95 inline ::native_handle_t *handle() { in handle()
99 static const size_t kOffsetOfGrantors;
100 static const size_t kOffsetOfHandle;
[all …]