HomeSort by relevance Sort by last modified time
    Searched refs:GrantorDescriptor (Results 1 - 4 of 4) sorted by null

  /system/libhidl/base/include/hidl/
MQDescriptor.h 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()
    [all...]
  /hardware/interfaces/tests/msgq/1.0/default/
BenchmarkMsgQ.cpp 37 std::vector<android::hardware::GrantorDescriptor>(),
53 std::vector<android::hardware::GrantorDescriptor>(),
  /hardware/google/av/codec2/vndk/bufferpool/
Accessor.cpp 128 std::vector<android::hardware::GrantorDescriptor>(),
  /system/tools/hidl/test/hidl_test/
hidl_test_client.cpp 442 .descSync = {std::vector<GrantorDescriptor>(), handle, 5},
443 .descUnsync = {std::vector<GrantorDescriptor>(), handle2, 6},
    [all...]

Completed in 475 milliseconds