Home
last modified time | relevance | path

Searched refs:fooInput (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/tests/baz/1.0/default/
DBaz.cpp102 Return<void> Baz::someMethodWithFooArrays(const hidl_array<IBase::Foo, 2>& fooInput, in someMethodWithFooArrays() argument
105 << toString(fooInput); in someMethodWithFooArrays()
108 fooOutput[0] = fooInput[1]; in someMethodWithFooArrays()
109 fooOutput[1] = fooInput[0]; in someMethodWithFooArrays()
116 Return<void> Baz::someMethodWithFooVectors(const hidl_vec<IBase::Foo>& fooInput, in someMethodWithFooVectors() argument
119 << toString(fooInput); in someMethodWithFooVectors()
123 fooOutput[0] = fooInput[1]; in someMethodWithFooVectors()
124 fooOutput[1] = fooInput[0]; in someMethodWithFooVectors()
DBaz.h39 Return<void> someMethodWithFooArrays(const hidl_array<IBase::Foo, 2>& fooInput,
41 Return<void> someMethodWithFooVectors(const hidl_vec<IBase::Foo>& fooInput,
/hardware/interfaces/tests/baz/1.0/
DIBase.hal113 someMethodWithFooArrays(Foo[2] fooInput) generates (Foo[2] fooOutput);
114 someMethodWithFooVectors(vec<Foo> fooInput) generates (vec<Foo> fooOutput);