Home
last modified time | relevance | path

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

/system/core/trusty/test/binder/aidl/com/android/trusty/binder/test/
DITestService.aidl54 ByteEnum RepeatByteEnum(ByteEnum token); in RepeatByteEnum() method
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl122 ByteEnum RepeatByteEnum(ByteEnum token); in RepeatByteEnum() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h64 …::ndk::ScopedAStatus RepeatByteEnum(::aidl::android::aidl::tests::ByteEnum in_token, ::aidl::andro… in RepeatByteEnum() function
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java186 public byte RepeatByteEnum(byte token) throws RemoteException { in RepeatByteEnum() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h129 …::android::binder::Status RepeatByteEnum(::android::aidl::tests::ByteEnum token, ::android::aidl::… in RepeatByteEnum() function
DITestService.h531 …::android::binder::Status RepeatByteEnum(::android::aidl::tests::ByteEnum /*token*/, ::android::ai… in RepeatByteEnum() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java69 @Override public byte RepeatByteEnum(byte token) throws android.os.RemoteException in RepeatByteEnum() method in ITestService.Default
372 @Override public byte RepeatByteEnum(byte token) throws android.os.RemoteException in RepeatByteEnum() method in ITestService.Delegator
2038 @Override public byte RepeatByteEnum(byte token) throws android.os.RemoteException in RepeatByteEnum() method in ITestService.Stub.Proxy
3666 public byte RepeatByteEnum(byte token) throws android.os.RemoteException; in RepeatByteEnum() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp1783 ::ndk::ScopedAStatus BpTestService::RepeatByteEnum(::aidl::android::aidl::tests::ByteEnum in_token,… in RepeatByteEnum() function in aidl::android::aidl::tests::BpTestService
4318 ::ndk::ScopedAStatus ITestServiceDefault::RepeatByteEnum(::aidl::android::aidl::tests::ByteEnum /*i… in RepeatByteEnum() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp441 ::android::binder::Status BpTestService::RepeatByteEnum(::android::aidl::tests::ByteEnum token, ::a… in RepeatByteEnum() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/
Daidl_test_service.cpp356 Status RepeatByteEnum(ByteEnum token, ByteEnum* _aidl_return) override { in RepeatByteEnum() function in __anonbcceb43d0111::NativeService