Home
last modified time | relevance | path

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

/system/libfmq/base/fmq/
DMQDescriptorBase.h40 struct GrantorDescriptor { struct
47 static_assert(offsetof(GrantorDescriptor, flags) == 0, "wrong offset"); argument
48 static_assert(offsetof(GrantorDescriptor, fdIndex) == 4, "wrong offset");
49 static_assert(offsetof(GrantorDescriptor, offset) == 8, "wrong offset");
50 static_assert(offsetof(GrantorDescriptor, extent) == 16, "wrong offset");
51 static_assert(sizeof(GrantorDescriptor) == 24, "wrong size");
52 static_assert(__alignof(GrantorDescriptor) == 8, "wrong alignment");
/system/libhidl/base/include/hidl/
DMQDescriptor.h34 const std::vector<GrantorDescriptor>& grantors,
56 inline const ::android::hardware::hidl_vec<GrantorDescriptor> &grantors() const { in grantors()
72 ::android::hardware::hidl_vec<GrantorDescriptor> mGrantors;
99 MQDescriptor<T, flavor>::MQDescriptor(const std::vector<GrantorDescriptor>& grantors, in MQDescriptor()
170 std::vector<android::hardware::GrantorDescriptor>(), in MQDescriptor()
/system/libfmq/include/fmq/
DAidlMQDescriptorShim.h26 using aidl::android::hardware::common::fmq::GrantorDescriptor;
35 AidlMQDescriptorShim(const std::vector<android::hardware::GrantorDescriptor>& grantors,
66 inline const std::vector<android::hardware::GrantorDescriptor>& grantors() const { in grantors()
78 std::vector<android::hardware::GrantorDescriptor> mGrantors;
135 const std::vector<android::hardware::GrantorDescriptor>& grantors, native_handle_t* nhandle, in AidlMQDescriptorShim()
DConvertMQDescriptors.h26 using aidl::android::hardware::common::fmq::GrantorDescriptor;
87 GrantorDescriptor{.fdIndex = static_cast<int32_t>(grantor.fdIndex), in unsafeHidlToAidlMQDescriptor()
DAidlMessageQueue.h130 std::vector<aidl::android::hardware::common::fmq::GrantorDescriptor> grantors;
132 grantors.push_back(aidl::android::hardware::common::fmq::GrantorDescriptor{
DMessageQueueBase.h732 std::vector<android::hardware::GrantorDescriptor> grantors; in MessageQueueBase()
/system/libfmq/tests/
Dfmq_unit_tests.cpp413 ::android::hardware::hidl_vec<android::hardware::GrantorDescriptor> grantors; in TEST_F()
435 ::android::hardware::hidl_vec<android::hardware::GrantorDescriptor> grantors; in TEST_F()
482 aidl::android::hardware::common::fmq::GrantorDescriptor{.offset = 12, .extent = -10}); in TEST_F()
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp106 using ::android::hardware::GrantorDescriptor;
482 .descSync = {std::vector<GrantorDescriptor>(), handle, 5}, in TEST_F()
483 .descUnsync = {std::vector<GrantorDescriptor>(), handle2, 6}, in TEST_F()
1503 .descSync = {std::vector<GrantorDescriptor>(), native_handle_create(0, 1), 5}, in TEST_F()
1507 .descSync = {std::vector<GrantorDescriptor>(), native_handle_create(0, 1), 5}, in TEST_F()
2508 pointerFmqSafeUnion.fmqSync({std::vector<GrantorDescriptor>(), native_handle_create(0, 1), 5}); in TEST_F()
2517 fmqSafeUnion.fmqUnsync({std::vector<GrantorDescriptor>(), native_handle_create(0, 1), 5}); in TEST_F()