Searched refs:haveAGooberArray (Results 1 – 5 of 5) sorted by relevance
76 Return<void> Bar::haveAGooberArray(const hidl_array<Goober, 20> &lots) { in haveAGooberArray() function in android::hardware::tests::bar::V1_0::implementation::Bar77 return mFoo->haveAGooberArray(lots); in haveAGooberArray()
46 …virtual Return<void> haveAGooberArray(const hidl_array<IFoo::Goober, 20 /* 20 */>& lots) override;
43 …virtual Return<void> haveAGooberArray(const hidl_array<IFoo::Goober, 20 /* 20 */>& lots) override;
192 Return<void> Foo::haveAGooberArray(const hidl_array<Goober, 20> & /* lots */) { in haveAGooberArray() function in android::hardware::tests::foo::V1_0::implementation::Foo
192 haveAGooberArray(Goober[20] lots);