Home
last modified time | relevance | path

Searched refs:testHandle (Results 1 – 4 of 4) sorted by relevance

/system/libhidl/fuzzer/
DlibHidlBase_parcel_fuzzer.cpp67 auto testHandle = native_handle_create(kNumFds, kNumInts); in createRandomParcel() local
69 testHandle->data[0] = size; in createRandomParcel()
80 MQDescriptorSync<uint8_t>{grantDescriptor, testHandle, size}; in createRandomParcel()
82 descriptorSync = MQDescriptorSync<uint8_t>{bufferSize, testHandle, size, in createRandomParcel()
/system/libhidl/
Dtest_main.cpp198 native_handle_t* testHandle = native_handle_create(0 /* numInts */, 0 /* numFds */); in TEST_F() local
200 hidl_memory mem3 = hidl_memory("foo", testHandle, 42 /* size */); // owns testHandle in TEST_F()
/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp1112 hidl_handle testHandle; in TEST_F() local
1113 testHandle.setTo(h, false /* shouldOwn */); in TEST_F()
1118 safeUnion, testHandle, [&](const HandleTypeSafeUnion& safeUnion) { in TEST_F()
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp2425 hidl_handle testHandle; in TEST_F() local
2426 testHandle.setTo(h, false /* shouldOwn */); in TEST_F()
2431 safeUnion, testHandle, [&](const HandleTypeSafeUnion& safeUnion) { in TEST_F()