Home
last modified time | relevance | path

Searched refs:ReverseInt (Results 1 – 19 of 19) sorted by relevance

/system/core/trusty/test/binder/aidl/com/android/trusty/binder/test/
DITestService.aidl62 int[] ReverseInt(in int[] input, out int[] repeated); in ReverseInt() method
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl130 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/
DBnTestService.h82 …::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()
DBpTestService.h33 …::ndk::ScopedAStatus ReverseInt(const std::vector<int32_t>& in_input, std::vector<int32_t>* out_re…
DITestService.h529 …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/
DTestServiceServer.java225 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/
DBnTestService.h147 …::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()
DBpTestService.h32 …::android::binder::Status ReverseInt(const ::std::vector<int32_t>& input, ::std::vector<int32_t>* …
DITestService.h440 …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/
Daidl_test_client_primitives.cpp174 DoTest(&ITestService::ReverseInt, {1, 2, 3}); in TEST_F()
Daidl_test_service.cpp387 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/
DITestService.rs35 …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/
DITestService.java94 @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/
Dtest_service_async.rs185 impl_repeat_reverse! {RepeatInt, ReverseInt, i32}
Dtest_service.rs159 impl_repeat_reverse! {RepeatInt, ReverseInt, i32}
Dtest_client.rs231 test_reverse_array! {test_array_int, ReverseInt, vec![1, 2, 3]}
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java248 int[] reversed = service.ReverseInt(input, echoed); in testIntArrayReversal()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp349 …::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/
DITestService.cpp699 ::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()