Lines Matching refs:grantors
322 std::vector<android::hardware::GrantorDescriptor> grantors = kGrantors; in TEST_F() local
329 android::hardware::MQDescriptor<uint16_t, kSynchronizedReadWrite> desc(grantors, handle, in TEST_F()
338 std::vector<android::hardware::GrantorDescriptor> grantors = kGrantors; in TEST_F() local
339 grantors[0].fdIndex = 5; in TEST_F()
346 android::hardware::MQDescriptor<uint16_t, kSynchronizedReadWrite> desc(grantors, handle, in TEST_F()
358 std::vector<android::hardware::GrantorDescriptor> grantors = kGrantors; in TEST_F() local
359 grantors[0].extent = 0xfffff041; in TEST_F()
366 android::hardware::MQDescriptor<uint16_t, kSynchronizedReadWrite> desc(grantors, handle, in TEST_F()
473 ::android::hardware::hidl_vec<android::hardware::GrantorDescriptor> grantors; in TEST_F()
474 grantors.resize(3); in TEST_F()
475 grantors[0] = {0, 1 /* fdIndex */, 16, 16}; in TEST_F()
476 grantors[1] = {0, 1 /* fdIndex */, 16, 16}; in TEST_F()
477 grantors[2] = {0, 1 /* fdIndex */, 16, 16}; in TEST_F()
479 HidlMQDescUnsync8 hidlDesc(grantors, mqHandle, 10); in TEST_F()
495 ::android::hardware::hidl_vec<android::hardware::GrantorDescriptor> grantors; in TEST_F()
496 grantors.resize(3); in TEST_F()
497 grantors[0] = {0, 1 /* fdIndex */, 16, 16}; in TEST_F()
498 grantors[1] = {0, 1 /* fdIndex */, 16, 16}; in TEST_F()
499 grantors[2] = {0, 0 /* fdIndex */, 16, 16}; in TEST_F()
501 HidlMQDescUnsync8 hidlDesc(grantors, mqHandle, 10); in TEST_F()
537 desc.grantors.push_back( in TEST_F()