Searched refs:someBoolArrayMethod (Results 1 – 5 of 5) sorted by relevance
33 Return<void> someBoolArrayMethod(const hidl_array<bool, 3>& x,
64 Return<void> Baz::someBoolArrayMethod(const hidl_array<bool, 3>& x, in someBoolArrayMethod() function in android::hardware::tests::baz::V1_0::implementation::Baz
109 someBoolArrayMethod(bool[3] x) generates (bool[4] y);
905 boolean[] resultArray = proxy.someBoolArrayMethod(someBoolArray); in client()1399 public boolean[] someBoolArrayMethod(boolean[] x) { in someBoolArrayMethod() method in HidlTestJava.Baz
516 baz->someBoolArrayMethod( in TEST_F()