Home
last modified time | relevance | path

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

/hardware/interfaces/tests/bar/1.0/default/
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()
DBar.h47 virtual Return<void> haveATypeFromAnotherFile(const Abc& def) override;
/hardware/interfaces/tests/foo/1.0/default/
DFoo.h44 virtual Return<void> haveATypeFromAnotherFile(const Abc& def) override;
DFoo.cpp198 Return<void> Foo::haveATypeFromAnotherFile(const Abc &def) { in haveATypeFromAnotherFile() function in android::hardware::tests::foo::V1_0::implementation::Foo
/hardware/interfaces/tests/foo/1.0/
DIFoo.hal194 haveATypeFromAnotherFile(Abc def);