Home
last modified time | relevance | path

Searched defs:returnsLengthOfFooArray (Results 1 – 7 of 7) 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() method
/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() method
/system/tools/aidl/tests/versioned/android/aidl/versioned/tests/
DIFooInterface.aidl10 int returnsLengthOfFooArray(in Foo[] foos); in returnsLengthOfFooArray() method
/system/tools/aidl/aidl_api/aidl-test-versioned-interface/current/android/aidl/versioned/tests/
DIFooInterface.aidl24 int returnsLengthOfFooArray(in android.aidl.versioned.tests.Foo[] foos); in returnsLengthOfFooArray() method
/system/tools/aidl/tests/rust/
Dtest_service.rs328 fn returnsLengthOfFooArray(&self, foos: &[Foo]) -> binder::Result<i32> { in returnsLengthOfFooArray() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java75 public int returnsLengthOfFooArray(Foo[] foos) { in returnsLengthOfFooArray() method in TestServiceServer.FooInterface
/system/tools/aidl/tests/
Daidl_test_service.cpp643 Status returnsLengthOfFooArray(const vector<::android::aidl::versioned::tests::Foo>& foos, in returnsLengthOfFooArray() function in __anonee08dd980111::VersionedService