Home
last modified time | relevance | path

Searched refs:ReverseChar (Results 1 – 15 of 15) 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
633 …let _aidl_reply = self.binder.transact(transactions::ReverseChar, binder::FLAG_CLEAR_BUF | binder:… in ReverseChar()
641 return _aidl_default_impl.ReverseChar(_arg_input, _arg_repeated); in ReverseChar()
1265 …fn ReverseChar(&self, _arg_input: &[u16], _arg_repeated: &mut Vec<u16>) -> binder::public_api::Res… in ReverseChar() method
1491 transactions::ReverseChar => { in on_transact()
1495 let _aidl_return = _aidl_service.ReverseChar(&_arg_input, &mut _arg_repeated); in on_transact()
/system/tools/aidl/tests/
Daidl_test_client_primitives.cpp145 DoTest(&ITestService::ReverseChar, {char16_t{'A'}, char16_t{'B'}, char16_t{'C'}}); in TEST_F()
Daidl_test_service.cpp369 Status ReverseChar(const vector<char16_t>& input, in ReverseChar() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/rust/
Dtest_service.rs137 impl_repeat_reverse! {RepeatChar, ReverseChar, u16}
Dtest_client.rs189 ReverseChar,
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DBpTestService.h32 …::ndk::ScopedAStatus ReverseChar(const std::vector<char16_t>& in_input, std::vector<char16_t>* out…
DITestService.h181 …virtual ::ndk::ScopedAStatus ReverseChar(const std::vector<char16_t>& in_input, std::vector<char16…
237 …::ndk::ScopedAStatus ReverseChar(const std::vector<char16_t>& in_input, std::vector<char16_t>* out…
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBpTestService.h34 …::android::binder::Status ReverseChar(const ::std::vector<char16_t>& input, ::std::vector<char16_t…
DITestService.h127 …virtual ::android::binder::Status ReverseChar(const ::std::vector<char16_t>& input, ::std::vector<…
217 …::android::binder::Status ReverseChar(const ::std::vector<char16_t>&, ::std::vector<char16_t>*, ::… in ReverseChar() function
/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
462 char[] _result = this.ReverseChar(_arg0, _arg1); in onTransact()
1348 …@Override public char[] ReverseChar(char[] input, char[] repeated) throws android.os.RemoteExcepti… in ReverseChar() method in ITestService.Stub.Proxy
1365 return getDefaultImpl().ReverseChar(input, repeated); in ReverseChar()
2450 public char[] ReverseChar(char[] input, char[] repeated) throws android.os.RemoteException; 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/java/src/android/aidl/tests/
DTestServiceClient.java203 char[] reversed = service.ReverseChar(input, echoed); in testCharArrayReversal()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp320 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->ReverseChar(in_input, &out_repeated, &_aidl_return… in _aidl_onTransact()
1668 ::ndk::ScopedAStatus BpTestService::ReverseChar(const std::vector<char16_t>& in_input, std::vector<… in ReverseChar() function in aidl::android::aidl::tests::BpTestService
1695 … _aidl_status = ITestService::getDefaultImpl()->ReverseChar(in_input, out_repeated, _aidl_return); in ReverseChar()
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-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
669 return ITestService::getDefaultImpl()->ReverseChar(input, repeated, _aidl_return); in ReverseChar()
2508 ::android::binder::Status _aidl_status(ReverseChar(in_input, &out_repeated, &_aidl_return)); in onTransact()