Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl90 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/
DITestService.rs31 …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/
DTestServiceServer.java173 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/
DITestService.cpp648 ::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/
DITestService.cpp1668 ::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/
DITestService.java89 …@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/
DITestService.h217 …::android::binder::Status ReverseChar(const ::std::vector<char16_t>&, ::std::vector<char16_t>*, ::… in ReverseChar() function
/system/tools/aidl/tests/
Daidl_test_service.cpp369 Status ReverseChar(const vector<char16_t>& input, in ReverseChar() function in __anonee08dd980111::NativeService