Home
last modified time | relevance | path

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

12

/aosp_15_r20/cts/tests/tests/binder_ndk/src/android/binder/cts/
H A DJavaClientTest.java601 Assert.assertArrayEquals(null, mInterface.RepeatNullableIntArray(null)); in testNullableArrays()
602 Assert.assertArrayEquals(emptyValue, mInterface.RepeatNullableIntArray(emptyValue)); in testNullableArrays()
603 Assert.assertArrayEquals(value, mInterface.RepeatNullableIntArray(value)); in testNullableArrays()
H A DTestImpl.java342 public int[] RepeatNullableIntArray(int[] in_value) { in RepeatNullableIntArray() method in TestImpl
/aosp_15_r20/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.h680 …virtual ::ndk::ScopedAStatus RepeatNullableIntArray(const std::optional<std::vector<int32_t>>& in_…
756 …::ndk::ScopedAStatus RepeatNullableIntArray(const std::optional<std::vector<int32_t>>& in_input, s…
/aosp_15_r20/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.h680 …virtual ::ndk::ScopedAStatus RepeatNullableIntArray(const std::optional<std::vector<int32_t>>& in_…
756 …::ndk::ScopedAStatus RepeatNullableIntArray(const std::optional<std::vector<int32_t>>& in_input, s…
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
H A DITest.aidl112 @nullable int[] RepeatNullableIntArray(in @nullable int[] input); in RepeatNullableIntArray() method
/aosp_15_r20/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl174 @nullable int[] RepeatNullableIntArray(in @nullable int[] input); in RepeatNullableIntArray() method
/aosp_15_r20/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()
/aosp_15_r20/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.h588 …virtual ::android::binder::Status RepeatNullableIntArray(const ::std::optional<::std::vector<int32…
742 …::android::binder::Status RepeatNullableIntArray(const ::std::optional<::std::vector<int32_t>>& /*… in RepeatNullableIntArray() function
/aosp_15_r20/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.h588 …virtual ::android::binder::Status RepeatNullableIntArray(const ::std::optional<::std::vector<int32…
742 …::android::binder::Status RepeatNullableIntArray(const ::std::optional<::std::vector<int32_t>>& /*… in RepeatNullableIntArray() function
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs64 …fn r#RepeatNullableIntArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [i32]>) -> binder::Result…
148 …fn r#RepeatNullableIntArray<'a, >(&'a self, _arg_input: Option<&'a [i32]>) -> binder::BoxFuture<'a…
224 …async fn r#RepeatNullableIntArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [i32]>) -> binder::…
392 …fn r#RepeatNullableIntArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [i32]>) -> binder::Result… in new_async_binder()
393 self._rt.block_on(self._inner.r#RepeatNullableIntArray(_arg_input)) in new_async_binder()
618 …fn r#RepeatNullableIntArray<'a, >(&'a self, _arg_input: Option<&'a [i32]>) -> binder::BoxFuture<'a… in try_into_local_async()
619 Box::pin(self._native.try_as_async_server().unwrap().r#RepeatNullableIntArray(_arg_input)) in try_into_local_async()
840 …fn r#RepeatNullableIntArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [i32]>) -> binder::Result…
979 …pub const r#RepeatNullableIntArray: binder::binder_impl::TransactionCode = binder::binder_impl::FI…
1822 return _aidl_default_impl.r#RepeatNullableIntArray(_arg_input); in read_response_RepeatNullableIntArray()
[all …]
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs64 …fn r#RepeatNullableIntArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [i32]>) -> binder::Result…
148 …fn r#RepeatNullableIntArray<'a, >(&'a self, _arg_input: Option<&'a [i32]>) -> binder::BoxFuture<'a…
224 …async fn r#RepeatNullableIntArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [i32]>) -> binder::…
392 …fn r#RepeatNullableIntArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [i32]>) -> binder::Result… in new_async_binder()
393 self._rt.block_on(self._inner.r#RepeatNullableIntArray(_arg_input)) in new_async_binder()
618 …fn r#RepeatNullableIntArray<'a, >(&'a self, _arg_input: Option<&'a [i32]>) -> binder::BoxFuture<'a… in try_into_local_async()
619 Box::pin(self._native.try_as_async_server().unwrap().r#RepeatNullableIntArray(_arg_input)) in try_into_local_async()
840 …fn r#RepeatNullableIntArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [i32]>) -> binder::Result…
979 …pub const r#RepeatNullableIntArray: binder::binder_impl::TransactionCode = binder::binder_impl::FI…
1822 return _aidl_default_impl.r#RepeatNullableIntArray(_arg_input); in read_response_RepeatNullableIntArray()
[all …]
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/
H A Ditest_impl.h386 ::ndk::ScopedAStatus RepeatNullableIntArray( in RepeatNullableIntArray() function
/aosp_15_r20/system/tools/aidl/tests/rust/
Dtest_service.rs323 impl_repeat_nullable! {RepeatNullableIntArray, i32}
Dtest_service_async.rs361 impl_repeat_nullable! {RepeatNullableIntArray, i32}
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java435 public int[] RepeatNullableIntArray(int[] input) throws RemoteException { in RepeatNullableIntArray() method in TestServiceServer

12