/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/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 1266 …fn ReverseInt(&self, _arg_input: &[i32], _arg_repeated: &mut Vec<i32>) -> binder::public_api::Resu… 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
|
/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
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 1715 ::ndk::ScopedAStatus BpTestService::ReverseInt(const std::vector<int32_t>& in_input, std::vector<in… in ReverseInt() function in aidl::android::aidl::tests::BpTestService 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-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 1378 … @Override public int[] ReverseInt(int[] input, int[] repeated) throws android.os.RemoteException in ReverseInt() method in ITestService.Stub.Proxy 2451 public int[] ReverseInt(int[] input, int[] repeated) throws android.os.RemoteException; in ReverseInt() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | ITestService.h | 220 …::android::binder::Status ReverseInt(const ::std::vector<int32_t>&, ::std::vector<int32_t>*, ::std… in ReverseInt() function
|
/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 374 Status ReverseInt(const vector<int32_t>& input, in ReverseInt() function in __anonee08dd980111::NativeService
|