| /system/tools/aidl/tests/android/aidl/tests/ |
| D | ITestService.aidl | 176 @nullable IntEnum[] RepeatNullableIntEnumArray(in @nullable IntEnum[] input); in RepeatNullableIntEnumArray() method
|
| /system/tools/aidl/tests/ |
| D | aidl_test_client_nullables.cpp | 72 DoTest(&ITestService::RepeatNullableIntEnumArray, in TEST_F()
|
| D | aidl_test_service.cpp | 570 Status RepeatNullableIntEnumArray(const optional<vector<IntEnum>>& input, in RepeatNullableIntEnumArray() function in __anon6380430e0111::NativeService
|
| D | aidl_test_service_ndk.cpp | 445 ScopedAStatus RepeatNullableIntEnumArray(const optional<vector<IntEnum>>& input, in RepeatNullableIntEnumArray() function in __anon4c0400ca0111::NativeService
|
| /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 | 685 …virtual ::ndk::ScopedAStatus RepeatNullableIntEnumArray(const std::optional<std::vector<::aidl::an… 761 …::ndk::ScopedAStatus RepeatNullableIntEnumArray(const std::optional<std::vector<::aidl::android::a…
|
| /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 | 685 …virtual ::ndk::ScopedAStatus RepeatNullableIntEnumArray(const std::optional<std::vector<::aidl::an… 761 …::ndk::ScopedAStatus RepeatNullableIntEnumArray(const std::optional<std::vector<::aidl::android::a…
|
| /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 | 593 …virtual ::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<:… 751 …::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<::android… in RepeatNullableIntEnumArray() function
|
| /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 | 593 …virtual ::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<:… 751 …::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<::android… in RepeatNullableIntEnumArray() function
|
| /system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
| D | ITestService.rs | 70 …fn r#RepeatNullableIntEnumArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [crate::mangled::_7_a… 154 …fn r#RepeatNullableIntEnumArray<'a, >(&'a self, _arg_input: Option<&'a [crate::mangled::_7_android… 230 …async fn r#RepeatNullableIntEnumArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [crate::mangled… 402 …fn r#RepeatNullableIntEnumArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [crate::mangled::_7_a… in new_async_binder() 403 self._rt.block_on(self._inner.r#RepeatNullableIntEnumArray(_arg_input)) in new_async_binder() 628 …fn r#RepeatNullableIntEnumArray<'a, >(&'a self, _arg_input: Option<&'a [crate::mangled::_7_android… in try_into_local_async() 629 … Box::pin(self._native.try_as_async_server().unwrap().r#RepeatNullableIntEnumArray(_arg_input)) in try_into_local_async() 850 …fn r#RepeatNullableIntEnumArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [crate::mangled::_7_a… 985 …pub const r#RepeatNullableIntEnumArray: binder::binder_impl::TransactionCode = binder::binder_impl… 1862 return _aidl_default_impl.r#RepeatNullableIntEnumArray(_arg_input); in read_response_RepeatNullableIntEnumArray() [all …]
|
| /system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
| D | ITestService.rs | 70 …fn r#RepeatNullableIntEnumArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [crate::mangled::_7_a… 154 …fn r#RepeatNullableIntEnumArray<'a, >(&'a self, _arg_input: Option<&'a [crate::mangled::_7_android… 230 …async fn r#RepeatNullableIntEnumArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [crate::mangled… 402 …fn r#RepeatNullableIntEnumArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [crate::mangled::_7_a… in new_async_binder() 403 self._rt.block_on(self._inner.r#RepeatNullableIntEnumArray(_arg_input)) in new_async_binder() 628 …fn r#RepeatNullableIntEnumArray<'a, >(&'a self, _arg_input: Option<&'a [crate::mangled::_7_android… in try_into_local_async() 629 … Box::pin(self._native.try_as_async_server().unwrap().r#RepeatNullableIntEnumArray(_arg_input)) in try_into_local_async() 850 …fn r#RepeatNullableIntEnumArray<'a, 'l1, >(&'a self, _arg_input: Option<&'l1 [crate::mangled::_7_a… 985 …pub const r#RepeatNullableIntEnumArray: binder::binder_impl::TransactionCode = binder::binder_impl… 1862 return _aidl_default_impl.r#RepeatNullableIntEnumArray(_arg_input); in read_response_RepeatNullableIntEnumArray() [all …]
|
| /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
|
| /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
|
| /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}
|
| /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
|
| /system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
| D | ITestService.cpp | 850 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->RepeatNullableIntEnumArray(in_input, &_aidl_return… in _aidl_android_aidl_tests_ITestService_onTransact() 3133 ::ndk::ScopedAStatus BpTestService::RepeatNullableIntEnumArray(const std::optional<std::vector<::ai… in RepeatNullableIntEnumArray() function in aidl::android::aidl::tests::BpTestService 3157 … _aidl_status = ITestService::getDefaultImpl()->RepeatNullableIntEnumArray(in_input, _aidl_return); in RepeatNullableIntEnumArray() 4678 ::ndk::ScopedAStatus ITestServiceDefault::RepeatNullableIntEnumArray(const std::optional<std::vecto… in RepeatNullableIntEnumArray() function in aidl::android::aidl::tests::ITestServiceDefault
|
| /system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
| D | ITestService.cpp | 850 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->RepeatNullableIntEnumArray(in_input, &_aidl_return… in _aidl_android_aidl_tests_ITestService_onTransact() 3133 ::ndk::ScopedAStatus BpTestService::RepeatNullableIntEnumArray(const std::optional<std::vector<::ai… in RepeatNullableIntEnumArray() function in aidl::android::aidl::tests::BpTestService 3157 … _aidl_status = ITestService::getDefaultImpl()->RepeatNullableIntEnumArray(in_input, _aidl_return); in RepeatNullableIntEnumArray() 4678 ::ndk::ScopedAStatus ITestServiceDefault::RepeatNullableIntEnumArray(const std::optional<std::vecto… in RepeatNullableIntEnumArray() function in aidl::android::aidl::tests::ITestServiceDefault
|