Home | History | Annotate | Download | only in hidl

Lines Matching refs:GrantorDescriptor

31 struct GrantorDescriptor {
38 static_assert(offsetof(GrantorDescriptor, flags) == 0, "wrong offset");
39 static_assert(offsetof(GrantorDescriptor, fdIndex) == 4, "wrong offset");
40 static_assert(offsetof(GrantorDescriptor, offset) == 8, "wrong offset");
41 static_assert(offsetof(GrantorDescriptor, extent) == 16, "wrong offset");
42 static_assert(sizeof(GrantorDescriptor) == 24, "wrong size");
43 static_assert(__alignof(GrantorDescriptor) == 8, "wrong alignment");
63 const std::vector<GrantorDescriptor>& grantors,
84 inline const ::android::hardware::hidl_vec<GrantorDescriptor> &grantors() const {
88 inline ::android::hardware::hidl_vec<GrantorDescriptor> &grantors() {
106 * counter and data buffer. A GrantorDescriptor for an EventFlag word is
139 ::android::hardware::hidl_vec<GrantorDescriptor> mGrantors;
167 const std::vector<GrantorDescriptor>& grantors,
238 std::vector<android::hardware::GrantorDescriptor>(),