Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl117 @nullable IntEnum[] RepeatNullableIntEnumArray(in @nullable IntEnum[] input); in RepeatNullableIntEnumArray() method
/system/tools/aidl/tests/
Daidl_test_client_nullables.cpp72 DoTest(&ITestService::RepeatNullableIntEnumArray, in TEST_F()
Daidl_test_service.cpp476 Status RepeatNullableIntEnumArray(const optional<vector<IntEnum>>& input, in RepeatNullableIntEnumArray() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs48 …fn RepeatNullableIntEnumArray(&self, _arg_input: Option<&[crate::mangled::_7_android_4_aidl_5_test… in RepeatNullableIntEnumArray() method
173 …fn RepeatNullableIntEnumArray(&self, _arg_input: Option<&[crate::mangled::_7_android_4_aidl_5_test… in RepeatNullableIntEnumArray() method
262 …pub const RepeatNullableIntEnumArray: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 3… constant
942 …fn RepeatNullableIntEnumArray(&self, _arg_input: Option<&[crate::mangled::_7_android_4_aidl_5_test… in RepeatNullableIntEnumArray() method
943 …let _aidl_reply = self.binder.transact(transactions::RepeatNullableIntEnumArray, binder::FLAG_CLEA… in RepeatNullableIntEnumArray()
950 return _aidl_default_impl.RepeatNullableIntEnumArray(_arg_input); in RepeatNullableIntEnumArray()
1282RepeatNullableIntEnumArray(&self, _arg_input: Option<&[crate::mangled::_7_android_4_aidl_5_tests_7… in RepeatNullableIntEnumArray() method
1728 transactions::RepeatNullableIntEnumArray => { in on_transact()
1730 let _aidl_return = _aidl_service.RepeatNullableIntEnumArray(_arg_input.as_deref()); in on_transact()
/system/tools/aidl/tests/rust/
Dtest_service.rs200 impl_repeat_nullable! {RepeatNullableIntEnumArray, IntEnum}
Dtest_client.rs384 RepeatNullableIntEnumArray,
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DBpTestService.h49 …::ndk::ScopedAStatus RepeatNullableIntEnumArray(const std::optional<std::vector<::aidl::android::a…
DITestService.h198 …virtual ::ndk::ScopedAStatus RepeatNullableIntEnumArray(const std::optional<std::vector<::aidl::an…
254 …::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/
DBpTestService.h51 …::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<::android…
DITestService.h144 …virtual ::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<:…
268 …::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<::android… in RepeatNullableIntEnumArray() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java160 @Override public int[] RepeatNullableIntEnumArray(int[] input) throws android.os.RemoteException in RepeatNullableIntEnumArray() method in ITestService.Default
729 int[] _result = this.RepeatNullableIntEnumArray(_arg0); in onTransact()
1824 … @Override public int[] RepeatNullableIntEnumArray(int[] input) throws android.os.RemoteException in RepeatNullableIntEnumArray() method in ITestService.Stub.Proxy
1835 return getDefaultImpl().RepeatNullableIntEnumArray(input); in RepeatNullableIntEnumArray()
2471 public int[] RepeatNullableIntEnumArray(int[] input) throws android.os.RemoteException; in RepeatNullableIntEnumArray() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java320 public int[] RepeatNullableIntEnumArray(int[] input) throws RemoteException { in RepeatNullableIntEnumArray() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp696 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->RepeatNullableIntEnumArray(in_input, &_aidl_return… in _aidl_onTransact()
2428 ::ndk::ScopedAStatus BpTestService::RepeatNullableIntEnumArray(const std::optional<std::vector<::ai… in RepeatNullableIntEnumArray() function in aidl::android::aidl::tests::BpTestService
2452 … _aidl_status = ITestService::getDefaultImpl()->RepeatNullableIntEnumArray(in_input, _aidl_return); in RepeatNullableIntEnumArray()
3381 ::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.cpp1378 ::android::binder::Status BpTestService::RepeatNullableIntEnumArray(const ::std::optional<::std::ve… in RepeatNullableIntEnumArray() function in android::aidl::tests::BpTestService
1395 return ITestService::getDefaultImpl()->RepeatNullableIntEnumArray(input, _aidl_return); in RepeatNullableIntEnumArray()
3040 ::android::binder::Status _aidl_status(RepeatNullableIntEnumArray(in_input, &_aidl_return)); in onTransact()