Home
last modified time | relevance | path

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

/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java897 ArrayList<Boolean> resultVec = proxy.someBoolVectorMethod(someBoolVec); in client()
1354 public ArrayList<Boolean> someBoolVectorMethod(ArrayList<Boolean> x) { in someBoolVectorMethod() method in HidlTestJava.Baz
/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp547 baz->someBoolVectorMethod( in TEST_F()
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1663 EXPECT_OK(swiBack.dummy->someBoolVectorMethod( in TEST_F()