Home
last modified time | relevance | path

Searched defs:RepeatLongEnum (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/system/core/trusty/test/binder/aidl/com/android/trusty/binder/test/
H A DITestService.aidl56 LongEnum RepeatLongEnum(LongEnum token); in RepeatLongEnum() method
/aosp_15_r20/trusty/user/app/sample/binder-test/service/
Dmain.cpp87 Status RepeatLongEnum(LongEnum token, LongEnum* _aidl_return) override { in RepeatLongEnum() function in TestService
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
H A DITest.aidl66 LongEnum RepeatLongEnum(LongEnum value); in RepeatLongEnum() method
/aosp_15_r20/cts/tests/tests/binder_ndk/src/android/binder/cts/
H A DTestImpl.java151 public long RepeatLongEnum(long in_value) { in RepeatLongEnum() method in TestImpl
/aosp_15_r20/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl132 LongEnum RepeatLongEnum(LongEnum token); in RepeatLongEnum() method
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java85 @Override public long RepeatLongEnum(long token) throws android.os.RemoteException in RepeatLongEnum() method in ITestService.Default
401 @Override public long RepeatLongEnum(long token) throws android.os.RemoteException in RepeatLongEnum() method in ITestService.Delegator
2207 @Override public long RepeatLongEnum(long token) throws android.os.RemoteException in RepeatLongEnum() method in ITestService.Stub.Proxy
3873 public long RepeatLongEnum(long token) throws android.os.RemoteException; in RepeatLongEnum() method
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java85 @Override public long RepeatLongEnum(long token) throws android.os.RemoteException in RepeatLongEnum() method in ITestService.Default
401 @Override public long RepeatLongEnum(long token) throws android.os.RemoteException in RepeatLongEnum() method in ITestService.Delegator
2207 @Override public long RepeatLongEnum(long token) throws android.os.RemoteException in RepeatLongEnum() method in ITestService.Stub.Proxy
3873 public long RepeatLongEnum(long token) throws android.os.RemoteException; in RepeatLongEnum() method
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h78 …::ndk::ScopedAStatus RepeatLongEnum(::aidl::android::aidl::tests::LongEnum in_token, ::aidl::andro… in RepeatLongEnum() function
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/
H A Ditest_impl.h150 ::ndk::ScopedAStatus RepeatLongEnum(LongEnum in_value, LongEnum* _aidl_return) override { in RepeatLongEnum() function
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h78 …::ndk::ScopedAStatus RepeatLongEnum(::aidl::android::aidl::tests::LongEnum in_token, ::aidl::andro… in RepeatLongEnum() function
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java203 public long RepeatLongEnum(long token) throws RemoteException { in RepeatLongEnum() method in TestServiceServer
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h146 …::android::binder::Status RepeatLongEnum(::android::aidl::tests::LongEnum token, ::android::aidl::… in RepeatLongEnum() function
DITestService.h667 …::android::binder::Status RepeatLongEnum(::android::aidl::tests::LongEnum /*token*/, ::android::ai… in RepeatLongEnum() function
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h146 …::android::binder::Status RepeatLongEnum(::android::aidl::tests::LongEnum token, ::android::aidl::… in RepeatLongEnum() function
DITestService.h667 …::android::binder::Status RepeatLongEnum(::android::aidl::tests::LongEnum /*token*/, ::android::ai… in RepeatLongEnum() function
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp1939 ::ndk::ScopedAStatus BpTestService::RepeatLongEnum(::aidl::android::aidl::tests::LongEnum in_token,… in RepeatLongEnum() function in aidl::android::aidl::tests::BpTestService
4543 ::ndk::ScopedAStatus ITestServiceDefault::RepeatLongEnum(::aidl::android::aidl::tests::LongEnum /*i… in RepeatLongEnum() function in aidl::android::aidl::tests::ITestServiceDefault
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp1939 ::ndk::ScopedAStatus BpTestService::RepeatLongEnum(::aidl::android::aidl::tests::LongEnum in_token,… in RepeatLongEnum() function in aidl::android::aidl::tests::BpTestService
4543 ::ndk::ScopedAStatus ITestServiceDefault::RepeatLongEnum(::aidl::android::aidl::tests::LongEnum /*i… in RepeatLongEnum() function in aidl::android::aidl::tests::ITestServiceDefault
/aosp_15_r20/system/tools/aidl/tests/
Daidl_test_service_ndk.cpp225 ScopedAStatus RepeatLongEnum(LongEnum token, LongEnum* _aidl_return) override { in RepeatLongEnum() function in __anon0586964a0111::NativeService
Daidl_test_service.cpp344 Status RepeatLongEnum(LongEnum token, LongEnum* _aidl_return) override { in RepeatLongEnum() function in __anonf414188e0111::NativeService
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp526 ::android::binder::Status BpTestService::RepeatLongEnum(::android::aidl::tests::LongEnum token, ::a… in RepeatLongEnum() function in android::aidl::tests::BpTestService
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp526 ::android::binder::Status BpTestService::RepeatLongEnum(::android::aidl::tests::LongEnum token, ::a… in RepeatLongEnum() function in android::aidl::tests::BpTestService