Home
last modified time | relevance | path

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

/hardware/interfaces/tests/foo/1.0/default/
DFoo.h41 virtual Return<void> haveAGooberVec(const hidl_vec<IFoo::Goober>& param) override;
42 virtual Return<void> haveAGoober(const IFoo::Goober& g) override;
43 …virtual Return<void> haveAGooberArray(const hidl_array<IFoo::Goober, 20 /* 20 */>& lots) override;
DFoo.cpp180 Return<void> Foo::haveAGooberVec(const hidl_vec<Goober>& param) { in haveAGooberVec()
186 Return<void> Foo::haveAGoober(const Goober &g) { in haveAGoober()
192 Return<void> Foo::haveAGooberArray(const hidl_array<Goober, 20> & /* lots */) { in haveAGooberArray() argument
/hardware/interfaces/tests/bar/1.0/default/
DBar.cpp68 Return<void> Bar::haveAGooberVec(const hidl_vec<Goober>& param) { in haveAGooberVec()
72 Return<void> Bar::haveAGoober(const Goober &g) { in haveAGoober()
76 Return<void> Bar::haveAGooberArray(const hidl_array<Goober, 20> &lots) { in haveAGooberArray() argument
DBar.h44 virtual Return<void> haveAGooberVec(const hidl_vec<IFoo::Goober>& param) override;
45 virtual Return<void> haveAGoober(const IFoo::Goober& g) override;
46 …virtual Return<void> haveAGooberArray(const hidl_array<IFoo::Goober, 20 /* 20 */>& lots) override;
/hardware/interfaces/tests/foo/1.0/
DIFoo.hal51 struct Goober {
190 haveAGooberVec(vec<Goober> param);
191 haveAGoober(Goober g);
192 haveAGooberArray(Goober[20] lots);