/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-rust-source/gen/android/aidl/versioned/tests/ |
D | IFooInterface.rs | 22 …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/ |
D | BnFooInterface.h | 50 …::ndk::ScopedAStatus returnsLengthOfFooArray(const std::vector<::aidl::android::aidl::versioned::t… in returnsLengthOfFooArray() function 51 return _impl->returnsLengthOfFooArray(in_foos, _aidl_return); in returnsLengthOfFooArray()
|
D | IFooInterface.h | 41 …virtual ::ndk::ScopedAStatus returnsLengthOfFooArray(const std::vector<::aidl::android::aidl::vers… 52 …::ndk::ScopedAStatus returnsLengthOfFooArray(const std::vector<::aidl::android::aidl::versioned::t…
|
D | BpFooInterface.h | 20 …::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/ |
D | IFooInterface.h | 26 …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
|
D | BnFooInterface.h | 37 …::android::binder::Status returnsLengthOfFooArray(const ::std::vector<::android::aidl::versioned::… in returnsLengthOfFooArray() function 38 return _aidl_delegate->returnsLengthOfFooArray(foos, _aidl_return); in returnsLengthOfFooArray()
|
D | BpFooInterface.h | 19 …::android::binder::Status returnsLengthOfFooArray(const ::std::vector<::android::aidl::versioned::…
|
/system/tools/aidl/tests/versioned/android/aidl/versioned/tests/ |
D | IFooInterface.aidl | 12 int returnsLengthOfFooArray(in Foo[] foos); in returnsLengthOfFooArray() method
|
/system/tools/aidl/aidl_api/aidl-test-versioned-interface/1/android/aidl/versioned/tests/ |
D | IFooInterface.aidl | 23 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/ |
D | IFooInterface.aidl | 29 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/ |
D | IFooInterface.aidl | 23 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/ |
D | IFooInterface.java | 29 …@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/ |
D | aidl_test_client_ndk_versioned_interface.cpp | 60 auto status = versioned->returnsLengthOfFooArray(foos, &length); in TEST_F()
|
D | aidl_test_client_versioned_interface.cpp | 77 auto status = versioned->returnsLengthOfFooArray(foos, &length); in TEST_F()
|
D | aidl_test_service.cpp | 794 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/ |
D | IFooInterface.cpp | 86 … ::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/ |
D | IFooInterface.cpp | 145 ::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/ |
D | TestVersionedInterface.java | 87 int length = service.returnsLengthOfFooArray(foos); in testArrayOfPacelableWithNewField()
|
/system/tools/aidl/tests/rust/ |
D | test_service.rs | 481 fn returnsLengthOfFooArray(&self, foos: &[Foo]) -> binder::Result<i32> { in returnsLengthOfFooArray() method
|
D | test_service_async.rs | 524 async fn returnsLengthOfFooArray(&self, foos: &[Foo]) -> binder::Result<i32> { in returnsLengthOfFooArray() method
|
D | test_client.rs | 919 let ret = service.returnsLengthOfFooArray(&foos); in test_array_of_parcelable_with_new_field()
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 88 public int returnsLengthOfFooArray(Foo[] foos) { in returnsLengthOfFooArray() method in TestServiceServer.FooInterface
|