/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 91 int[] ReverseInt(in int[] input, out int[] repeated); in ReverseInt() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 182 public int[] ReverseInt(int[] input, int[] repeated) throws RemoteException { in ReverseInt() method in TestServiceServer 495 int[] reversedArray = ReverseInt(input.getNs(), repeatedArray); in ReverseUnion()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 32 …fn ReverseInt(&self, _arg_input: &[i32], _arg_repeated: &mut Vec<i32>) -> binder::public_api::Resu… in ReverseInt() method 125 …fn ReverseInt(&self, _arg_input: &[i32], _arg_repeated: &mut Vec<i32>) -> binder::public_api::Resu… in ReverseInt() method 246 pub const ReverseInt: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 17; constant 651 …fn ReverseInt(&self, _arg_input: &[i32], _arg_repeated: &mut Vec<i32>) -> binder::public_api::Resu… in ReverseInt() method 652 …let _aidl_reply = self.binder.transact(transactions::ReverseInt, binder::FLAG_CLEAR_BUF | binder::… in ReverseInt() 660 return _aidl_default_impl.ReverseInt(_arg_input, _arg_repeated); in ReverseInt() 1266 …fn ReverseInt(&self, _arg_input: &[i32], _arg_repeated: &mut Vec<i32>) -> binder::public_api::Resu… in ReverseInt() method 1506 transactions::ReverseInt => { in on_transact() 1510 let _aidl_return = _aidl_service.ReverseInt(&_arg_input, &mut _arg_repeated); in on_transact()
|
/system/tools/aidl/tests/ |
D | aidl_test_client_primitives.cpp | 149 DoTest(&ITestService::ReverseInt, {1, 2, 3}); in TEST_F()
|
D | aidl_test_service.cpp | 374 Status ReverseInt(const vector<int32_t>& input, in ReverseInt() function in __anonee08dd980111::NativeService
|
/system/tools/aidl/tests/rust/ |
D | test_service.rs | 138 impl_repeat_reverse! {RepeatInt, ReverseInt, i32}
|
D | test_client.rs | 192 test_reverse_array! {test_array_int, ReverseInt, vec![1, 2, 3]}
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
D | BpTestService.h | 33 …::ndk::ScopedAStatus ReverseInt(const std::vector<int32_t>& in_input, std::vector<int32_t>* out_re…
|
D | ITestService.h | 182 …virtual ::ndk::ScopedAStatus ReverseInt(const std::vector<int32_t>& in_input, std::vector<int32_t>… 238 …::ndk::ScopedAStatus ReverseInt(const std::vector<int32_t>& in_input, std::vector<int32_t>* out_re…
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BpTestService.h | 35 …::android::binder::Status ReverseInt(const ::std::vector<int32_t>& input, ::std::vector<int32_t>* …
|
D | ITestService.h | 128 …virtual ::android::binder::Status ReverseInt(const ::std::vector<int32_t>& input, ::std::vector<in… 220 …::android::binder::Status ReverseInt(const ::std::vector<int32_t>&, ::std::vector<int32_t>*, ::std… in ReverseInt() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 93 @Override public int[] ReverseInt(int[] input, int[] repeated) throws android.os.RemoteException in ReverseInt() method in ITestService.Default 481 int[] _result = this.ReverseInt(_arg0, _arg1); in onTransact() 1378 … @Override public int[] ReverseInt(int[] input, int[] repeated) throws android.os.RemoteException in ReverseInt() method in ITestService.Stub.Proxy 1395 return getDefaultImpl().ReverseInt(input, repeated); in ReverseInt() 2451 public int[] ReverseInt(int[] input, int[] repeated) throws android.os.RemoteException; in ReverseInt() method
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 216 int[] reversed = service.ReverseInt(input, echoed); in testIntArrayReversal()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 345 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->ReverseInt(in_input, &out_repeated, &_aidl_return); in _aidl_onTransact() 1715 ::ndk::ScopedAStatus BpTestService::ReverseInt(const std::vector<int32_t>& in_input, std::vector<in… in ReverseInt() function in aidl::android::aidl::tests::BpTestService 1742 _aidl_status = ITestService::getDefaultImpl()->ReverseInt(in_input, out_repeated, _aidl_return); in ReverseInt() 3301 ::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 | 694 ::android::binder::Status BpTestService::ReverseInt(const ::std::vector<int32_t>& input, ::std::vec… in ReverseInt() function in android::aidl::tests::BpTestService 715 return ITestService::getDefaultImpl()->ReverseInt(input, repeated, _aidl_return); in ReverseInt() 2543 ::android::binder::Status _aidl_status(ReverseInt(in_input, &out_repeated, &_aidl_return)); in onTransact()
|