Home | History | Annotate | Download | only in default

Lines Matching full:ifoo

4 #include <android/hardware/tests/foo/1.0/IFoo.h>
17 using ::android::hardware::tests::foo::V1_0::IFoo;
25 using ContainsUnion = ::android::hardware::tests::foo::V1_0::IFoo::ContainsUnion;
26 using Discriminator = ::android::hardware::tests::foo::V1_0::IFoo::Discriminator;
27 using Union = ::android::hardware::tests::foo::V1_0::IFoo::Union;
29 struct Foo : public IFoo {
30 // Methods from ::android::hardware::tests::foo::V1_0::IFoo follow.
40 virtual Return<IFoo::SomeEnum> useAnEnum(IFoo::SomeEnum zzz) override;
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;
48 virtual Return<void> callingDrWho(const IFoo::MultiDimensional& in, callingDrWho_cb _hidl_cb) override;
49 virtual Return<void> transpose(const IFoo::StringMatrix5x3& in, transpose_cb _hidl_cb) override;
70 extern "C" IFoo* HIDL_FETCH_IFoo(const char* name);