Home
last modified time | relevance | path

Searched refs:GrantorDescriptor (Results 1 – 2 of 2) sorted by relevance

/system/libhidl/base/include/hidl/
DMQDescriptor.h31 struct GrantorDescriptor { struct
38 static_assert(offsetof(GrantorDescriptor, flags) == 0, "wrong offset"); argument
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");
64 const std::vector<GrantorDescriptor>& grantors,
86 inline const ::android::hardware::hidl_vec<GrantorDescriptor> &grantors() const { in grantors()
90 inline ::android::hardware::hidl_vec<GrantorDescriptor> &grantors() { in grantors()
[all …]
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp112 using ::android::hardware::GrantorDescriptor;
522 .descSync = {std::vector<GrantorDescriptor>(), handle, 5}, in TEST_F()
523 .descUnsync = {std::vector<GrantorDescriptor>(), handle2, 6}, in TEST_F()
1535 .descSync = {std::vector<GrantorDescriptor>(), native_handle_create(0, 1), 5}, in TEST_F()
1539 .descSync = {std::vector<GrantorDescriptor>(), native_handle_create(0, 1), 5}, in TEST_F()
2502 pointerFmqSafeUnion.fmqSync({std::vector<GrantorDescriptor>(), native_handle_create(0, 1), 5}); in TEST_F()
2511 fmqSafeUnion.fmqUnsync({std::vector<GrantorDescriptor>(), native_handle_create(0, 1), 5}); in TEST_F()