Home
last modified time | relevance | path

Searched refs:RepeatNullableIntArray (Results 1 – 25 of 28) sorted by relevance

12

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl174 @nullable int[] RepeatNullableIntArray(in @nullable int[] input); in RepeatNullableIntArray() method
/system/tools/aidl/tests/
Daidl_test_client_nullables.cpp63 DoTest(&ITestService::RepeatNullableIntArray, std::make_optional(std::vector<int32_t>{1, 2, 3})); in TEST_F()
Daidl_test_service.cpp560 Status RepeatNullableIntArray(const optional<vector<int32_t>>& input, in RepeatNullableIntArray() function in __anon6380430e0111::NativeService
Daidl_test_service_ndk.cpp435 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/
DBnTestService.h153 …::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()
DBpTestService.h62 …::ndk::ScopedAStatus RepeatNullableIntArray(const std::optional<std::vector<int32_t>>& in_input, s…
DITestService.h683 …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/
DBnTestService.h153 …::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()
DBpTestService.h62 …::ndk::ScopedAStatus RepeatNullableIntArray(const std::optional<std::vector<int32_t>>& in_input, s…
DITestService.h683 …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/
DBnTestService.h233 …::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()
DBpTestService.h61 …::android::binder::Status RepeatNullableIntArray(const ::std::optional<::std::vector<int32_t>>& in…
DITestService.h591 …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/
DBnTestService.h233 …::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()
DBpTestService.h61 …::android::binder::Status RepeatNullableIntArray(const ::std::optional<::std::vector<int32_t>>& in…
DITestService.h591 …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/
DITestService.rs68 …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/
DITestService.rs68 …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/
DITestService.java190 @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/
DITestService.java190 @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/
Dtest_service.rs323 impl_repeat_nullable! {RepeatNullableIntArray, i32}
Dtest_service_async.rs361 impl_repeat_nullable! {RepeatNullableIntArray, i32}
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java435 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/
DITestService.cpp814 … ::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/
DITestService.cpp814 … ::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

12