Home
last modified time | relevance | path

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

/hardware/interfaces/tests/bar/1.0/default/
DBar.cpp72 Return<void> Bar::haveAGoober(const Goober &g) { in haveAGoober() function in android::hardware::tests::bar::V1_0::implementation::Bar
73 return mFoo->haveAGoober(g); in haveAGoober()
DBar.h45 virtual Return<void> haveAGoober(const IFoo::Goober& g) override;
/hardware/interfaces/tests/foo/1.0/default/
DFoo.h42 virtual Return<void> haveAGoober(const IFoo::Goober& g) override;
DFoo.cpp186 Return<void> Foo::haveAGoober(const Goober &g) { in haveAGoober() function in android::hardware::tests::foo::V1_0::implementation::Foo
/hardware/interfaces/tests/foo/1.0/
DIFoo.hal190 haveAGoober(Goober g);