Searched refs:getNestedStructs (Results 1 – 4 of 4) sorted by relevance
124 getNestedStructs() generates(vec<NestedStruct> data);
95 Return<void> getNestedStructs(getNestedStructs_cb _hidl_cb) override;
396 Return<void> Baz::getNestedStructs(getNestedStructs_cb _hidl_cb) { in getNestedStructs() function in android::hardware::tests::baz::V1_0::implementation::Baz
1010 ArrayList<NestedStruct> structs = proxy.getNestedStructs(); in client()1454 public ArrayList<NestedStruct> getNestedStructs() throws RemoteException { in getNestedStructs() method in HidlTestJava.Baz