Home
last modified time | relevance | path

Searched defs:ReverseUtf8CppString (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/tools/aidl/tests/android/aidl/tests/
H A DITestService.aidl133 @utf8InCpp String[] ReverseUtf8CppString( in ReverseUtf8CppString() method
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
H A DITestService.cpp1712 ::android::binder::Status BpTestService::ReverseUtf8CppString(const ::std::vector<::std::string>& i… in ReverseUtf8CppString() function in android::aidl::tests::BpTestService
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
H A DITestService.rs57 …fn ReverseUtf8CppString(&self, _arg_input: &[String], _arg_repeated: &mut Vec<String>) -> binder::… in ReverseUtf8CppString() method
200 …fn ReverseUtf8CppString(&self, _arg_input: &[String], _arg_repeated: &mut Vec<String>) -> binder::… in ReverseUtf8CppString() method
271 pub const ReverseUtf8CppString: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 42; const
1093 …fn ReverseUtf8CppString(&self, _arg_input: &[String], _arg_repeated: &mut Vec<String>) -> binder::… in ReverseUtf8CppString() method
1291 …fn ReverseUtf8CppString(&self, _arg_input: &[String], _arg_repeated: &mut Vec<String>) -> binder::… in ReverseUtf8CppString() method
/aosp12/system/tools/aidl/tests/java/src/android/aidl/service/
H A DTestServiceServer.java357 public String[] ReverseUtf8CppString(String[] input, String[] repeated) throws RemoteException { in ReverseUtf8CppString() method in TestServiceServer
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
H A DITestService.cpp2791 ::ndk::ScopedAStatus BpTestService::ReverseUtf8CppString(const std::vector<std::string>& in_input, … in ReverseUtf8CppString() function in aidl::android::aidl::tests::BpTestService
3426 ::ndk::ScopedAStatus ITestServiceDefault::ReverseUtf8CppString(const std::vector<std::string>& /*in… in ReverseUtf8CppString() function in aidl::android::aidl::tests::ITestServiceDefault
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
H A DITestService.java195 …@Override public java.lang.String[] ReverseUtf8CppString(java.lang.String[] input, java.lang.Strin… in ReverseUtf8CppString() method in ITestService.Default
2039 …@Override public java.lang.String[] ReverseUtf8CppString(java.lang.String[] input, java.lang.Strin… in ReverseUtf8CppString() method in ITestService.Stub.Proxy
2481 …public java.lang.String[] ReverseUtf8CppString(java.lang.String[] input, java.lang.String[] repeat… in ReverseUtf8CppString() method
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
H A DITestService.h295 …::android::binder::Status ReverseUtf8CppString(const ::std::vector<::std::string>&, ::std::vector<… in ReverseUtf8CppString() function
/aosp12/system/tools/aidl/tests/
H A Daidl_test_service.cpp529 Status ReverseUtf8CppString(const vector<string>& input, in ReverseUtf8CppString() function in __anon4c59ef040110::NativeService