/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 149 @nullable List<String> RepeatNullableStringList( in RepeatNullableStringList() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 157 …::ndk::ScopedAStatus RepeatNullableStringList(const std::optional<std::vector<std::optional<std::s… in RepeatNullableStringList() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 197 …@Override public java.util.List<java.lang.String> RepeatNullableStringList(java.util.List<java.lan… in RepeatNullableStringList() method in ITestService.Default 492 …@Override public java.util.List<java.lang.String> RepeatNullableStringList(java.util.List<java.lan… in RepeatNullableStringList() method in ITestService.Delegator 2546 …@Override public java.util.List<java.lang.String> RepeatNullableStringList(java.util.List<java.lan… in RepeatNullableStringList() method in ITestService.Stub.Proxy 3378 …public java.util.List<java.lang.String> RepeatNullableStringList(java.util.List<java.lang.String> … in RepeatNullableStringList() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 420 public List<String> RepeatNullableStringList(List<String> input) throws RemoteException { in RepeatNullableStringList() method in TestServiceServer
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 211 …::android::binder::Status RepeatNullableStringList(const ::std::optional<::std::vector<::std::opti… in RepeatNullableStringList() function
|
D | ITestService.h | 412 …::android::binder::Status RepeatNullableStringList(const ::std::optional<::std::vector<::std::opti… in RepeatNullableStringList() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 1720 ::android::binder::Status BpTestService::RepeatNullableStringList(const ::std::optional<::std::vect… in RepeatNullableStringList() function in android::aidl::tests::BpTestService
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 60 …fn RepeatNullableStringList(&self, _arg_input: Option<&[Option<String>]>) -> binder::Result<Option… in RepeatNullableStringList() method 136 …fn RepeatNullableStringList<'a>(&'a self, _arg_input: Option<&'a [Option<String>]>) -> binder::Box… in RepeatNullableStringList() method 207 …async fn RepeatNullableStringList(&self, _arg_input: Option<&[Option<String>]>) -> binder::Result<… in RepeatNullableStringList() method 378 …fn RepeatNullableStringList(&self, _arg_input: Option<&[Option<String>]>) -> binder::Result<Option… in new_async_binder() function 582 …fn RepeatNullableStringList(&self, _arg_input: Option<&[Option<String>]>) -> binder::Result<Option… in RepeatNullableStringList() method 698 …pub const RepeatNullableStringList: binder::binder_impl::TransactionCode = binder::binder_impl::FI… constant 2226 …fn RepeatNullableStringList(&self, _arg_input: Option<&[Option<String>]>) -> binder::Result<Option… in RepeatNullableStringList() method 2889 …fn RepeatNullableStringList<'a>(&'a self, _arg_input: Option<&'a [Option<String>]>) -> binder::Box… in RepeatNullableStringList() method 3245 …fn RepeatNullableStringList(&self, _arg_input: Option<&[Option<String>]>) -> binder::Result<Option… in RepeatNullableStringList() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 3095 ::ndk::ScopedAStatus BpTestService::RepeatNullableStringList(const std::optional<std::vector<std::o… in RepeatNullableStringList() function in aidl::android::aidl::tests::BpTestService 4345 ::ndk::ScopedAStatus ITestServiceDefault::RepeatNullableStringList(const std::optional<std::vector<… in RepeatNullableStringList() function in aidl::android::aidl::tests::ITestServiceDefault
|
/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 563 Status RepeatNullableStringList(const optional<vector<optional<String16>>>& input, in RepeatNullableStringList() function in __anon556d30440111::NativeService
|