Searched refs:fooInput (Results 1 – 3 of 3) sorted by relevance
102 Return<void> Baz::someMethodWithFooArrays(const hidl_array<IBase::Foo, 2>& fooInput, in someMethodWithFooArrays() argument105 << 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() argument119 << toString(fooInput); in someMethodWithFooVectors()123 fooOutput[0] = fooInput[1]; in someMethodWithFooVectors()124 fooOutput[1] = fooInput[0]; in someMethodWithFooVectors()
39 Return<void> someMethodWithFooArrays(const hidl_array<IBase::Foo, 2>& fooInput,41 Return<void> someMethodWithFooVectors(const hidl_vec<IBase::Foo>& fooInput,
113 someMethodWithFooArrays(Foo[2] fooInput) generates (Foo[2] fooOutput);114 someMethodWithFooVectors(vec<Foo> fooInput) generates (vec<Foo> fooOutput);