Searched defs:returnsLengthOfFooArray (Results 1 – 7 of 7) sorted by relevance
23 int returnsLengthOfFooArray(in android.aidl.versioned.tests.Foo[] foos); in returnsLengthOfFooArray() method
10 int returnsLengthOfFooArray(in Foo[] foos); in returnsLengthOfFooArray() method
24 int returnsLengthOfFooArray(in android.aidl.versioned.tests.Foo[] foos); in returnsLengthOfFooArray() method
328 fn returnsLengthOfFooArray(&self, foos: &[Foo]) -> binder::Result<i32> { in returnsLengthOfFooArray() method
75 public int returnsLengthOfFooArray(Foo[] foos) { in returnsLengthOfFooArray() method in TestServiceServer.FooInterface
643 Status returnsLengthOfFooArray(const vector<::android::aidl::versioned::tests::Foo>& foos, in returnsLengthOfFooArray() function in __anonee08dd980111::VersionedService