Home
last modified time | relevance | path

Searched defs:RepeatNullableLongEnumArray (Results 1 – 10 of 10) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl147 @nullable LongEnum[] RepeatNullableLongEnumArray(in @nullable LongEnum[] input); in RepeatNullableLongEnumArray() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h151 …::ndk::ScopedAStatus RepeatNullableLongEnumArray(const std::optional<std::vector<::aidl::android::… in RepeatNullableLongEnumArray() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java189 …@Override public long[] RepeatNullableLongEnumArray(long[] input) throws android.os.RemoteException in RepeatNullableLongEnumArray() method in ITestService.Default
484 …@Override public long[] RepeatNullableLongEnumArray(long[] input) throws android.os.RemoteException in RepeatNullableLongEnumArray() method in ITestService.Delegator
2498 …@Override public long[] RepeatNullableLongEnumArray(long[] input) throws android.os.RemoteException in RepeatNullableLongEnumArray() method in ITestService.Stub.Proxy
3376 public long[] RepeatNullableLongEnumArray(long[] input) throws android.os.RemoteException; in RepeatNullableLongEnumArray() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java412 public long[] RepeatNullableLongEnumArray(long[] input) throws RemoteException { in RepeatNullableLongEnumArray() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h205 …::android::binder::Status RepeatNullableLongEnumArray(const ::std::optional<::std::vector<::androi… in RepeatNullableLongEnumArray() function
DITestService.h406 …::android::binder::Status RepeatNullableLongEnumArray(const ::std::optional<::std::vector<::androi… in RepeatNullableLongEnumArray() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp1644 ::android::binder::Status BpTestService::RepeatNullableLongEnumArray(const ::std::optional<::std::v… in RepeatNullableLongEnumArray() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs58 …fn RepeatNullableLongEnumArray(&self, _arg_input: Option<&[crate::mangled::_7_android_4_aidl_5_tes… in RepeatNullableLongEnumArray() method
134 …fn RepeatNullableLongEnumArray<'a>(&'a self, _arg_input: Option<&'a [crate::mangled::_7_android_4_… in RepeatNullableLongEnumArray() method
205 …async fn RepeatNullableLongEnumArray(&self, _arg_input: Option<&[crate::mangled::_7_android_4_aidl… in RepeatNullableLongEnumArray() method
372 …fn RepeatNullableLongEnumArray(&self, _arg_input: Option<&[crate::mangled::_7_android_4_aidl_5_tes… in new_async_binder() function
576 …fn RepeatNullableLongEnumArray(&self, _arg_input: Option<&[crate::mangled::_7_android_4_aidl_5_tes… in RepeatNullableLongEnumArray() method
696 …pub const RepeatNullableLongEnumArray: binder::binder_impl::TransactionCode = binder::binder_impl:… constant
2216 …fn RepeatNullableLongEnumArray(&self, _arg_input: Option<&[crate::mangled::_7_android_4_aidl_5_tes… in RepeatNullableLongEnumArray() method
2863 …fn RepeatNullableLongEnumArray<'a>(&'a self, _arg_input: Option<&'a [crate::mangled::_7_android_4_… in RepeatNullableLongEnumArray() method
3243 …fn RepeatNullableLongEnumArray(&self, _arg_input: Option<&[crate::mangled::_7_android_4_aidl_5_tes… in RepeatNullableLongEnumArray() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp3013 ::ndk::ScopedAStatus BpTestService::RepeatNullableLongEnumArray(const std::optional<std::vector<::a… in RepeatNullableLongEnumArray() function in aidl::android::aidl::tests::BpTestService
4335 ::ndk::ScopedAStatus ITestServiceDefault::RepeatNullableLongEnumArray(const std::optional<std::vect… in RepeatNullableLongEnumArray() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/
Daidl_test_service.cpp558 Status RepeatNullableLongEnumArray(const optional<vector<LongEnum>>& input, in RepeatNullableLongEnumArray() function in __anon556d30440111::NativeService