Home
last modified time | relevance | path

Searched defs:RepeatNullableIntEnumArray (Results 1 – 8 of 8) 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/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
1282 …fn RepeatNullableIntEnumArray(&self, _arg_input: Option<&[crate::mangled::_7_android_4_aidl_5_test… 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-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
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp2428 ::ndk::ScopedAStatus BpTestService::RepeatNullableIntEnumArray(const std::optional<std::vector<::ai… in RepeatNullableIntEnumArray() function in aidl::android::aidl::tests::BpTestService
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-java-source/gen/android/aidl/tests/
DITestService.java160 @Override public int[] RepeatNullableIntEnumArray(int[] input) throws android.os.RemoteException in RepeatNullableIntEnumArray() method in ITestService.Default
1824 … @Override public int[] RepeatNullableIntEnumArray(int[] input) throws android.os.RemoteException in RepeatNullableIntEnumArray() method in ITestService.Stub.Proxy
2471 public int[] RepeatNullableIntEnumArray(int[] input) throws android.os.RemoteException; in RepeatNullableIntEnumArray() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h268 …::android::binder::Status RepeatNullableIntEnumArray(const ::std::optional<::std::vector<::android… in RepeatNullableIntEnumArray() function
/system/tools/aidl/tests/
Daidl_test_service.cpp476 Status RepeatNullableIntEnumArray(const optional<vector<IntEnum>>& input, in RepeatNullableIntEnumArray() function in __anonee08dd980111::NativeService