Searched refs:haveAVectorOfInterfaces (Results 1 – 6 of 6) sorted by relevance
/aosp12/hardware/interfaces/tests/foo/1.0/default/ | ||
H A D | Foo.h | 59 Return<void> haveAVectorOfInterfaces( |
H A D | Foo.cpp | 327 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 D | Bar.cpp | 124 Return<void> Bar::haveAVectorOfInterfaces( in haveAVectorOfInterfaces() function in android::hardware::tests::bar::V1_0::implementation::Bar |
H A D | Bar.h | 62 Return<void> haveAVectorOfInterfaces( |
/aosp12/hardware/interfaces/tests/foo/1.0/ | ||
H A D | IFoo.hal | 209 haveAVectorOfInterfaces(vec<ISimple> in) generates (vec<ISimple> out); |
/aosp12/system/tools/hidl/test/hidl_test/ | ||
H A D | hidl_test_client.cpp | 1550 EXPECT_OK(foo->haveAVectorOfInterfaces( in TEST_F() |