Home
last modified time | relevance | path

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

/hardware/interfaces/tests/bar/1.0/default/
DBar.cpp76 Return<void> Bar::haveAGooberArray(const hidl_array<Goober, 20> &lots) { in haveAGooberArray() function in android::hardware::tests::bar::V1_0::implementation::Bar
77 return mFoo->haveAGooberArray(lots); in haveAGooberArray()
DBar.h46 …virtual Return<void> haveAGooberArray(const hidl_array<IFoo::Goober, 20 /* 20 */>& lots) override;
/hardware/interfaces/tests/foo/1.0/default/
DFoo.h43 …virtual Return<void> haveAGooberArray(const hidl_array<IFoo::Goober, 20 /* 20 */>& lots) override;
DFoo.cpp192 Return<void> Foo::haveAGooberArray(const hidl_array<Goober, 20> & /* lots */) { in haveAGooberArray() function in android::hardware::tests::foo::V1_0::implementation::Foo
/hardware/interfaces/tests/foo/1.0/
DIFoo.hal192 haveAGooberArray(Goober[20] lots);