Home
last modified time | relevance | path

Searched defs:fooOutput (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/hardware/interfaces/tests/baz/1.0/default/
H A DBaz.cpp107 hidl_array<IBaz::Foo, 2> fooOutput; in someMethodWithFooArrays() local
121 hidl_vec<IBaz::Foo> fooOutput; in someMethodWithFooVectors() local
/aosp_15_r20/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java1323 IBase.Foo[] fooOutput = new IBase.Foo[2]; in someMethodWithFooArrays() local
1334 ArrayList<IBase.Foo> fooOutput = new ArrayList<IBase.Foo>(); in someMethodWithFooVectors() local