/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 111 long[] ReverseLong(in long[] input, out long[] repeated); in ReverseLong() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 85 …::ndk::ScopedAStatus ReverseLong(const std::vector<int64_t>& in_input, std::vector<int64_t>* out_r… in ReverseLong() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 98 …@Override public long[] ReverseLong(long[] input, long[] repeated) throws android.os.RemoteExcepti… in ReverseLong() method in ITestService.Default 392 …@Override public long[] ReverseLong(long[] input, long[] repeated) throws android.os.RemoteExcepti… in ReverseLong() method in ITestService.Delegator 1906 …@Override public long[] ReverseLong(long[] input, long[] repeated) throws android.os.RemoteExcepti… in ReverseLong() method in ITestService.Stub.Proxy 3350 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 | 225 public long[] ReverseLong(long[] input, long[] repeated) throws RemoteException { in ReverseLong() method in TestServiceServer
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 139 …::android::binder::Status ReverseLong(const ::std::vector<int64_t>& input, ::std::vector<int64_t>*… in ReverseLong() function
|
D | ITestService.h | 340 …::android::binder::Status ReverseLong(const ::std::vector<int64_t>& /*input*/, ::std::vector<int64… in ReverseLong() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 728 ::android::binder::Status BpTestService::ReverseLong(const ::std::vector<int64_t>& input, ::std::ve… in ReverseLong() function in android::aidl::tests::BpTestService
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 36 …fn ReverseLong(&self, _arg_input: &[i64], _arg_repeated: &mut Vec<i64>) -> binder::Result<Vec<i64>… in ReverseLong() method 112 …fn ReverseLong<'a>(&'a self, _arg_input: &'a [i64], _arg_repeated: &'a mut Vec<i64>) -> binder::Bo… in ReverseLong() method 183 …async fn ReverseLong(&self, _arg_input: &[i64], _arg_repeated: &mut Vec<i64>) -> binder::Result<Ve… in ReverseLong() method 306 …fn ReverseLong(&self, _arg_input: &[i64], _arg_repeated: &mut Vec<i64>) -> binder::Result<Vec<i64>… in new_async_binder() function 510 …fn ReverseLong(&self, _arg_input: &[i64], _arg_repeated: &mut Vec<i64>) -> binder::Result<Vec<i64>… in ReverseLong() method 674 …pub const ReverseLong: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_TRAN… constant 2106 …fn ReverseLong(&self, _arg_input: &[i64], _arg_repeated: &mut Vec<i64>) -> binder::Result<Vec<i64>… in ReverseLong() method 2577 …fn ReverseLong<'a>(&'a self, _arg_input: &'a [i64], _arg_repeated: &'a mut Vec<i64>) -> binder::Bo… in ReverseLong() method 3221 …fn ReverseLong(&self, _arg_input: &[i64], _arg_repeated: &mut Vec<i64>) -> binder::Result<Vec<i64>… in ReverseLong() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 2051 ::ndk::ScopedAStatus BpTestService::ReverseLong(const std::vector<int64_t>& in_input, std::vector<i… in ReverseLong() function in aidl::android::aidl::tests::BpTestService 4225 ::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/ |
D | aidl_test_service.cpp | 370 Status ReverseLong(const vector<int64_t>& input, in ReverseLong() function in __anon556d30440111::NativeService
|