Home
last modified time | relevance | path

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

/system/core/trusty/test/binder/aidl/com/android/trusty/binder/test/
DITestService.aidl55 IntEnum RepeatIntEnum(IntEnum token); in RepeatIntEnum() method
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl123 IntEnum RepeatIntEnum(IntEnum token); in RepeatIntEnum() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h67 …::ndk::ScopedAStatus RepeatIntEnum(::aidl::android::aidl::tests::IntEnum in_token, ::aidl::android… in RepeatIntEnum() function
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java190 public int RepeatIntEnum(int token) throws RemoteException { in RepeatIntEnum() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h132 …::android::binder::Status RepeatIntEnum(::android::aidl::tests::IntEnum token, ::android::aidl::te… in RepeatIntEnum() function
DITestService.h534 …::android::binder::Status RepeatIntEnum(::android::aidl::tests::IntEnum /*token*/, ::android::aidl… in RepeatIntEnum() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java73 @Override public int RepeatIntEnum(int token) throws android.os.RemoteException in RepeatIntEnum() method in ITestService.Default
376 @Override public int RepeatIntEnum(int token) throws android.os.RemoteException in RepeatIntEnum() method in ITestService.Delegator
2062 @Override public int RepeatIntEnum(int token) throws android.os.RemoteException in RepeatIntEnum() method in ITestService.Stub.Proxy
3667 public int RepeatIntEnum(int token) throws android.os.RemoteException; in RepeatIntEnum() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp1824 ::ndk::ScopedAStatus BpTestService::RepeatIntEnum(::aidl::android::aidl::tests::IntEnum in_token, :… in RepeatIntEnum() function in aidl::android::aidl::tests::BpTestService
4323 ::ndk::ScopedAStatus ITestServiceDefault::RepeatIntEnum(::aidl::android::aidl::tests::IntEnum /*in_… in RepeatIntEnum() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp480 ::android::binder::Status BpTestService::RepeatIntEnum(::android::aidl::tests::IntEnum token, ::and… in RepeatIntEnum() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/
Daidl_test_service.cpp361 Status RepeatIntEnum(IntEnum token, IntEnum* _aidl_return) override { in RepeatIntEnum() function in __anonbcceb43d0111::NativeService