/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 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/ |
D | aidl_test_client_primitives.cpp | 145 DoTest(&ITestService::ReverseChar, {char16_t{'A'}, char16_t{'B'}, char16_t{'C'}}); in TEST_F()
|
D | aidl_test_service.cpp | 369 Status ReverseChar(const vector<char16_t>& input, in ReverseChar() function in __anonee08dd980111::NativeService
|
/system/tools/aidl/tests/rust/ |
D | test_service.rs | 137 impl_repeat_reverse! {RepeatChar, ReverseChar, u16}
|
D | test_client.rs | 189 ReverseChar,
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
D | BpTestService.h | 32 …::ndk::ScopedAStatus ReverseChar(const std::vector<char16_t>& in_input, std::vector<char16_t>* out…
|
D | ITestService.h | 181 …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/ |
D | BpTestService.h | 34 …::android::binder::Status ReverseChar(const ::std::vector<char16_t>& input, ::std::vector<char16_t…
|
D | ITestService.h | 127 …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/ |
D | ITestService.java | 89 …@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/ |
D | TestServiceServer.java | 173 public char[] ReverseChar(char[] input, char[] repeated) throws RemoteException { in ReverseChar() method in TestServiceServer
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 203 char[] reversed = service.ReverseChar(input, echoed); in testCharArrayReversal()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 320 …::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/ |
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 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()
|