Searched refs:returnsLengthOfFooArray (Results 1 – 11 of 11) sorted by relevance
10 int returnsLengthOfFooArray(in Foo[] foos); in returnsLengthOfFooArray() method
23 int returnsLengthOfFooArray(in android.aidl.versioned.tests.Foo[] foos); in returnsLengthOfFooArray() method
24 int returnsLengthOfFooArray(in android.aidl.versioned.tests.Foo[] foos); in returnsLengthOfFooArray() method
60 auto status = versioned->returnsLengthOfFooArray(foos, &length); in TEST_F()
75 auto status = versioned->returnsLengthOfFooArray(foos, &length); in TEST_F()
643 Status returnsLengthOfFooArray(const vector<::android::aidl::versioned::tests::Foo>& foos, in returnsLengthOfFooArray() function in __anon4c59ef040110::VersionedService
87 int length = service.returnsLengthOfFooArray(foos); in testArrayOfPacelableWithNewField()
328 fn returnsLengthOfFooArray(&self, foos: &[Foo]) -> binder::Result<i32> { in returnsLengthOfFooArray() method
666 let ret = service.returnsLengthOfFooArray(&foos); in test_array_of_parcelable_with_new_field()
75 public int returnsLengthOfFooArray(Foo[] foos) { in returnsLengthOfFooArray() method in TestServiceServer.FooInterface