/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 90 char[] ReverseChar(in char[] input, out char[] repeated); in ReverseChar() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 31 …fn ReverseChar(&self, _arg_input: &[u16], _arg_repeated: &mut Vec<u16>) -> binder::public_api::Res… in ReverseChar() method 122 …fn ReverseChar(&self, _arg_input: &[u16], _arg_repeated: &mut Vec<u16>) -> binder::public_api::Res… in ReverseChar() method 245 pub const ReverseChar: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 16; constant 632 …fn ReverseChar(&self, _arg_input: &[u16], _arg_repeated: &mut Vec<u16>) -> binder::public_api::Res… in ReverseChar() method 1265 …fn ReverseChar(&self, _arg_input: &[u16], _arg_repeated: &mut Vec<u16>) -> binder::public_api::Res… in ReverseChar() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 173 public char[] ReverseChar(char[] input, char[] repeated) throws RemoteException { in ReverseChar() method in TestServiceServer
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 648 ::android::binder::Status BpTestService::ReverseChar(const ::std::vector<char16_t>& input, ::std::v… in ReverseChar() 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 | 1668 ::ndk::ScopedAStatus BpTestService::ReverseChar(const std::vector<char16_t>& in_input, std::vector<… in ReverseChar() function in aidl::android::aidl::tests::BpTestService 3296 ::ndk::ScopedAStatus ITestServiceDefault::ReverseChar(const std::vector<char16_t>& /*in_input*/, st… in ReverseChar() 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 | 89 …@Override public char[] ReverseChar(char[] input, char[] repeated) throws android.os.RemoteExcepti… in ReverseChar() method in ITestService.Default 1348 …@Override public char[] ReverseChar(char[] input, char[] repeated) throws android.os.RemoteExcepti… in ReverseChar() method in ITestService.Stub.Proxy 2450 public char[] ReverseChar(char[] input, char[] repeated) throws android.os.RemoteException; in ReverseChar() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | ITestService.h | 217 …::android::binder::Status ReverseChar(const ::std::vector<char16_t>&, ::std::vector<char16_t>*, ::… in ReverseChar() function
|
/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 369 Status ReverseChar(const vector<char16_t>& input, in ReverseChar() function in __anonee08dd980111::NativeService
|