/aosp_15_r20/cts/tests/tests/binder_ndk/src/android/binder/cts/ |
H A D | JavaClientTest.java | 601 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 D | TestImpl.java | 342 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/ |
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 | 680 …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/ |
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 | 680 …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 D | ITest.aidl | 112 @nullable int[] RepeatNullableIntArray(in @nullable int[] input); in RepeatNullableIntArray() method
|
/aosp_15_r20/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 174 @nullable int[] RepeatNullableIntArray(in @nullable int[] input); in RepeatNullableIntArray() method
|
/aosp_15_r20/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()
|
/aosp_15_r20/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 | 588 …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/ |
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 | 588 …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/ |
D | ITestService.rs | 64 …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/ |
D | ITestService.rs | 64 …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/ |
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
|
/aosp_15_r20/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
|
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
H A D | itest_impl.h | 386 ::ndk::ScopedAStatus RepeatNullableIntArray( in RepeatNullableIntArray() function
|
/aosp_15_r20/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}
|
/aosp_15_r20/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
|