Searched refs:someMethodWithFooArrays (Results 1 – 5 of 5) sorted by relevance
39 Return<void> someMethodWithFooArrays(const hidl_array<IBase::Foo, 2>& fooInput,
102 Return<void> Baz::someMethodWithFooArrays(const hidl_array<IBase::Foo, 2>& fooInput, in someMethodWithFooArrays() function in android::hardware::tests::baz::V1_0::implementation::Baz
113 someMethodWithFooArrays(Foo[2] fooInput) generates (Foo[2] fooOutput);
745 IBase.Foo[] outputArray = proxy.someMethodWithFooArrays(inputArray); in client()1275 public IBase.Foo[] someMethodWithFooArrays(IBase.Foo[] fooInput) { in someMethodWithFooArrays() method in HidlTestJava.Baz
328 baz->someMethodWithFooArrays( in TEST_F()