Home
last modified time | relevance | path

Searched defs:foos (Results 1 – 14 of 14) sorted by relevance

/system/tools/aidl/aidl_api/aidl-test-versioned-interface/1/android/aidl/versioned/tests/
DIFooInterface.aidl23 int returnsLengthOfFooArray(in android.aidl.versioned.tests.Foo[] foos); in returnsLengthOfFooArray()
/system/tools/aidl/aidl_api/aidl-test-versioned-interface/current/android/aidl/versioned/tests/
DIFooInterface.aidl29 int returnsLengthOfFooArray(in android.aidl.versioned.tests.Foo[] foos); in returnsLengthOfFooArray()
/system/tools/aidl/aidl_api/aidl-test-versioned-interface/3/android/aidl/versioned/tests/
DIFooInterface.aidl25 int returnsLengthOfFooArray(in android.aidl.versioned.tests.Foo[] foos); in returnsLengthOfFooArray()
/system/tools/aidl/aidl_api/aidl-test-versioned-interface/2/android/aidl/versioned/tests/
DIFooInterface.aidl23 int returnsLengthOfFooArray(in android.aidl.versioned.tests.Foo[] foos); in returnsLengthOfFooArray()
/system/tools/aidl/tests/versioned/android/aidl/versioned/tests/
DIFooInterface.aidl12 int returnsLengthOfFooArray(in Foo[] foos); in returnsLengthOfFooArray()
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-java-source/gen/android/aidl/versioned/tests/
DIFooInterface.java29 …@Override public int returnsLengthOfFooArray(android.aidl.versioned.tests.Foo[] foos) throws andro… in returnsLengthOfFooArray()
236 …@Override public int returnsLengthOfFooArray(android.aidl.versioned.tests.Foo[] foos) throws andro… in returnsLengthOfFooArray()
303 …public int returnsLengthOfFooArray(android.aidl.versioned.tests.Foo[] foos) throws android.os.Remo… in returnsLengthOfFooArray()
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestVersionedInterface.java83 Foo[] foos = new Foo[42]; in testArrayOfPacelableWithNewField() local
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-cpp-source/gen/include/android/aidl/versioned/tests/
DBnFooInterface.h41 …onst ::std::vector<::android::aidl::versioned::tests::Foo>& foos, int32_t* _aidl_return) override { in returnsLengthOfFooArray()
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-cpp-source/gen/android/aidl/versioned/tests/
DIFooInterface.cpp148 …ooArray(const ::std::vector<::android::aidl::versioned::tests::Foo>& foos, int32_t* _aidl_return) { in returnsLengthOfFooArray()
/system/tools/aidl/tests/
Daidl_test_client_versioned_interface.cpp77 std::vector<Foo> foos(42); in TEST_F() local
Daidl_test_client_ndk_versioned_interface.cpp93 vector<Foo> foos(42); in TEST_F() local
Daidl_test_service.cpp841 Status returnsLengthOfFooArray(const vector<::android::aidl::versioned::tests::Foo>& foos, in returnsLengthOfFooArray()
/system/tools/aidl/tests/rust/
Dtest_client.rs936 let foos = [Default::default(), Default::default(), Default::default()]; in test_array_of_parcelable_with_new_field() localVariable
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java97 public int returnsLengthOfFooArray(Foo[] foos) { in returnsLengthOfFooArray()