/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 148 @nullable String RepeatNullableString(in @nullable String input); in RepeatNullableString() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 154 …::ndk::ScopedAStatus RepeatNullableString(const std::optional<std::string>& in_input, std::optiona… in RepeatNullableString() function
|
/system/tools/aidl/tests/rust/ |
D | test_service_async.rs | 325 async fn RepeatNullableString(&self, input: Option<&str>) -> binder::Result<Option<String>> { in RepeatNullableString() method
|
D | test_service.rs | 292 fn RepeatNullableString(&self, input: Option<&str>) -> binder::Result<Option<String>> { in RepeatNullableString() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 193 …@Override public java.lang.String RepeatNullableString(java.lang.String input) throws android.os.R… in RepeatNullableString() method in ITestService.Default 488 …@Override public java.lang.String RepeatNullableString(java.lang.String input) throws android.os.R… in RepeatNullableString() method in ITestService.Delegator 2522 …@Override public java.lang.String RepeatNullableString(java.lang.String input) throws android.os.R… in RepeatNullableString() method in ITestService.Stub.Proxy 3377 …public java.lang.String RepeatNullableString(java.lang.String input) throws android.os.RemoteExcep… in RepeatNullableString() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 416 public String RepeatNullableString(String input) throws RemoteException { in RepeatNullableString() method in TestServiceServer
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 208 …::android::binder::Status RepeatNullableString(const ::std::optional<::android::String16>& input, … in RepeatNullableString() function
|
D | ITestService.h | 409 …::android::binder::Status RepeatNullableString(const ::std::optional<::android::String16>& /*input… in RepeatNullableString() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 1682 ::android::binder::Status BpTestService::RepeatNullableString(const ::std::optional<::android::Stri… in RepeatNullableString() function in android::aidl::tests::BpTestService
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 59 fn RepeatNullableString(&self, _arg_input: Option<&str>) -> binder::Result<Option<String>>; in RepeatNullableString() method 135 …fn RepeatNullableString<'a>(&'a self, _arg_input: Option<&'a str>) -> binder::BoxFuture<'a, binder… in RepeatNullableString() method 206 async fn RepeatNullableString(&self, _arg_input: Option<&str>) -> binder::Result<Option<String>>; in RepeatNullableString() method 375 fn RepeatNullableString(&self, _arg_input: Option<&str>) -> binder::Result<Option<String>> { in new_async_binder() function 579 fn RepeatNullableString(&self, _arg_input: Option<&str>) -> binder::Result<Option<String>> { in RepeatNullableString() method 697 …pub const RepeatNullableString: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_… constant 2221 fn RepeatNullableString(&self, _arg_input: Option<&str>) -> binder::Result<Option<String>> { in RepeatNullableString() method 2876 …fn RepeatNullableString<'a>(&'a self, _arg_input: Option<&'a str>) -> binder::BoxFuture<'a, binder… in RepeatNullableString() method 3244 …fn RepeatNullableString(&self, _arg_input: Option<&str>) -> binder::Result<Option<String>> { self.… in RepeatNullableString() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 3054 ::ndk::ScopedAStatus BpTestService::RepeatNullableString(const std::optional<std::string>& in_input… in RepeatNullableString() function in aidl::android::aidl::tests::BpTestService 4340 ::ndk::ScopedAStatus ITestServiceDefault::RepeatNullableString(const std::optional<std::string>& /*… in RepeatNullableString() function in aidl::android::aidl::tests::ITestServiceDefault
|
/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 569 Status RepeatNullableString(const optional<String16>& input, optional<String16>* _aidl_return) { in RepeatNullableString() function in __anon556d30440111::NativeService
|