Lines Matching full:ifoo
4 #include <android/hardware/tests/foo/1.0/IFoo.h>
17 using ::android::hardware::tests::foo::V1_0::IFoo;
26 struct Foo : public IFoo {
27 // Methods from ::android::hardware::tests::foo::V1_0::IFoo follow.
35 virtual Return<IFoo::SomeEnum> useAnEnum(IFoo::SomeEnum zzz) override;
36 virtual Return<void> haveAGooberVec(const hidl_vec<IFoo::Goober>& param) override;
37 virtual Return<void> haveAGoober(const IFoo::Goober& g) override;
38 virtual Return<void> haveAGooberArray(const hidl_array<IFoo::Goober, 20 /* 20 */>& lots) override;
43 virtual Return<void> callingDrWho(const IFoo::MultiDimensional& in, callingDrWho_cb _hidl_cb) override;
44 virtual Return<void> transpose(const IFoo::StringMatrix5x3& in, transpose_cb _hidl_cb) override;
65 extern "C" IFoo* HIDL_FETCH_IFoo(const char* name);