/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 92 long[] ReverseLong(in long[] input, out long[] repeated); in ReverseLong() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 33 …fn ReverseLong(&self, _arg_input: &[i64], _arg_repeated: &mut Vec<i64>) -> binder::public_api::Res… in ReverseLong() method 128 …fn ReverseLong(&self, _arg_input: &[i64], _arg_repeated: &mut Vec<i64>) -> binder::public_api::Res… in ReverseLong() method 247 pub const ReverseLong: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 18; constant 670 …fn ReverseLong(&self, _arg_input: &[i64], _arg_repeated: &mut Vec<i64>) -> binder::public_api::Res… in ReverseLong() method 671 …let _aidl_reply = self.binder.transact(transactions::ReverseLong, binder::FLAG_CLEAR_BUF | binder:… in ReverseLong() 679 return _aidl_default_impl.ReverseLong(_arg_input, _arg_repeated); in ReverseLong() 1267 …fn ReverseLong(&self, _arg_input: &[i64], _arg_repeated: &mut Vec<i64>) -> binder::public_api::Res… in ReverseLong() method 1521 transactions::ReverseLong => { in on_transact() 1525 let _aidl_return = _aidl_service.ReverseLong(&_arg_input, &mut _arg_repeated); in on_transact()
|
/system/tools/aidl/tests/ |
D | aidl_test_client_primitives.cpp | 153 DoTest(&ITestService::ReverseLong, {-1LL, 0LL, int64_t{1LL << 60}}); in TEST_F()
|
D | aidl_test_service.cpp | 379 Status ReverseLong(const vector<int64_t>& input, in ReverseLong() function in __anonee08dd980111::NativeService
|
/system/tools/aidl/tests/rust/ |
D | test_service.rs | 139 impl_repeat_reverse! {RepeatLong, ReverseLong, i64}
|
D | test_client.rs | 193 test_reverse_array! {test_array_long, ReverseLong, vec![-1i64, 0i64, 1i64 << 60]}
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
D | BpTestService.h | 34 …::ndk::ScopedAStatus ReverseLong(const std::vector<int64_t>& in_input, std::vector<int64_t>* out_r…
|
D | ITestService.h | 183 …virtual ::ndk::ScopedAStatus ReverseLong(const std::vector<int64_t>& in_input, std::vector<int64_t… 239 …::ndk::ScopedAStatus ReverseLong(const std::vector<int64_t>& in_input, std::vector<int64_t>* out_r…
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BpTestService.h | 36 …::android::binder::Status ReverseLong(const ::std::vector<int64_t>& input, ::std::vector<int64_t>*…
|
D | ITestService.h | 129 …virtual ::android::binder::Status ReverseLong(const ::std::vector<int64_t>& input, ::std::vector<i… 223 …::android::binder::Status ReverseLong(const ::std::vector<int64_t>&, ::std::vector<int64_t>*, ::st… in ReverseLong() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 97 …@Override public long[] ReverseLong(long[] input, long[] repeated) throws android.os.RemoteExcepti… in ReverseLong() method in ITestService.Default 500 long[] _result = this.ReverseLong(_arg0, _arg1); in onTransact() 1408 …@Override public long[] ReverseLong(long[] input, long[] repeated) throws android.os.RemoteExcepti… in ReverseLong() method in ITestService.Stub.Proxy 1425 return getDefaultImpl().ReverseLong(input, repeated); in ReverseLong() 2452 public long[] ReverseLong(long[] input, long[] repeated) throws android.os.RemoteException; in ReverseLong() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 191 public long[] ReverseLong(long[] input, long[] repeated) throws RemoteException { in ReverseLong() method in TestServiceServer
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 229 long[] reversed = service.ReverseLong(input, echoed); in testLongArrayReversal()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 370 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->ReverseLong(in_input, &out_repeated, &_aidl_return… in _aidl_onTransact() 1762 ::ndk::ScopedAStatus BpTestService::ReverseLong(const std::vector<int64_t>& in_input, std::vector<i… in ReverseLong() function in aidl::android::aidl::tests::BpTestService 1789 … _aidl_status = ITestService::getDefaultImpl()->ReverseLong(in_input, out_repeated, _aidl_return); in ReverseLong() 3306 ::ndk::ScopedAStatus ITestServiceDefault::ReverseLong(const std::vector<int64_t>& /*in_input*/, std… in ReverseLong() 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 | 740 ::android::binder::Status BpTestService::ReverseLong(const ::std::vector<int64_t>& input, ::std::ve… in ReverseLong() function in android::aidl::tests::BpTestService 761 return ITestService::getDefaultImpl()->ReverseLong(input, repeated, _aidl_return); in ReverseLong() 2578 ::android::binder::Status _aidl_status(ReverseLong(in_input, &out_repeated, &_aidl_return)); in onTransact()
|