Home
last modified time | relevance | path

Searched defs:RepeatString (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/native/libs/binder/ndk/tests/
H A DIBinderVendorDoubleLoadTest.aidl18 @utf8InCpp String RepeatString(@utf8InCpp String toRepeat); in RepeatString() method
H A DbinderVendorDoubleLoadTest.cpp50 ScopedAStatus RepeatString(const std::string& in, std::string* out) override { in RepeatString() function in NdkServer
56 Status RepeatString(const std::string& in, std::string* out) override { in RepeatString() function in CppServer
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderClearBufTest.cpp71 static std::string RepeatString(const sp<IBinder> binder, in RepeatString() function in FooBar
/aosp12/system/tools/aidl/tests/android/aidl/tests/
H A DITestService.aidl82 String RepeatString(String token); in RepeatString() method
/aosp12/system/tools/aidl/tests/rust/
H A Dtest_service.rs149 fn RepeatString(&self, input: &str) -> binder::Result<String> { in RepeatString() method
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
H A DITestService.cpp404 ::android::binder::Status BpTestService::RepeatString(const ::android::String16& token, ::android::… in RepeatString() 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.rs25 fn RepeatString(&self, _arg_token: &str) -> binder::public_api::Result<String>; in RepeatString() method
104 fn RepeatString(&self, _arg_token: &str) -> binder::public_api::Result<String> { in RepeatString() method
239 pub const RepeatString: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 10; const
526 fn RepeatString(&self, _arg_token: &str) -> binder::public_api::Result<String> { in RepeatString() method
1259 …fn RepeatString(&self, _arg_token: &str) -> binder::public_api::Result<String> { self.0.RepeatStri… in RepeatString() method
/aosp12/system/tools/aidl/tests/java/src/android/aidl/service/
H A DTestServiceServer.java139 public String RepeatString(String token) throws RemoteException { in RepeatString() method in TestServiceServer
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
H A DITestService.cpp1410 ::ndk::ScopedAStatus BpTestService::RepeatString(const std::string& in_token, std::string* _aidl_re… in RepeatString() function in aidl::android::aidl::tests::BpTestService
3266 ::ndk::ScopedAStatus ITestServiceDefault::RepeatString(const std::string& /*in_token*/, std::string… in RepeatString() 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.java64 …@Override public java.lang.String RepeatString(java.lang.String token) throws android.os.RemoteExc… in RepeatString() method in ITestService.Default
1195 …@Override public java.lang.String RepeatString(java.lang.String token) throws android.os.RemoteExc… in RepeatString() method in ITestService.Stub.Proxy
2443 public java.lang.String RepeatString(java.lang.String token) throws android.os.RemoteException; in RepeatString() method
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
H A DITestService.h199 …::android::binder::Status RepeatString(const ::android::String16&, ::android::String16*) override { in RepeatString() function
/aosp12/system/tools/aidl/tests/
H A Daidl_test_service.cpp338 Status RepeatString(const String16& token, String16* _aidl_return) override { in RepeatString() function in __anon4c59ef040110::NativeService