Home
last modified time | relevance | path

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

12

/aosp_15_r20/cts/tests/tests/binder_ndk/src/android/binder/cts/
H A DJavaClientTest.java636 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 DTestImpl.java367 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/
DBnTestService.h159 …::ndk::ScopedAStatus RepeatNullableIntEnumArray(const std::optional<std::vector<::aidl::android::a… in RepeatNullableIntEnumArray() function
160 return _impl->RepeatNullableIntEnumArray(in_input, _aidl_return); in RepeatNullableIntEnumArray()
DBpTestService.h64 …::ndk::ScopedAStatus RepeatNullableIntEnumArray(const std::optional<std::vector<::aidl::android::a…
DITestService.h682 …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/
DBnTestService.h159 …::ndk::ScopedAStatus RepeatNullableIntEnumArray(const std::optional<std::vector<::aidl::android::a… in RepeatNullableIntEnumArray() function
160 return _impl->RepeatNullableIntEnumArray(in_input, _aidl_return); in RepeatNullableIntEnumArray()
DBpTestService.h64 …::ndk::ScopedAStatus RepeatNullableIntEnumArray(const std::optional<std::vector<::aidl::android::a…
DITestService.h682 …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 DITest.aidl117 @nullable IntEnum[] RepeatNullableIntEnumArray(in @nullable IntEnum[] input); in RepeatNullableIntEnumArray() method
/aosp_15_r20/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl176 @nullable IntEnum[] RepeatNullableIntEnumArray(in @nullable IntEnum[] input); in RepeatNullableIntEnumArray() method
/aosp_15_r20/system/tools/aidl/tests/
Daidl_test_client_nullables.cpp72 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/
DBnTestService.h239 …::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<::android… in RepeatNullableIntEnumArray() function
240 return _aidl_delegate->RepeatNullableIntEnumArray(input, _aidl_return); in RepeatNullableIntEnumArray()
DBpTestService.h63 …::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<::android…
DITestService.h590 …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/
DBnTestService.h239 …::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<::android… in RepeatNullableIntEnumArray() function
240 return _aidl_delegate->RepeatNullableIntEnumArray(input, _aidl_return); in RepeatNullableIntEnumArray()
DBpTestService.h63 …::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<::android…
DITestService.h590 …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/
DITestService.rs66 …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/
DITestService.rs66 …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/
DITestService.java198 @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/
DITestService.java198 @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 Ditest_impl.h416 ::ndk::ScopedAStatus RepeatNullableIntEnumArray( in RepeatNullableIntEnumArray() function
/aosp_15_r20/system/tools/aidl/tests/rust/
Dtest_service.rs325 impl_repeat_nullable! {RepeatNullableIntEnumArray, IntEnum}
Dtest_service_async.rs363 impl_repeat_nullable! {RepeatNullableIntEnumArray, IntEnum}
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java443 public int[] RepeatNullableIntEnumArray(int[] input) throws RemoteException { in RepeatNullableIntEnumArray() method in TestServiceServer

12