Searched defs:MQDescriptor (Results 1 – 1 of 1) sorted by relevance
60 struct MQDescriptor { struct72 MQDescriptor &operator=(const MQDescriptor &other) = delete; argument80 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 …]