Searched defs:ReverseUtf8CppString (Results 1 – 8 of 8) sorted by relevance
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 133 @utf8InCpp String[] ReverseUtf8CppString( in ReverseUtf8CppString() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 57 …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; constant 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
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 357 public String[] ReverseUtf8CppString(String[] input, String[] repeated) throws RemoteException { in ReverseUtf8CppString() method in TestServiceServer
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 1712 ::android::binder::Status BpTestService::ReverseUtf8CppString(const ::std::vector<::std::string>& i… in ReverseUtf8CppString() 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 | 2791 ::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
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 195 …@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
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | ITestService.h | 295 …::android::binder::Status ReverseUtf8CppString(const ::std::vector<::std::string>&, ::std::vector<… in ReverseUtf8CppString() function
|
/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 529 Status ReverseUtf8CppString(const vector<string>& input, in ReverseUtf8CppString() function in __anonee08dd980111::NativeService
|