Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl116 IntEnum[] ReverseIntEnum(in IntEnum[] input, out IntEnum[] repeated); in ReverseIntEnum() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h100 …::ndk::ScopedAStatus ReverseIntEnum(const std::vector<::aidl::android::aidl::tests::IntEnum>& in_i… in ReverseIntEnum() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java118 …@Override public int[] ReverseIntEnum(int[] input, int[] repeated) throws android.os.RemoteExcepti… in ReverseIntEnum() method in ITestService.Default
412 …@Override public int[] ReverseIntEnum(int[] input, int[] repeated) throws android.os.RemoteExcepti… in ReverseIntEnum() method in ITestService.Delegator
2061 …@Override public int[] ReverseIntEnum(int[] input, int[] repeated) throws android.os.RemoteExcepti… in ReverseIntEnum() method in ITestService.Stub.Proxy
3355 public int[] ReverseIntEnum(int[] input, int[] repeated) throws android.os.RemoteException; in ReverseIntEnum() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java270 public int[] ReverseIntEnum(int[] input, int[] repeated) throws RemoteException { in ReverseIntEnum() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h154 …::android::binder::Status ReverseIntEnum(const ::std::vector<::android::aidl::tests::IntEnum>& inp… in ReverseIntEnum() function
DITestService.h355 …::android::binder::Status ReverseIntEnum(const ::std::vector<::android::aidl::tests::IntEnum>& /*i… in ReverseIntEnum() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp958 ::android::binder::Status BpTestService::ReverseIntEnum(const ::std::vector<::android::aidl::tests:… in ReverseIntEnum() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs41 …fn ReverseIntEnum(&self, _arg_input: &[crate::mangled::_7_android_4_aidl_5_tests_7_IntEnum], _arg_… in ReverseIntEnum() method
117 …fn ReverseIntEnum<'a>(&'a self, _arg_input: &'a [crate::mangled::_7_android_4_aidl_5_tests_7_IntEn… in ReverseIntEnum() method
188 …async fn ReverseIntEnum(&self, _arg_input: &[crate::mangled::_7_android_4_aidl_5_tests_7_IntEnum],… in ReverseIntEnum() method
321 …fn ReverseIntEnum(&self, _arg_input: &[crate::mangled::_7_android_4_aidl_5_tests_7_IntEnum], _arg_… in new_async_binder() function
525 …fn ReverseIntEnum(&self, _arg_input: &[crate::mangled::_7_android_4_aidl_5_tests_7_IntEnum], _arg_… in ReverseIntEnum() method
679 …pub const ReverseIntEnum: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_T… constant
2131 …fn ReverseIntEnum(&self, _arg_input: &[crate::mangled::_7_android_4_aidl_5_tests_7_IntEnum], _arg_… in ReverseIntEnum() method
2642 …fn ReverseIntEnum<'a>(&'a self, _arg_input: &'a [crate::mangled::_7_android_4_aidl_5_tests_7_IntEn… in ReverseIntEnum() method
3226 …fn ReverseIntEnum(&self, _arg_input: &[crate::mangled::_7_android_4_aidl_5_tests_7_IntEnum], _arg_… in ReverseIntEnum() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp2286 ::ndk::ScopedAStatus BpTestService::ReverseIntEnum(const std::vector<::aidl::android::aidl::tests::… in ReverseIntEnum() function in aidl::android::aidl::tests::BpTestService
4250 ::ndk::ScopedAStatus ITestServiceDefault::ReverseIntEnum(const std::vector<::aidl::android::aidl::t… in ReverseIntEnum() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/
Daidl_test_service.cpp394 Status ReverseIntEnum(const vector<IntEnum>& input, vector<IntEnum>* repeated, in ReverseIntEnum() function in __anon556d30440111::NativeService