Searched refs:getNestedStructs (Results 1 – 4 of 4) sorted by relevance
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
124 getNestedStructs() generates(vec<NestedStruct> data);
1026 ArrayList<NestedStruct> structs = proxy.getNestedStructs(); in client()1498 public ArrayList<NestedStruct> getNestedStructs() throws RemoteException { in getNestedStructs() method in HidlTestJava.Baz