/aosp_15_r20/cts/tests/tests/binder_ndk/src/android/binder/cts/ |
H A D | JavaClientTest.java | 636 Assert.assertArrayEquals(null, mInterface.RepeatNullableIntEnumArray(null)); in testNullableArrays() 637 Assert.assertArrayEquals(emptyValue, mInterface.RepeatNullableIntEnumArray(emptyValue)); in testNullableArrays() 638 Assert.assertArrayEquals(value, mInterface.RepeatNullableIntEnumArray(value)); in testNullableArrays()
|
H A D | TestImpl.java | 367 public int[] RepeatNullableIntEnumArray(int[] in_value) { in RepeatNullableIntEnumArray() 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 | 159 …::ndk::ScopedAStatus RepeatNullableIntEnumArray(const std::optional<std::vector<::aidl::android::a… in RepeatNullableIntEnumArray() function 160 return _impl->RepeatNullableIntEnumArray(in_input, _aidl_return); in RepeatNullableIntEnumArray()
|
D | BpTestService.h | 64 …::ndk::ScopedAStatus RepeatNullableIntEnumArray(const std::optional<std::vector<::aidl::android::a…
|
D | ITestService.h | 682 …virtual ::ndk::ScopedAStatus RepeatNullableIntEnumArray(const std::optional<std::vector<::aidl::an… 758 …::ndk::ScopedAStatus RepeatNullableIntEnumArray(const std::optional<std::vector<::aidl::android::a…
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 159 …::ndk::ScopedAStatus RepeatNullableIntEnumArray(const std::optional<std::vector<::aidl::android::a… in RepeatNullableIntEnumArray() function 160 return _impl->RepeatNullableIntEnumArray(in_input, _aidl_return); in RepeatNullableIntEnumArray()
|
D | BpTestService.h | 64 …::ndk::ScopedAStatus RepeatNullableIntEnumArray(const std::optional<std::vector<::aidl::android::a…
|
D | ITestService.h | 682 …virtual ::ndk::ScopedAStatus RepeatNullableIntEnumArray(const std::optional<std::vector<::aidl::an… 758 …::ndk::ScopedAStatus RepeatNullableIntEnumArray(const std::optional<std::vector<::aidl::android::a…
|
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/ |
H A D | ITest.aidl | 117 @nullable IntEnum[] RepeatNullableIntEnumArray(in @nullable IntEnum[] input); in RepeatNullableIntEnumArray() method
|
/aosp_15_r20/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 176 @nullable IntEnum[] RepeatNullableIntEnumArray(in @nullable IntEnum[] input); in RepeatNullableIntEnumArray() method
|
/aosp_15_r20/system/tools/aidl/tests/ |
D | aidl_test_client_nullables.cpp | 72 DoTest(&ITestService::RepeatNullableIntEnumArray, 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 | 239 …::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<::android… in RepeatNullableIntEnumArray() function 240 return _aidl_delegate->RepeatNullableIntEnumArray(input, _aidl_return); in RepeatNullableIntEnumArray()
|
D | BpTestService.h | 63 …::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<::android…
|
D | ITestService.h | 590 …virtual ::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<:… 748 …::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<::android… in RepeatNullableIntEnumArray() function
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 239 …::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<::android… in RepeatNullableIntEnumArray() function 240 return _aidl_delegate->RepeatNullableIntEnumArray(input, _aidl_return); in RepeatNullableIntEnumArray()
|
D | BpTestService.h | 63 …::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<::android…
|
D | ITestService.h | 590 …virtual ::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<:… 748 …::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<::android… in RepeatNullableIntEnumArray() function
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 66 …fn r#RepeatNullableIntEnumArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [crate::mangled::_7_a… 150 …fn r#RepeatNullableIntEnumArray<'a, >(&'a self, _arg_input: Option<&'a [crate::mangled::_7_android… 226 …async fn r#RepeatNullableIntEnumArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [crate::mangled… 398 …fn r#RepeatNullableIntEnumArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [crate::mangled::_7_a… in new_async_binder() 399 self._rt.block_on(self._inner.r#RepeatNullableIntEnumArray(_arg_input)) in new_async_binder() 624 …fn r#RepeatNullableIntEnumArray<'a, >(&'a self, _arg_input: Option<&'a [crate::mangled::_7_android… in try_into_local_async() 625 … Box::pin(self._native.try_as_async_server().unwrap().r#RepeatNullableIntEnumArray(_arg_input)) in try_into_local_async() 846 …fn r#RepeatNullableIntEnumArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [crate::mangled::_7_a… 981 …pub const r#RepeatNullableIntEnumArray: binder::binder_impl::TransactionCode = binder::binder_impl… 1858 return _aidl_default_impl.r#RepeatNullableIntEnumArray(_arg_input); in read_response_RepeatNullableIntEnumArray() [all …]
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 66 …fn r#RepeatNullableIntEnumArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [crate::mangled::_7_a… 150 …fn r#RepeatNullableIntEnumArray<'a, >(&'a self, _arg_input: Option<&'a [crate::mangled::_7_android… 226 …async fn r#RepeatNullableIntEnumArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [crate::mangled… 398 …fn r#RepeatNullableIntEnumArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [crate::mangled::_7_a… in new_async_binder() 399 self._rt.block_on(self._inner.r#RepeatNullableIntEnumArray(_arg_input)) in new_async_binder() 624 …fn r#RepeatNullableIntEnumArray<'a, >(&'a self, _arg_input: Option<&'a [crate::mangled::_7_android… in try_into_local_async() 625 … Box::pin(self._native.try_as_async_server().unwrap().r#RepeatNullableIntEnumArray(_arg_input)) in try_into_local_async() 846 …fn r#RepeatNullableIntEnumArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [crate::mangled::_7_a… 981 …pub const r#RepeatNullableIntEnumArray: binder::binder_impl::TransactionCode = binder::binder_impl… 1858 return _aidl_default_impl.r#RepeatNullableIntEnumArray(_arg_input); in read_response_RepeatNullableIntEnumArray() [all …]
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 198 @Override public int[] RepeatNullableIntEnumArray(int[] input) throws android.os.RemoteException in RepeatNullableIntEnumArray() method in ITestService.Default 515 @Override public int[] RepeatNullableIntEnumArray(int[] input) throws android.os.RemoteException in RepeatNullableIntEnumArray() method in ITestService.Delegator 517 return mImpl.RepeatNullableIntEnumArray(input); in RepeatNullableIntEnumArray() 1516 int[] _result = this.RepeatNullableIntEnumArray(_arg0); in onTransact() 2890 … @Override public int[] RepeatNullableIntEnumArray(int[] input) throws android.os.RemoteException in RepeatNullableIntEnumArray() method in ITestService.Stub.Proxy 2902 return getDefaultImpl().RepeatNullableIntEnumArray(input); in RepeatNullableIntEnumArray() 3906 public int[] RepeatNullableIntEnumArray(int[] input) throws android.os.RemoteException; in RepeatNullableIntEnumArray() method
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 198 @Override public int[] RepeatNullableIntEnumArray(int[] input) throws android.os.RemoteException in RepeatNullableIntEnumArray() method in ITestService.Default 515 @Override public int[] RepeatNullableIntEnumArray(int[] input) throws android.os.RemoteException in RepeatNullableIntEnumArray() method in ITestService.Delegator 517 return mImpl.RepeatNullableIntEnumArray(input); in RepeatNullableIntEnumArray() 1516 int[] _result = this.RepeatNullableIntEnumArray(_arg0); in onTransact() 2890 … @Override public int[] RepeatNullableIntEnumArray(int[] input) throws android.os.RemoteException in RepeatNullableIntEnumArray() method in ITestService.Stub.Proxy 2902 return getDefaultImpl().RepeatNullableIntEnumArray(input); in RepeatNullableIntEnumArray() 3906 public int[] RepeatNullableIntEnumArray(int[] input) throws android.os.RemoteException; in RepeatNullableIntEnumArray() method
|
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
H A D | itest_impl.h | 416 ::ndk::ScopedAStatus RepeatNullableIntEnumArray( in RepeatNullableIntEnumArray() function
|
/aosp_15_r20/system/tools/aidl/tests/rust/ |
D | test_service.rs | 325 impl_repeat_nullable! {RepeatNullableIntEnumArray, IntEnum}
|
D | test_service_async.rs | 363 impl_repeat_nullable! {RepeatNullableIntEnumArray, IntEnum}
|
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 443 public int[] RepeatNullableIntEnumArray(int[] input) throws RemoteException { in RepeatNullableIntEnumArray() method in TestServiceServer
|