Home
last modified time | relevance | path

Searched refs:lots (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/tests/bar/1.0/default/
DBar.cpp71 Return<void> Bar::haveAGooberArray(const hidl_array<Goober, 20> &lots) { in haveAGooberArray() argument
72 return mFoo->haveAGooberArray(lots); in haveAGooberArray()
DBar.h44 …virtual Return<void> haveAGooberArray(const hidl_array<IFoo::Goober, 20 /* 20 */>& lots) override;
/hardware/interfaces/tests/foo/1.0/default/
DFoo.h38 …virtual Return<void> haveAGooberArray(const hidl_array<IFoo::Goober, 20 /* 20 */>& lots) override;
/hardware/interfaces/tests/foo/1.0/
DIFoo.hal136 haveAGooberArray(Goober[20] lots);