Searched refs:Foo (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/tests/foo/1.0/default/ |
D | Foo.cpp | 18 Return<void> Foo::convertToBoolIfSmall(Discriminator d, const hidl_vec<Union>& u, in convertToBoolIfSmall() 42 Return<void> Foo::doThis(float param) { in doThis() 48 Return<int32_t> Foo::doThatAndReturnSomething( in doThatAndReturnSomething() 55 Return<double> Foo::doQuiteABit( in doQuiteABit() 73 Return<void> Foo::doSomethingElse( in doSomethingElse() 90 Return<void> Foo::doStuffAndReturnAString( in doStuffAndReturnAString() 99 Return<void> Foo::mapThisVector( in mapThisVector() 115 Return<void> Foo::callMe( in callMe() 174 Return<Foo::SomeEnum> Foo::useAnEnum(SomeEnum param) { in useAnEnum() 180 Return<void> Foo::haveAGooberVec(const hidl_vec<Goober>& param) { in haveAGooberVec() [all …]
|
D | Android.bp | 17 "Foo.cpp",
|
D | Foo.h | 29 struct Foo : public IFoo { struct
|
/hardware/interfaces/tests/baz/1.0/ |
D | IBase.hal | 24 struct Foo { 112 someOtherBaseMethod(Foo foo) generates (Foo result); 113 someMethodWithFooArrays(Foo[2] fooInput) generates (Foo[2] fooOutput); 114 someMethodWithFooVectors(vec<Foo> fooInput) generates (vec<Foo> fooOutput);
|
/hardware/interfaces/tests/baz/1.0/default/ |
D | Baz.h | 37 Return<void> someOtherBaseMethod(const IBase::Foo& foo, 39 Return<void> someMethodWithFooArrays(const hidl_array<IBase::Foo, 2>& fooInput, 41 Return<void> someMethodWithFooVectors(const hidl_vec<IBase::Foo>& fooInput,
|
D | Baz.cpp | 93 Return<void> Baz::someOtherBaseMethod(const IBase::Foo& foo, someOtherBaseMethod_cb _hidl_cb) { in someOtherBaseMethod() 102 Return<void> Baz::someMethodWithFooArrays(const hidl_array<IBase::Foo, 2>& fooInput, in someMethodWithFooArrays() argument 107 hidl_array<IBaz::Foo, 2> fooOutput; in someMethodWithFooArrays() 116 Return<void> Baz::someMethodWithFooVectors(const hidl_vec<IBase::Foo>& fooInput, in someMethodWithFooVectors() 121 hidl_vec<IBaz::Foo> fooOutput; in someMethodWithFooVectors()
|
/hardware/interfaces/tests/extension/light/2.0/ |
D | types.hal | 20 // import @2.0::Foo. However, since this isn't a minor version upgrade
|
/hardware/interfaces/graphics/composer/2.4/ |
D | IComposerClient.hal | 102 * example, a key of 'com.example.V1_3.Foo' shall be paired with a 103 * value of type com.example@1.3::Foo, which would be defined in a 344 * structure of its values. For example, the key 'com.example.V1-3.Foo' 345 * should correspond to a value of type com.example@1.3::Foo, which is
|