Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/tests/baz/1.0/
H A DIBaz.hal124 getNestedStructs() generates(vec<NestedStruct> data);
/aosp12/hardware/interfaces/tests/baz/1.0/default/
H A DBaz.h95 Return<void> getNestedStructs(getNestedStructs_cb _hidl_cb) override;
H A DBaz.cpp396 Return<void> Baz::getNestedStructs(getNestedStructs_cb _hidl_cb) { in getNestedStructs() function in android::hardware::tests::baz::V1_0::implementation::Baz
/aosp12/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
H A DHidlTestJava.java1010 ArrayList<NestedStruct> structs = proxy.getNestedStructs(); in client()
1454 public ArrayList<NestedStruct> getNestedStructs() throws RemoteException { in getNestedStructs() method in HidlTestJava.Baz