Home
last modified time | relevance | path

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

/hardware/interfaces/tests/bar/1.0/default/
DBar.cpp63 Return<void> Bar::haveAGooberVec(const hidl_vec<Goober>& param) { in haveAGooberVec() function in android::hardware::tests::bar::V1_0::implementation::Bar
64 return mFoo->haveAGooberVec(param); in haveAGooberVec()
DBar.h42 virtual Return<void> haveAGooberVec(const hidl_vec<IFoo::Goober>& param) override;
/hardware/interfaces/tests/foo/1.0/default/
DFoo.h36 virtual Return<void> haveAGooberVec(const hidl_vec<IFoo::Goober>& param) override;
DFoo.cpp156 Return<void> Foo::haveAGooberVec(const hidl_vec<Goober>& param) { in haveAGooberVec() function in android::hardware::tests::foo::V1_0::implementation::Foo
/hardware/interfaces/tests/foo/1.0/
DIFoo.hal134 haveAGooberVec(vec<Goober> param);