Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Daidl_test_client_nullables.cpp72 DoTest(&ITestService::RepeatNullableIntEnumArray, in TEST_F()
Daidl_test_service.cpp553 Status RepeatNullableIntEnumArray(const optional<vector<IntEnum>>& input, in RepeatNullableIntEnumArray() function in __anon556d30440111::NativeService
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl146 @nullable IntEnum[] RepeatNullableIntEnumArray(in @nullable IntEnum[] input); in RepeatNullableIntEnumArray() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h148 …::ndk::ScopedAStatus RepeatNullableIntEnumArray(const std::optional<std::vector<::aidl::android::a… in RepeatNullableIntEnumArray() function
149 return _impl->RepeatNullableIntEnumArray(in_input, _aidl_return); in RepeatNullableIntEnumArray()
DBpTestService.h55 …::ndk::ScopedAStatus RepeatNullableIntEnumArray(const std::optional<std::vector<::aidl::android::a…
DITestService.h332 …virtual ::ndk::ScopedAStatus RepeatNullableIntEnumArray(const std::optional<std::vector<::aidl::an…
403 …::ndk::ScopedAStatus RepeatNullableIntEnumArray(const std::optional<std::vector<::aidl::android::a…
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h202 …::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<::android… in RepeatNullableIntEnumArray() function
203 return _aidl_delegate->RepeatNullableIntEnumArray(input, _aidl_return); in RepeatNullableIntEnumArray()
DBpTestService.h54 …::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<::android…
DITestService.h252 …virtual ::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<:…
403 …::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<::android… in RepeatNullableIntEnumArray() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs57 …fn RepeatNullableIntEnumArray(&self, _arg_input: Option<&[crate::mangled::_7_android_4_aidl_5_test… in RepeatNullableIntEnumArray() method
133 …fn RepeatNullableIntEnumArray<'a>(&'a self, _arg_input: Option<&'a [crate::mangled::_7_android_4_a… in RepeatNullableIntEnumArray() method
204 …async fn RepeatNullableIntEnumArray(&self, _arg_input: Option<&[crate::mangled::_7_android_4_aidl_… in RepeatNullableIntEnumArray() method
369 …fn RepeatNullableIntEnumArray(&self, _arg_input: Option<&[crate::mangled::_7_android_4_aidl_5_test… in new_async_binder() function
370 self._rt.block_on(self._inner.RepeatNullableIntEnumArray(_arg_input)) in new_async_binder()
573 …fn RepeatNullableIntEnumArray(&self, _arg_input: Option<&[crate::mangled::_7_android_4_aidl_5_test… in RepeatNullableIntEnumArray() method
695 …pub const RepeatNullableIntEnumArray: binder::binder_impl::TransactionCode = binder::binder_impl::… constant
1536 return _aidl_default_impl.RepeatNullableIntEnumArray(_arg_input); in read_response_RepeatNullableIntEnumArray()
2211 …fn RepeatNullableIntEnumArray(&self, _arg_input: Option<&[crate::mangled::_7_android_4_aidl_5_test… in RepeatNullableIntEnumArray() method
2213 …let _aidl_reply = self.binder.submit_transact(transactions::RepeatNullableIntEnumArray, _aidl_data… in RepeatNullableIntEnumArray()
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java185 @Override public int[] RepeatNullableIntEnumArray(int[] input) throws android.os.RemoteException in RepeatNullableIntEnumArray() method in ITestService.Default
480 @Override public int[] RepeatNullableIntEnumArray(int[] input) throws android.os.RemoteException in RepeatNullableIntEnumArray() method in ITestService.Delegator
482 return mImpl.RepeatNullableIntEnumArray(input); in RepeatNullableIntEnumArray()
1130 int[] _result = this.RepeatNullableIntEnumArray(_arg0); in onTransact()
2474 … @Override public int[] RepeatNullableIntEnumArray(int[] input) throws android.os.RemoteException in RepeatNullableIntEnumArray() method in ITestService.Stub.Proxy
2486 return getDefaultImpl().RepeatNullableIntEnumArray(input); in RepeatNullableIntEnumArray()
3375 public int[] RepeatNullableIntEnumArray(int[] input) throws android.os.RemoteException; in RepeatNullableIntEnumArray() method
/system/tools/aidl/tests/rust/
Dtest_service.rs288 impl_repeat_nullable! {RepeatNullableIntEnumArray, IntEnum}
Dtest_service_async.rs321 impl_repeat_nullable! {RepeatNullableIntEnumArray, IntEnum}
Dtest_client.rs432 RepeatNullableIntEnumArray,
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java408 public int[] RepeatNullableIntEnumArray(int[] input) throws RemoteException { in RepeatNullableIntEnumArray() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp817 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->RepeatNullableIntEnumArray(in_input, &_aidl_return… in _aidl_android_aidl_tests_ITestService_onTransact()
2972 ::ndk::ScopedAStatus BpTestService::RepeatNullableIntEnumArray(const std::optional<std::vector<::ai… in RepeatNullableIntEnumArray() function in aidl::android::aidl::tests::BpTestService
2996 … _aidl_status = ITestService::getDefaultImpl()->RepeatNullableIntEnumArray(in_input, _aidl_return); in RepeatNullableIntEnumArray()
4330 ::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-cpp-source/gen/android/aidl/tests/
DITestService.cpp1606 ::android::binder::Status BpTestService::RepeatNullableIntEnumArray(const ::std::optional<::std::ve… in RepeatNullableIntEnumArray() function in android::aidl::tests::BpTestService
1623 return ITestService::getDefaultImpl()->RepeatNullableIntEnumArray(input, _aidl_return); in RepeatNullableIntEnumArray()
3937 ::android::binder::Status _aidl_status(RepeatNullableIntEnumArray(in_input, &_aidl_return)); in onTransact()