Home
last modified time | relevance | path

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

/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java1275 public IBase.Foo[] someMethodWithFooArrays(IBase.Foo[] fooInput) { in someMethodWithFooArrays() argument
1276 Log.d(TAG, "Baz someMethodWithFooArrays " + fooInput.toString()); in someMethodWithFooArrays()
1279 fooOutput[0] = fooInput[1]; in someMethodWithFooArrays()
1280 fooOutput[1] = fooInput[0]; in someMethodWithFooArrays()
1286 ArrayList<IBase.Foo> fooInput) { in someMethodWithFooVectors() argument
1287 Log.d(TAG, "Baz someMethodWithFooVectors " + fooInput.toString()); in someMethodWithFooVectors()
1290 fooOutput.add(fooInput.get(1)); in someMethodWithFooVectors()
1291 fooOutput.add(fooInput.get(0)); in someMethodWithFooVectors()