Home
last modified time | relevance | path

Searched defs:ReverseLong (Results 1 – 8 of 8) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl92 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/
DITestService.rs33 …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
1267 …fn ReverseLong(&self, _arg_input: &[i64], _arg_repeated: &mut Vec<i64>) -> binder::public_api::Res… in ReverseLong() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java191 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/android/aidl/tests/
DITestService.cpp740 ::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-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp1762 ::ndk::ScopedAStatus BpTestService::ReverseLong(const std::vector<int64_t>& in_input, std::vector<i… in ReverseLong() function in aidl::android::aidl::tests::BpTestService
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-java-source/gen/android/aidl/tests/
DITestService.java97 …@Override public long[] ReverseLong(long[] input, long[] repeated) throws android.os.RemoteExcepti… in ReverseLong() method in ITestService.Default
1408 …@Override public long[] ReverseLong(long[] input, long[] repeated) throws android.os.RemoteExcepti… in ReverseLong() method in ITestService.Stub.Proxy
2452 public long[] ReverseLong(long[] input, long[] repeated) throws android.os.RemoteException; in ReverseLong() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h223 …::android::binder::Status ReverseLong(const ::std::vector<int64_t>&, ::std::vector<int64_t>*, ::st… in ReverseLong() function
/system/tools/aidl/tests/
Daidl_test_service.cpp379 Status ReverseLong(const vector<int64_t>& input, in ReverseLong() function in __anonee08dd980111::NativeService