| /system/tools/aidl/tests/android/aidl/tests/ |
| D | ITestService.aidl | 174 @nullable int[] RepeatNullableIntArray(in @nullable int[] input); in RepeatNullableIntArray() method
|
| /system/tools/aidl/tests/ |
| D | aidl_test_client_nullables.cpp | 63 DoTest(&ITestService::RepeatNullableIntArray, std::make_optional(std::vector<int32_t>{1, 2, 3})); in TEST_F()
|
| D | aidl_test_service.cpp | 560 Status RepeatNullableIntArray(const optional<vector<int32_t>>& input, in RepeatNullableIntArray() function in __anon6380430e0111::NativeService
|
| D | aidl_test_service_ndk.cpp | 435 ScopedAStatus RepeatNullableIntArray(const optional<vector<int32_t>>& input, in RepeatNullableIntArray() function in __anon4c0400ca0111::NativeService
|
| /system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
| D | BnTestService.h | 153 …::ndk::ScopedAStatus RepeatNullableIntArray(const std::optional<std::vector<int32_t>>& in_input, s… in RepeatNullableIntArray() function 154 return _impl->RepeatNullableIntArray(in_input, _aidl_return); in RepeatNullableIntArray()
|
| D | BpTestService.h | 62 …::ndk::ScopedAStatus RepeatNullableIntArray(const std::optional<std::vector<int32_t>>& in_input, s…
|
| D | ITestService.h | 683 …virtual ::ndk::ScopedAStatus RepeatNullableIntArray(const std::optional<std::vector<int32_t>>& in_… 759 …::ndk::ScopedAStatus RepeatNullableIntArray(const std::optional<std::vector<int32_t>>& in_input, s…
|
| /system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
| D | BnTestService.h | 153 …::ndk::ScopedAStatus RepeatNullableIntArray(const std::optional<std::vector<int32_t>>& in_input, s… in RepeatNullableIntArray() function 154 return _impl->RepeatNullableIntArray(in_input, _aidl_return); in RepeatNullableIntArray()
|
| D | BpTestService.h | 62 …::ndk::ScopedAStatus RepeatNullableIntArray(const std::optional<std::vector<int32_t>>& in_input, s…
|
| D | ITestService.h | 683 …virtual ::ndk::ScopedAStatus RepeatNullableIntArray(const std::optional<std::vector<int32_t>>& in_… 759 …::ndk::ScopedAStatus RepeatNullableIntArray(const std::optional<std::vector<int32_t>>& in_input, s…
|
| /system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
| D | BnTestService.h | 233 …::android::binder::Status RepeatNullableIntArray(const ::std::optional<::std::vector<int32_t>>& in… in RepeatNullableIntArray() function 234 return _aidl_delegate->RepeatNullableIntArray(input, _aidl_return); in RepeatNullableIntArray()
|
| D | BpTestService.h | 61 …::android::binder::Status RepeatNullableIntArray(const ::std::optional<::std::vector<int32_t>>& in…
|
| D | ITestService.h | 591 …virtual ::android::binder::Status RepeatNullableIntArray(const ::std::optional<::std::vector<int32… 745 …::android::binder::Status RepeatNullableIntArray(const ::std::optional<::std::vector<int32_t>>& /*… in RepeatNullableIntArray() function
|
| /system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
| D | BnTestService.h | 233 …::android::binder::Status RepeatNullableIntArray(const ::std::optional<::std::vector<int32_t>>& in… in RepeatNullableIntArray() function 234 return _aidl_delegate->RepeatNullableIntArray(input, _aidl_return); in RepeatNullableIntArray()
|
| D | BpTestService.h | 61 …::android::binder::Status RepeatNullableIntArray(const ::std::optional<::std::vector<int32_t>>& in…
|
| D | ITestService.h | 591 …virtual ::android::binder::Status RepeatNullableIntArray(const ::std::optional<::std::vector<int32… 745 …::android::binder::Status RepeatNullableIntArray(const ::std::optional<::std::vector<int32_t>>& /*… in RepeatNullableIntArray() function
|
| /system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
| D | ITestService.rs | 68 …fn r#RepeatNullableIntArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [i32]>) -> binder::Result… 152 …fn r#RepeatNullableIntArray<'a, >(&'a self, _arg_input: Option<&'a [i32]>) -> binder::BoxFuture<'a… 228 …async fn r#RepeatNullableIntArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [i32]>) -> binder::… 396 …fn r#RepeatNullableIntArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [i32]>) -> binder::Result… in new_async_binder() 397 self._rt.block_on(self._inner.r#RepeatNullableIntArray(_arg_input)) in new_async_binder() 622 …fn r#RepeatNullableIntArray<'a, >(&'a self, _arg_input: Option<&'a [i32]>) -> binder::BoxFuture<'a… in try_into_local_async() 623 Box::pin(self._native.try_as_async_server().unwrap().r#RepeatNullableIntArray(_arg_input)) in try_into_local_async() 844 …fn r#RepeatNullableIntArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [i32]>) -> binder::Result… 983 …pub const r#RepeatNullableIntArray: binder::binder_impl::TransactionCode = binder::binder_impl::FI… 1826 return _aidl_default_impl.r#RepeatNullableIntArray(_arg_input); in read_response_RepeatNullableIntArray() [all …]
|
| /system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
| D | ITestService.rs | 68 …fn r#RepeatNullableIntArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [i32]>) -> binder::Result… 152 …fn r#RepeatNullableIntArray<'a, >(&'a self, _arg_input: Option<&'a [i32]>) -> binder::BoxFuture<'a… 228 …async fn r#RepeatNullableIntArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [i32]>) -> binder::… 396 …fn r#RepeatNullableIntArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [i32]>) -> binder::Result… in new_async_binder() 397 self._rt.block_on(self._inner.r#RepeatNullableIntArray(_arg_input)) in new_async_binder() 622 …fn r#RepeatNullableIntArray<'a, >(&'a self, _arg_input: Option<&'a [i32]>) -> binder::BoxFuture<'a… in try_into_local_async() 623 Box::pin(self._native.try_as_async_server().unwrap().r#RepeatNullableIntArray(_arg_input)) in try_into_local_async() 844 …fn r#RepeatNullableIntArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [i32]>) -> binder::Result… 983 …pub const r#RepeatNullableIntArray: binder::binder_impl::TransactionCode = binder::binder_impl::FI… 1826 return _aidl_default_impl.r#RepeatNullableIntArray(_arg_input); in read_response_RepeatNullableIntArray() [all …]
|
| /system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
| D | ITestService.java | 190 @Override public int[] RepeatNullableIntArray(int[] input) throws android.os.RemoteException in RepeatNullableIntArray() method in ITestService.Default 507 @Override public int[] RepeatNullableIntArray(int[] input) throws android.os.RemoteException in RepeatNullableIntArray() method in ITestService.Delegator 509 return mImpl.RepeatNullableIntArray(input); in RepeatNullableIntArray() 1496 int[] _result = this.RepeatNullableIntArray(_arg0); in onTransact() 2842 @Override public int[] RepeatNullableIntArray(int[] input) throws android.os.RemoteException in RepeatNullableIntArray() method in ITestService.Stub.Proxy 2854 return getDefaultImpl().RepeatNullableIntArray(input); in RepeatNullableIntArray() 3904 public int[] RepeatNullableIntArray(int[] input) throws android.os.RemoteException; in RepeatNullableIntArray() method
|
| /system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/ |
| D | ITestService.java | 190 @Override public int[] RepeatNullableIntArray(int[] input) throws android.os.RemoteException in RepeatNullableIntArray() method in ITestService.Default 507 @Override public int[] RepeatNullableIntArray(int[] input) throws android.os.RemoteException in RepeatNullableIntArray() method in ITestService.Delegator 509 return mImpl.RepeatNullableIntArray(input); in RepeatNullableIntArray() 1496 int[] _result = this.RepeatNullableIntArray(_arg0); in onTransact() 2842 @Override public int[] RepeatNullableIntArray(int[] input) throws android.os.RemoteException in RepeatNullableIntArray() method in ITestService.Stub.Proxy 2854 return getDefaultImpl().RepeatNullableIntArray(input); in RepeatNullableIntArray() 3904 public int[] RepeatNullableIntArray(int[] input) throws android.os.RemoteException; in RepeatNullableIntArray() method
|
| /system/tools/aidl/tests/rust/ |
| D | test_service.rs | 323 impl_repeat_nullable! {RepeatNullableIntArray, i32}
|
| D | test_service_async.rs | 361 impl_repeat_nullable! {RepeatNullableIntArray, i32}
|
| /system/tools/aidl/tests/java/src/android/aidl/service/ |
| D | TestServiceServer.java | 435 public int[] RepeatNullableIntArray(int[] input) throws RemoteException { in RepeatNullableIntArray() method in TestServiceServer
|
| /system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
| D | ITestService.cpp | 814 … ::ndk::ScopedAStatus _aidl_status = _aidl_impl->RepeatNullableIntArray(in_input, &_aidl_return); in _aidl_android_aidl_tests_ITestService_onTransact() 3051 ::ndk::ScopedAStatus BpTestService::RepeatNullableIntArray(const std::optional<std::vector<int32_t>… in RepeatNullableIntArray() function in aidl::android::aidl::tests::BpTestService 3075 _aidl_status = ITestService::getDefaultImpl()->RepeatNullableIntArray(in_input, _aidl_return); in RepeatNullableIntArray() 4668 ::ndk::ScopedAStatus ITestServiceDefault::RepeatNullableIntArray(const std::optional<std::vector<in… in RepeatNullableIntArray() function in aidl::android::aidl::tests::ITestServiceDefault
|
| /system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
| D | ITestService.cpp | 814 … ::ndk::ScopedAStatus _aidl_status = _aidl_impl->RepeatNullableIntArray(in_input, &_aidl_return); in _aidl_android_aidl_tests_ITestService_onTransact() 3051 ::ndk::ScopedAStatus BpTestService::RepeatNullableIntArray(const std::optional<std::vector<int32_t>… in RepeatNullableIntArray() function in aidl::android::aidl::tests::BpTestService 3075 _aidl_status = ITestService::getDefaultImpl()->RepeatNullableIntArray(in_input, _aidl_return); in RepeatNullableIntArray() 4668 ::ndk::ScopedAStatus ITestServiceDefault::RepeatNullableIntArray(const std::optional<std::vector<in… in RepeatNullableIntArray() function in aidl::android::aidl::tests::ITestServiceDefault
|