Home
last modified time | relevance | path

Searched defs:returnsLengthOfFooArray (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/tools/aidl/aidl_api/aidl-test-versioned-interface/1/android/aidl/versioned/tests/
H A DIFooInterface.aidl23 int returnsLengthOfFooArray(in android.aidl.versioned.tests.Foo[] foos); in returnsLengthOfFooArray() method
/aosp12/system/tools/aidl/aidl_api/aidl-test-versioned-interface/2/android/aidl/versioned/tests/
H A DIFooInterface.aidl23 int returnsLengthOfFooArray(in android.aidl.versioned.tests.Foo[] foos); in returnsLengthOfFooArray() method
/aosp12/system/tools/aidl/aidl_api/aidl-test-versioned-interface/current/android/aidl/versioned/tests/
H A DIFooInterface.aidl24 int returnsLengthOfFooArray(in android.aidl.versioned.tests.Foo[] foos); in returnsLengthOfFooArray() method
/aosp12/system/tools/aidl/tests/versioned/android/aidl/versioned/tests/
H A DIFooInterface.aidl10 int returnsLengthOfFooArray(in Foo[] foos); in returnsLengthOfFooArray() method
/aosp12/system/tools/aidl/tests/rust/
H A Dtest_service.rs328 fn returnsLengthOfFooArray(&self, foos: &[Foo]) -> binder::Result<i32> { in returnsLengthOfFooArray() method
/aosp12/system/tools/aidl/tests/java/src/android/aidl/service/
H A DTestServiceServer.java75 public int returnsLengthOfFooArray(Foo[] foos) { in returnsLengthOfFooArray() method in TestServiceServer.FooInterface
/aosp12/system/tools/aidl/tests/
H A Daidl_test_service.cpp643 Status returnsLengthOfFooArray(const vector<::android::aidl::versioned::tests::Foo>& foos, in returnsLengthOfFooArray() function in __anon4c59ef040110::VersionedService