/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 101 String RepeatString(String token); in RepeatString() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 61 …::ndk::ScopedAStatus RepeatString(const std::string& in_token, std::string* _aidl_return) override… in RepeatString() function
|
/system/tools/aidl/tests/rust/ |
D | test_service_async.rs | 181 async fn RepeatString(&self, input: &str) -> binder::Result<String> { in RepeatString() method
|
D | test_service.rs | 156 fn RepeatString(&self, input: &str) -> binder::Result<String> { in RepeatString() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 65 …@Override public java.lang.String RepeatString(java.lang.String token) throws android.os.RemoteExc… in RepeatString() method in ITestService.Default 359 …@Override public java.lang.String RepeatString(java.lang.String token) throws android.os.RemoteExc… in RepeatString() method in ITestService.Delegator 1685 …@Override public java.lang.String RepeatString(java.lang.String token) throws android.os.RemoteExc… in RepeatString() method in ITestService.Stub.Proxy 3341 public java.lang.String RepeatString(java.lang.String token) throws android.os.RemoteException; in RepeatString() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 173 public String RepeatString(String token) throws RemoteException { in RepeatString() method in TestServiceServer
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 115 …::android::binder::Status RepeatString(const ::android::String16& token, ::android::String16* _aid… in RepeatString() function
|
D | ITestService.h | 316 …::android::binder::Status RepeatString(const ::android::String16& /*token*/, ::android::String16* … in RepeatString() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 392 ::android::binder::Status BpTestService::RepeatString(const ::android::String16& token, ::android::… in RepeatString() function in android::aidl::tests::BpTestService
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 28 fn RepeatString(&self, _arg_token: &str) -> binder::Result<String>; in RepeatString() method 104 …fn RepeatString<'a>(&'a self, _arg_token: &'a str) -> binder::BoxFuture<'a, binder::Result<String>… in RepeatString() method 175 async fn RepeatString(&self, _arg_token: &str) -> binder::Result<String>; in RepeatString() method 282 fn RepeatString(&self, _arg_token: &str) -> binder::Result<String> { in new_async_binder() function 486 fn RepeatString(&self, _arg_token: &str) -> binder::Result<String> { in RepeatString() method 666 …pub const RepeatString: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_TRA… constant 2066 fn RepeatString(&self, _arg_token: &str) -> binder::Result<String> { in RepeatString() method 2473 …fn RepeatString<'a>(&'a self, _arg_token: &'a str) -> binder::BoxFuture<'a, binder::Result<String>… in RepeatString() method 3213 …fn RepeatString(&self, _arg_token: &str) -> binder::Result<String> { self.0.RepeatString(_arg_toke… in RepeatString() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 1699 ::ndk::ScopedAStatus BpTestService::RepeatString(const std::string& in_token, std::string* _aidl_re… in RepeatString() function in aidl::android::aidl::tests::BpTestService 4185 ::ndk::ScopedAStatus ITestServiceDefault::RepeatString(const std::string& /*in_token*/, std::string… in RepeatString() function in aidl::android::aidl::tests::ITestServiceDefault
|
/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 329 Status RepeatString(const String16& token, String16* _aidl_return) override { in RepeatString() function in __anon556d30440111::NativeService
|