Searched defs:ReverseStringList (Results 1 – 8 of 8) sorted by relevance
/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 1276 …fn ReverseStringList(&self, _arg_input: &[String], _arg_repeated: &mut Vec<String>) -> binder::pub… 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/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
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 2176 ::ndk::ScopedAStatus BpTestService::ReverseStringList(const std::vector<std::string>& in_input, std… in ReverseStringList() function in aidl::android::aidl::tests::BpTestService 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-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 1667 …@Override public java.util.List<java.lang.String> ReverseStringList(java.util.List<java.lang.Strin… in ReverseStringList() method in ITestService.Stub.Proxy 2463 …public java.util.List<java.lang.String> ReverseStringList(java.util.List<java.lang.String> input, … in ReverseStringList() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | ITestService.h | 250 …::android::binder::Status ReverseStringList(const ::std::vector<::android::String16>&, ::std::vect… in ReverseStringList() function
|
/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 435 Status ReverseStringList(const vector<String16>& input, in ReverseStringList() function in __anonee08dd980111::NativeService
|