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.cpp67 Return<void> Bar::haveAGoober(const Goober &g) { in haveAGoober() function in android::hardware::tests::bar::V1_0::implementation::Bar
68 return mFoo->haveAGoober(g); in haveAGoober()
DBar.h43 virtual Return<void> haveAGoober(const IFoo::Goober& g) override;
/hardware/interfaces/tests/foo/1.0/default/
DFoo.h37 virtual Return<void> haveAGoober(const IFoo::Goober& g) override;
DFoo.cpp162 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.hal135 haveAGoober(Goober g);