Home
last modified time | relevance | path

Searched refs:hIsNull (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/interfaces/tests/bar/1.0/
H A DIBar.hal36 expectNullHandle(handle h, Abc xyz) generates (bool hIsNull, bool xyzHasNull);
/aosp12/system/tools/hidl/test/hidl_test/
H A Dhidl_test_client.cpp1485 EXPECT_OK(bar->expectNullHandle(nullptr, xyz, [](bool hIsNull, bool xyzHasNull) { in TEST_F() argument
1486 EXPECT_TRUE(hIsNull); in TEST_F()