Searched refs:haveAGoober (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/tests/bar/1.0/default/ | ||
D | Bar.cpp | 72 Return<void> Bar::haveAGoober(const Goober &g) { in haveAGoober() function in android::hardware::tests::bar::V1_0::implementation::Bar |
D | Bar.h | 45 virtual Return<void> haveAGoober(const IFoo::Goober& g) override; |
/hardware/interfaces/tests/foo/1.0/default/ | ||
D | Foo.h | 42 virtual Return<void> haveAGoober(const IFoo::Goober& g) override; |
D | Foo.cpp | 186 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/ | ||
D | IFoo.hal | 190 haveAGoober(Goober g); |