Home
last modified time | relevance | path

Searched refs:haveAVectorOfInterfaces (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/interfaces/tests/foo/1.0/default/
H A DFoo.h59 Return<void> haveAVectorOfInterfaces(
H A DFoo.cpp327 Return<void> Foo::haveAVectorOfInterfaces( in haveAVectorOfInterfaces() function in android::hardware::tests::foo::V1_0::implementation::Foo
/aosp12/hardware/interfaces/tests/bar/1.0/default/
H A DBar.cpp124 Return<void> Bar::haveAVectorOfInterfaces( in haveAVectorOfInterfaces() function in android::hardware::tests::bar::V1_0::implementation::Bar
H A DBar.h62 Return<void> haveAVectorOfInterfaces(
/aosp12/hardware/interfaces/tests/foo/1.0/
H A DIFoo.hal209 haveAVectorOfInterfaces(vec<ISimple> in) generates (vec<ISimple> out);
/aosp12/system/tools/hidl/test/hidl_test/
H A Dhidl_test_client.cpp1550 EXPECT_OK(foo->haveAVectorOfInterfaces( in TEST_F()