Searched refs:haveAGooberVec (Results 1 – 5 of 5) sorted by relevance
68 Return<void> Bar::haveAGooberVec(const hidl_vec<Goober>& param) { in haveAGooberVec() function in android::hardware::tests::bar::V1_0::implementation::Bar69 return mFoo->haveAGooberVec(param); in haveAGooberVec()
44 virtual Return<void> haveAGooberVec(const hidl_vec<IFoo::Goober>& param) override;
41 virtual Return<void> haveAGooberVec(const hidl_vec<IFoo::Goober>& param) override;
180 Return<void> Foo::haveAGooberVec(const hidl_vec<Goober>& param) { in haveAGooberVec() function in android::hardware::tests::foo::V1_0::implementation::Foo
189 haveAGooberVec(vec<Goober> param);