Home
last modified time | relevance | path

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

/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java821 ArrayList<Integer> outVec = proxy.mapThisVector(paramVec); in client()
936 proxy.mapThisVector(data4K); in client()
1281 public ArrayList<Integer> mapThisVector(ArrayList<Integer> param) { in mapThisVector() method in HidlTestJava.Baz
/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp488 baz->mapThisVector( in TEST_F()
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1168 EXPECT_OK(foo->mapThisVector(vecParam, [&](const auto &something) { in TEST_F()