Home
last modified time | relevance | path

Searched refs:returnsLengthOfFooArray (Results 1 – 22 of 22) sorted by relevance

/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-rust-source/gen/android/aidl/versioned/tests/
DIFooInterface.rs22 …fn returnsLengthOfFooArray(&self, _arg_foos: &[crate::mangled::_7_android_4_aidl_9_versioned_5_tes… in returnsLengthOfFooArray() method
41 …fn returnsLengthOfFooArray<'a>(&'a self, _arg_foos: &'a [crate::mangled::_7_android_4_aidl_9_versi… in returnsLengthOfFooArray() method
55 …async fn returnsLengthOfFooArray(&self, _arg_foos: &[crate::mangled::_7_android_4_aidl_9_versioned… in returnsLengthOfFooArray() method
86 …fn returnsLengthOfFooArray(&self, _arg_foos: &[crate::mangled::_7_android_4_aidl_9_versioned_5_tes… in new_async_binder() function
87 self._rt.block_on(self._inner.returnsLengthOfFooArray(_arg_foos)) in new_async_binder()
104 …fn returnsLengthOfFooArray(&self, _arg_foos: &[crate::mangled::_7_android_4_aidl_9_versioned_5_tes… in returnsLengthOfFooArray() method
112 …pub const returnsLengthOfFooArray: binder::binder_impl::TransactionCode = binder::binder_impl::FIR… constant
185 return _aidl_default_impl.returnsLengthOfFooArray(_arg_foos); in read_response_returnsLengthOfFooArray()
235 …fn returnsLengthOfFooArray(&self, _arg_foos: &[crate::mangled::_7_android_4_aidl_9_versioned_5_tes… in returnsLengthOfFooArray() method
237 …let _aidl_reply = self.binder.submit_transact(transactions::returnsLengthOfFooArray, _aidl_data, b… in returnsLengthOfFooArray()
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-ndk-source/gen/include/aidl/android/aidl/versioned/tests/
DBnFooInterface.h50 …::ndk::ScopedAStatus returnsLengthOfFooArray(const std::vector<::aidl::android::aidl::versioned::t… in returnsLengthOfFooArray() function
51 return _impl->returnsLengthOfFooArray(in_foos, _aidl_return); in returnsLengthOfFooArray()
DIFooInterface.h41 …virtual ::ndk::ScopedAStatus returnsLengthOfFooArray(const std::vector<::aidl::android::aidl::vers…
52 …::ndk::ScopedAStatus returnsLengthOfFooArray(const std::vector<::aidl::android::aidl::versioned::t…
DBpFooInterface.h20 …::ndk::ScopedAStatus returnsLengthOfFooArray(const std::vector<::aidl::android::aidl::versioned::t…
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-cpp-source/gen/include/android/aidl/versioned/tests/
DIFooInterface.h26 …virtual ::android::binder::Status returnsLengthOfFooArray(const ::std::vector<::android::aidl::ver…
45 …::android::binder::Status returnsLengthOfFooArray(const ::std::vector<::android::aidl::versioned::… in returnsLengthOfFooArray() function
DBnFooInterface.h37 …::android::binder::Status returnsLengthOfFooArray(const ::std::vector<::android::aidl::versioned::… in returnsLengthOfFooArray() function
38 return _aidl_delegate->returnsLengthOfFooArray(foos, _aidl_return); in returnsLengthOfFooArray()
DBpFooInterface.h19 …::android::binder::Status returnsLengthOfFooArray(const ::std::vector<::android::aidl::versioned::…
/system/tools/aidl/tests/versioned/android/aidl/versioned/tests/
DIFooInterface.aidl12 int returnsLengthOfFooArray(in Foo[] foos); in returnsLengthOfFooArray() method
/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/current/android/aidl/versioned/tests/
DIFooInterface.aidl29 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/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() method in IFooInterface.Default
140 int _result = this.returnsLengthOfFooArray(_arg0); in onTransact()
236 …@Override public int returnsLengthOfFooArray(android.aidl.versioned.tests.Foo[] foos) throws andro… in returnsLengthOfFooArray() method in IFooInterface.Stub.Proxy
303 …public int returnsLengthOfFooArray(android.aidl.versioned.tests.Foo[] foos) throws android.os.Remo… in returnsLengthOfFooArray() method
/system/tools/aidl/tests/
Daidl_test_client_ndk_versioned_interface.cpp60 auto status = versioned->returnsLengthOfFooArray(foos, &length); in TEST_F()
Daidl_test_client_versioned_interface.cpp77 auto status = versioned->returnsLengthOfFooArray(foos, &length); in TEST_F()
Daidl_test_service.cpp794 Status returnsLengthOfFooArray(const vector<::android::aidl::versioned::tests::Foo>& foos, in returnsLengthOfFooArray() function in __anon556d30440111::VersionedService
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-ndk-source/gen/android/aidl/versioned/tests/
DIFooInterface.cpp86 … ::ndk::ScopedAStatus _aidl_status = _aidl_impl->returnsLengthOfFooArray(in_foos, &_aidl_return); in _aidl_android_aidl_versioned_tests_IFooInterface_onTransact()
260 ::ndk::ScopedAStatus BpFooInterface::returnsLengthOfFooArray(const std::vector<::aidl::android::aid… in returnsLengthOfFooArray() function in aidl::android::aidl::versioned::tests::BpFooInterface
283 _aidl_status = IFooInterface::getDefaultImpl()->returnsLengthOfFooArray(in_foos, _aidl_return); in returnsLengthOfFooArray()
460 ::ndk::ScopedAStatus IFooInterfaceDefault::returnsLengthOfFooArray(const std::vector<::aidl::androi… in returnsLengthOfFooArray() function in aidl::android::aidl::versioned::tests::IFooInterfaceDefault
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-cpp-source/gen/android/aidl/versioned/tests/
DIFooInterface.cpp145 ::android::binder::Status BpFooInterface::returnsLengthOfFooArray(const ::std::vector<::android::ai… in returnsLengthOfFooArray() function in android::aidl::versioned::tests::BpFooInterface
161 return IFooInterface::getDefaultImpl()->returnsLengthOfFooArray(foos, _aidl_return); in returnsLengthOfFooArray()
350 ::android::binder::Status _aidl_status(returnsLengthOfFooArray(in_foos, &_aidl_return)); in onTransact()
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestVersionedInterface.java87 int length = service.returnsLengthOfFooArray(foos); in testArrayOfPacelableWithNewField()
/system/tools/aidl/tests/rust/
Dtest_service.rs481 fn returnsLengthOfFooArray(&self, foos: &[Foo]) -> binder::Result<i32> { in returnsLengthOfFooArray() method
Dtest_service_async.rs524 async fn returnsLengthOfFooArray(&self, foos: &[Foo]) -> binder::Result<i32> { in returnsLengthOfFooArray() method
Dtest_client.rs919 let ret = service.returnsLengthOfFooArray(&foos); in test_array_of_parcelable_with_new_field()
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java88 public int returnsLengthOfFooArray(Foo[] foos) { in returnsLengthOfFooArray() method in TestServiceServer.FooInterface