Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/tests/bar/1.0/default/
H A DBar.cpp80 Return<void> Bar::haveATypeFromAnotherFile(const Abc &def) { in haveATypeFromAnotherFile() function in android::hardware::tests::bar::V1_0::implementation::Bar
81 return mFoo->haveATypeFromAnotherFile(def); in haveATypeFromAnotherFile()
H A DBar.h47 virtual Return<void> haveATypeFromAnotherFile(const Abc& def) override;
/aosp12/hardware/interfaces/tests/foo/1.0/default/
H A DFoo.h44 virtual Return<void> haveATypeFromAnotherFile(const Abc& def) override;
H A DFoo.cpp198 Return<void> Foo::haveATypeFromAnotherFile(const Abc &def) { in haveATypeFromAnotherFile() function in android::hardware::tests::foo::V1_0::implementation::Foo
/aosp12/hardware/interfaces/tests/foo/1.0/
H A DIFoo.hal194 haveATypeFromAnotherFile(Abc def);
/aosp12/system/tools/hidl/test/hidl_test/
H A Dhidl_test_client.cpp1295 EXPECT_OK(foo->haveATypeFromAnotherFile(abcParam)); in TEST_F()