Home
last modified time | relevance | path

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

/system/core/trusty/test/binder/aidl/com/android/trusty/binder/test/
DITestService.aidl68 IntEnum[] ReverseIntEnum(in IntEnum[] input, out IntEnum[] repeated); in ReverseIntEnum() method
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl136 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/java/src/android/aidl/service/
DTestServiceServer.java279 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.h165 …::android::binder::Status ReverseIntEnum(const ::std::vector<::android::aidl::tests::IntEnum>& inp… in ReverseIntEnum() function
DITestService.h567 …::android::binder::Status ReverseIntEnum(const ::std::vector<::android::aidl::tests::IntEnum>& /*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
421 …@Override public int[] ReverseIntEnum(int[] input, int[] repeated) throws android.os.RemoteExcepti… in ReverseIntEnum() method in ITestService.Delegator
2345 …@Override public int[] ReverseIntEnum(int[] input, int[] repeated) throws android.os.RemoteExcepti… in ReverseIntEnum() method in ITestService.Stub.Proxy
3679 public int[] ReverseIntEnum(int[] input, int[] repeated) throws android.os.RemoteException; in ReverseIntEnum() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp2329 ::ndk::ScopedAStatus BpTestService::ReverseIntEnum(const std::vector<::aidl::android::aidl::tests::… in ReverseIntEnum() function in aidl::android::aidl::tests::BpTestService
4378 ::ndk::ScopedAStatus ITestServiceDefault::ReverseIntEnum(const std::vector<::aidl::android::aidl::t… in ReverseIntEnum() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp981 ::android::binder::Status BpTestService::ReverseIntEnum(const ::std::vector<::android::aidl::tests:… in ReverseIntEnum() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/
Daidl_test_service.cpp416 Status ReverseIntEnum(const vector<IntEnum>& input, vector<IntEnum>* repeated, in ReverseIntEnum() function in __anonbcceb43d0111::NativeService