/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 105 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/ |
D | ITestService.rs | 42 …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() 1276 … ReverseStringList(&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/ |
D | aidl_test_client_primitives.cpp | 186 DoTest(&ITestService::ReverseStringList, {String16{"f"}, String16{"a"}, String16{"b"}}); in TEST_F()
|
D | aidl_test_service.cpp | 435 Status ReverseStringList(const vector<String16>& input, in ReverseStringList() function in __anonee08dd980111::NativeService
|
/system/tools/aidl/tests/rust/ |
D | test_service.rs | 146 impl_reverse! {ReverseStringList, String}
|
D | test_client.rs | 227 ReverseStringList,
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
D | BpTestService.h | 43 …::ndk::ScopedAStatus ReverseStringList(const std::vector<std::string>& in_input, std::vector<std::…
|
D | ITestService.h | 192 …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/ |
D | BpTestService.h | 45 …::android::binder::Status ReverseStringList(const ::std::vector<::android::String16>& input, ::std…
|
D | ITestService.h | 138 …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/ |
D | ITestService.java | 135 …@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/ |
D | TestServiceServer.java | 277 public List<String> ReverseStringList(List<String> input, List<String> repeated) in ReverseStringList() method in TestServiceServer
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 289 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/ |
D | ITestService.cpp | 582 …::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/ |
D | ITestService.cpp | 1142 ::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()
|