Home
last modified time | relevance | path

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

/system/core/trusty/test/binder/aidl/com/android/trusty/binder/test/
DITestService.aidl49 int RepeatInt(int token); in RepeatInt() method
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl117 int RepeatInt(int token); in RepeatInt() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h49 ::ndk::ScopedAStatus RepeatInt(int32_t in_token, int32_t* _aidl_return) override { in RepeatInt() function
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java166 public int RepeatInt(int token) throws RemoteException { in RepeatInt() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h114 ::android::binder::Status RepeatInt(int32_t token, int32_t* _aidl_return) override { in RepeatInt() function
DITestService.h516 ::android::binder::Status RepeatInt(int32_t /*token*/, int32_t* /*_aidl_return*/) override { in RepeatInt() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java49 @Override public int RepeatInt(int token) throws android.os.RemoteException in RepeatInt() method in ITestService.Default
352 @Override public int RepeatInt(int token) throws android.os.RemoteException in RepeatInt() method in ITestService.Delegator
1918 @Override public int RepeatInt(int token) throws android.os.RemoteException in RepeatInt() method in ITestService.Stub.Proxy
3661 public int RepeatInt(int token) throws android.os.RemoteException; in RepeatInt() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp1578 ::ndk::ScopedAStatus BpTestService::RepeatInt(int32_t in_token, int32_t* _aidl_return) { in RepeatInt() function in aidl::android::aidl::tests::BpTestService
4293 ::ndk::ScopedAStatus ITestServiceDefault::RepeatInt(int32_t /*in_token*/, int32_t* /*_aidl_return*/… in RepeatInt() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp246 ::android::binder::Status BpTestService::RepeatInt(int32_t token, int32_t* _aidl_return) { in RepeatInt() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/
Daidl_test_service.cpp331 Status RepeatInt(int32_t token, int32_t* _aidl_return) override { in RepeatInt() function in __anonbcceb43d0111::NativeService