Home
last modified time | relevance | path

Searched defs:ReverseLongEnum (Results 1 – 8 of 8) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl98 LongEnum[] ReverseLongEnum(in LongEnum[] input, out LongEnum[] repeated); in ReverseLongEnum() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs39 …fn ReverseLongEnum(&self, _arg_input: &[crate::mangled::_7_android_4_aidl_5_tests_8_LongEnum], _ar… in ReverseLongEnum() method
146 …fn ReverseLongEnum(&self, _arg_input: &[crate::mangled::_7_android_4_aidl_5_tests_8_LongEnum], _ar… in ReverseLongEnum() method
253 pub const ReverseLongEnum: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 24; constant
784 …fn ReverseLongEnum(&self, _arg_input: &[crate::mangled::_7_android_4_aidl_5_tests_8_LongEnum], _ar… in ReverseLongEnum() method
1273 …fn ReverseLongEnum(&self, _arg_input: &[crate::mangled::_7_android_4_aidl_5_tests_8_LongEnum], _ar… in ReverseLongEnum() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java245 public long[] ReverseLongEnum(long[] input, long[] repeated) throws RemoteException { in ReverseLongEnum() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp1016 ::android::binder::Status BpTestService::ReverseLongEnum(const ::std::vector<::android::aidl::tests… in ReverseLongEnum() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp2044 ::ndk::ScopedAStatus BpTestService::ReverseLongEnum(const std::vector<::aidl::android::aidl::tests:… in ReverseLongEnum() function in aidl::android::aidl::tests::BpTestService
3336 ::ndk::ScopedAStatus ITestServiceDefault::ReverseLongEnum(const std::vector<::aidl::android::aidl::… in ReverseLongEnum() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java121 …@Override public long[] ReverseLongEnum(long[] input, long[] repeated) throws android.os.RemoteExc… in ReverseLongEnum() method in ITestService.Default
1588 …@Override public long[] ReverseLongEnum(long[] input, long[] repeated) throws android.os.RemoteExc… in ReverseLongEnum() method in ITestService.Stub.Proxy
2458 public long[] ReverseLongEnum(long[] input, long[] repeated) throws android.os.RemoteException; in ReverseLongEnum() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h241 …::android::binder::Status ReverseLongEnum(const ::std::vector<::android::aidl::tests::LongEnum>&, … in ReverseLongEnum() function
/system/tools/aidl/tests/
Daidl_test_service.cpp407 Status ReverseLongEnum(const vector<LongEnum>& input, vector<LongEnum>* repeated, in ReverseLongEnum() function in __anonee08dd980111::NativeService