Searched refs:Goober (Results 1 – 5 of 5) sorted by relevance
41 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;
180 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
68 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
44 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;
51 struct Goober {190 haveAGooberVec(vec<Goober> param);191 haveAGoober(Goober g);192 haveAGooberArray(Goober[20] lots);