Home
last modified time | relevance | path

Searched refs:ReverseStringList (Results 1 – 15 of 15) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl105 List<String> ReverseStringList(in List<String> input, out List<String> repeated); in ReverseStringList() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs42 …fn ReverseStringList(&self, _arg_input: &[String], _arg_repeated: &mut Vec<String>) -> binder::pub… in ReverseStringList() method
155 …fn ReverseStringList(&self, _arg_input: &[String], _arg_repeated: &mut Vec<String>) -> binder::pub… in ReverseStringList() method
256 pub const ReverseStringList: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 27; constant
838 …fn ReverseStringList(&self, _arg_input: &[String], _arg_repeated: &mut Vec<String>) -> binder::pub… in ReverseStringList() method
839 …let _aidl_reply = self.binder.transact(transactions::ReverseStringList, binder::FLAG_CLEAR_BUF | b… in ReverseStringList()
846 return _aidl_default_impl.ReverseStringList(_arg_input, _arg_repeated); in ReverseStringList()
1276ReverseStringList(&self, _arg_input: &[String], _arg_repeated: &mut Vec<String>) -> binder::publi… in ReverseStringList() method
1651 transactions::ReverseStringList => { in on_transact()
1654 let _aidl_return = _aidl_service.ReverseStringList(&_arg_input, &mut _arg_repeated); in on_transact()
/system/tools/aidl/tests/
Daidl_test_client_primitives.cpp186 DoTest(&ITestService::ReverseStringList, {String16{"f"}, String16{"a"}, String16{"b"}}); in TEST_F()
Daidl_test_service.cpp435 Status ReverseStringList(const vector<String16>& input, in ReverseStringList() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/rust/
Dtest_service.rs146 impl_reverse! {ReverseStringList, String}
Dtest_client.rs227 ReverseStringList,
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DBpTestService.h43 …::ndk::ScopedAStatus ReverseStringList(const std::vector<std::string>& in_input, std::vector<std::…
DITestService.h192 …virtual ::ndk::ScopedAStatus ReverseStringList(const std::vector<std::string>& in_input, std::vect…
248 …::ndk::ScopedAStatus ReverseStringList(const std::vector<std::string>& in_input, std::vector<std::…
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBpTestService.h45 …::android::binder::Status ReverseStringList(const ::std::vector<::android::String16>& input, ::std…
DITestService.h138 …virtual ::android::binder::Status ReverseStringList(const ::std::vector<::android::String16>& inpu…
250 …::android::binder::Status ReverseStringList(const ::std::vector<::android::String16>&, ::std::vect… in ReverseStringList() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java135 …@Override public java.util.List<java.lang.String> ReverseStringList(java.util.List<java.lang.Strin… in ReverseStringList() method in ITestService.Default
649 java.util.List<java.lang.String> _result = this.ReverseStringList(_arg0, _arg1); in onTransact()
1667 …@Override public java.util.List<java.lang.String> ReverseStringList(java.util.List<java.lang.Strin… in ReverseStringList() method in ITestService.Stub.Proxy
1678 return getDefaultImpl().ReverseStringList(input, repeated); in ReverseStringList()
2463 …public java.util.List<java.lang.String> ReverseStringList(java.util.List<java.lang.String> input, … in ReverseStringList() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java277 public List<String> ReverseStringList(List<String> input, List<String> repeated) in ReverseStringList() method in TestServiceServer
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java289 List<String> reversed = service.ReverseStringList(input, echoed); in testListReversal()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp582 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->ReverseStringList(in_input, &out_repeated, &_aidl_… in _aidl_onTransact()
2176 ::ndk::ScopedAStatus BpTestService::ReverseStringList(const std::vector<std::string>& in_input, std… in ReverseStringList() function in aidl::android::aidl::tests::BpTestService
2200 …_aidl_status = ITestService::getDefaultImpl()->ReverseStringList(in_input, out_repeated, _aidl_ret… in ReverseStringList()
3351 ::ndk::ScopedAStatus ITestServiceDefault::ReverseStringList(const std::vector<std::string>& /*in_in… in ReverseStringList() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp1142 ::android::binder::Status BpTestService::ReverseStringList(const ::std::vector<::android::String16>… in ReverseStringList() function in android::aidl::tests::BpTestService
1159 return ITestService::getDefaultImpl()->ReverseStringList(input, repeated, _aidl_return); in ReverseStringList()
2876 … ::android::binder::Status _aidl_status(ReverseStringList(in_input, &out_repeated, &_aidl_return)); in onTransact()