Home
last modified time | relevance | path

Searched defs:ReverseString (Results 1 – 10 of 10) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl114 String[] ReverseString(in String[] input, out String[] repeated); in ReverseString() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h94 …::ndk::ScopedAStatus ReverseString(const std::vector<std::string>& in_input, std::vector<std::stri… in ReverseString() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java110 …@Override public java.lang.String[] ReverseString(java.lang.String[] input, java.lang.String[] rep… in ReverseString() method in ITestService.Default
404 …@Override public java.lang.String[] ReverseString(java.lang.String[] input, java.lang.String[] rep… in ReverseString() method in ITestService.Delegator
1999 …@Override public java.lang.String[] ReverseString(java.lang.String[] input, java.lang.String[] rep… in ReverseString() method in ITestService.Stub.Proxy
3353 …public java.lang.String[] ReverseString(java.lang.String[] input, java.lang.String[] repeated) thr… in ReverseString() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java252 public String[] ReverseString(String[] input, String[] repeated) throws RemoteException { in ReverseString() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h148 …::android::binder::Status ReverseString(const ::std::vector<::android::String16>& input, ::std::ve… in ReverseString() function
DITestService.h349 …::android::binder::Status ReverseString(const ::std::vector<::android::String16>& /*input*/, ::std… in ReverseString() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp866 ::android::binder::Status BpTestService::ReverseString(const ::std::vector<::android::String16>& in… in ReverseString() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs39 …fn ReverseString(&self, _arg_input: &[String], _arg_repeated: &mut Vec<String>) -> binder::Result<… in ReverseString() method
115 …fn ReverseString<'a>(&'a self, _arg_input: &'a [String], _arg_repeated: &'a mut Vec<String>) -> bi… in ReverseString() method
186 …async fn ReverseString(&self, _arg_input: &[String], _arg_repeated: &mut Vec<String>) -> binder::R… in ReverseString() method
315 …fn ReverseString(&self, _arg_input: &[String], _arg_repeated: &mut Vec<String>) -> binder::Result<… in new_async_binder() function
519 …fn ReverseString(&self, _arg_input: &[String], _arg_repeated: &mut Vec<String>) -> binder::Result<… in ReverseString() method
677 …pub const ReverseString: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_TR… constant
2121 …fn ReverseString(&self, _arg_input: &[String], _arg_repeated: &mut Vec<String>) -> binder::Result<… in ReverseString() method
2616 …fn ReverseString<'a>(&'a self, _arg_input: &'a [String], _arg_repeated: &'a mut Vec<String>) -> bi… in ReverseString() method
3224 …fn ReverseString(&self, _arg_input: &[String], _arg_repeated: &mut Vec<String>) -> binder::Result<… in ReverseString() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp2192 ::ndk::ScopedAStatus BpTestService::ReverseString(const std::vector<std::string>& in_input, std::ve… in ReverseString() function in aidl::android::aidl::tests::BpTestService
4240 ::ndk::ScopedAStatus ITestServiceDefault::ReverseString(const std::vector<std::string>& /*in_input*… in ReverseString() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/
Daidl_test_service.cpp385 Status ReverseString(const vector<String16>& input, in ReverseString() function in __anon556d30440111::NativeService