/system/core/trusty/test/binder/aidl/com/android/trusty/binder/test/ |
D | ITestService.aidl | 62 int[] ReverseInt(in int[] input, out int[] repeated); in ReverseInt() method
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 130 int[] ReverseInt(in int[] input, out int[] repeated); in ReverseInt() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 82 …::ndk::ScopedAStatus ReverseInt(const std::vector<int32_t>& in_input, std::vector<int32_t>* out_re… in ReverseInt() function 83 return _impl->ReverseInt(in_input, out_repeated, _aidl_return); in ReverseInt()
|
D | BpTestService.h | 33 …::ndk::ScopedAStatus ReverseInt(const std::vector<int32_t>& in_input, std::vector<int32_t>* out_re…
|
D | ITestService.h | 529 …virtual ::ndk::ScopedAStatus ReverseInt(const std::vector<int32_t>& in_input, std::vector<int32_t>… 602 …::ndk::ScopedAStatus ReverseInt(const std::vector<int32_t>& in_input, std::vector<int32_t>* out_re…
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 225 public int[] ReverseInt(int[] input, int[] repeated) throws RemoteException { in ReverseInt() method in TestServiceServer 679 int[] reversedArray = ReverseInt(input.getNs(), repeatedArray); in ReverseUnion()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 147 …::android::binder::Status ReverseInt(const ::std::vector<int32_t>& input, ::std::vector<int32_t>* … in ReverseInt() function 148 return _aidl_delegate->ReverseInt(input, repeated, _aidl_return); in ReverseInt()
|
D | BpTestService.h | 32 …::android::binder::Status ReverseInt(const ::std::vector<int32_t>& input, ::std::vector<int32_t>* …
|
D | ITestService.h | 440 …virtual ::android::binder::Status ReverseInt(const ::std::vector<int32_t>& input, ::std::vector<in… 549 …::android::binder::Status ReverseInt(const ::std::vector<int32_t>& /*input*/, ::std::vector<int32_… in ReverseInt() function
|
/system/tools/aidl/tests/ |
D | aidl_test_client_primitives.cpp | 174 DoTest(&ITestService::ReverseInt, {1, 2, 3}); in TEST_F()
|
D | aidl_test_service.cpp | 387 Status ReverseInt(const vector<int32_t>& input, in ReverseInt() function in __anonbcceb43d0111::NativeService
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 35 …fn r#ReverseInt(&self, _arg_input: &[i32], _arg_repeated: &mut Vec<i32>) -> binder::Result<Vec<i32… 113 …fn r#ReverseInt<'a>(&'a self, _arg_input: &'a [i32], _arg_repeated: &'a mut Vec<i32>) -> binder::B… 186 …async fn r#ReverseInt(&self, _arg_input: &[i32], _arg_repeated: &mut Vec<i32>) -> binder::Result<V… 309 …fn r#ReverseInt(&self, _arg_input: &[i32], _arg_repeated: &mut Vec<i32>) -> binder::Result<Vec<i32… in new_async_binder() 310 self._rt.block_on(self._inner.r#ReverseInt(_arg_input, _arg_repeated)) in new_async_binder() 519 …fn r#ReverseInt(&self, _arg_input: &[i32], _arg_repeated: &mut Vec<i32>) -> binder::Result<Vec<i32… 691 …pub const r#ReverseInt: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_TRA… 1155 return _aidl_default_impl.r#ReverseInt(_arg_input, _arg_repeated); in read_response_ReverseInt() 2174 …fn r#ReverseInt(&self, _arg_input: &[i32], _arg_repeated: &mut Vec<i32>) -> binder::Result<Vec<i32… 2176 …let _aidl_reply = self.binder.submit_transact(transactions::r#ReverseInt, _aidl_data, binder::bind… [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 94 @Override public int[] ReverseInt(int[] input, int[] repeated) throws android.os.RemoteException in ReverseInt() method in ITestService.Default 397 @Override public int[] ReverseInt(int[] input, int[] repeated) throws android.os.RemoteException in ReverseInt() method in ITestService.Delegator 399 return mImpl.ReverseInt(input,repeated); in ReverseInt() 1141 int[] _result = this.ReverseInt(_arg0, _arg1); in onTransact() 2189 … @Override public int[] ReverseInt(int[] input, int[] repeated) throws android.os.RemoteException in ReverseInt() method in ITestService.Stub.Proxy 2202 return getDefaultImpl().ReverseInt(input, repeated); in ReverseInt() 3673 public int[] ReverseInt(int[] input, int[] repeated) throws android.os.RemoteException; in ReverseInt() method
|
/system/tools/aidl/tests/rust/ |
D | test_service_async.rs | 185 impl_repeat_reverse! {RepeatInt, ReverseInt, i32}
|
D | test_service.rs | 159 impl_repeat_reverse! {RepeatInt, ReverseInt, i32}
|
D | test_client.rs | 231 test_reverse_array! {test_array_int, ReverseInt, vec![1, 2, 3]}
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 248 int[] reversed = service.ReverseInt(input, echoed); in testIntArrayReversal()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 349 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->ReverseInt(in_input, &out_repeated, &_aidl_return); in _aidl_android_aidl_tests_ITestService_onTransact() 2047 ::ndk::ScopedAStatus BpTestService::ReverseInt(const std::vector<int32_t>& in_input, std::vector<in… in ReverseInt() function in aidl::android::aidl::tests::BpTestService 2074 _aidl_status = ITestService::getDefaultImpl()->ReverseInt(in_input, out_repeated, _aidl_return); in ReverseInt() 4348 ::ndk::ScopedAStatus ITestServiceDefault::ReverseInt(const std::vector<int32_t>& /*in_input*/, std:… in ReverseInt() function in aidl::android::aidl::tests::ITestServiceDefault
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 699 ::android::binder::Status BpTestService::ReverseInt(const ::std::vector<int32_t>& input, ::std::vec… in ReverseInt() function in android::aidl::tests::BpTestService 721 return ITestService::getDefaultImpl()->ReverseInt(input, repeated, _aidl_return); in ReverseInt() 3347 ::android::binder::Status _aidl_status(ReverseInt(in_input, &out_repeated, &_aidl_return)); in onTransact()
|