Searched refs:GrantorDescriptor (Results 1 – 2 of 2) sorted by relevance
/system/libhidl/base/include/hidl/ |
D | MQDescriptor.h | 31 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/ |
D | hidl_test_client.cpp | 107 using ::android::hardware::GrantorDescriptor; 494 .descSync = {std::vector<GrantorDescriptor>(), handle, 5}, in TEST_F() 495 .descUnsync = {std::vector<GrantorDescriptor>(), handle2, 6}, in TEST_F() 1521 .descSync = {std::vector<GrantorDescriptor>(), native_handle_create(0, 1), 5}, in TEST_F() 1525 .descSync = {std::vector<GrantorDescriptor>(), native_handle_create(0, 1), 5}, in TEST_F() 2534 pointerFmqSafeUnion.fmqSync({std::vector<GrantorDescriptor>(), native_handle_create(0, 1), 5}); in TEST_F() 2543 fmqSafeUnion.fmqUnsync({std::vector<GrantorDescriptor>(), native_handle_create(0, 1), 5}); in TEST_F()
|