Home
last modified time | relevance | path

Searched defs:swi (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/tests/baz/1.0/default/
H A DBaz.cpp410 Return<void> Baz::haveSomeStructWithInterface(const StructWithInterface& swi, in haveSomeStructWithInterface()
/aosp12/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
H A DHidlTestJava.java1216 IBaz.StructWithInterface swi = new IBaz.StructWithInterface(); in client() local
1523 public StructWithInterface haveSomeStructWithInterface(StructWithInterface swi) { in haveSomeStructWithInterface()
/aosp12/system/tools/hidl/test/hidl_test/
H A Dhidl_test_client.cpp1634 IBaz::StructWithInterface swi; in TEST_F() local