Home
last modified time | relevance | path

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

/system/core/trusty/test/binder/aidl/com/android/trusty/binder/test/
DITestService.aidl50 long RepeatLong(long token); in RepeatLong() method
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl118 long RepeatLong(long token); in RepeatLong() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h52 ::ndk::ScopedAStatus RepeatLong(int64_t in_token, int64_t* _aidl_return) override { in RepeatLong() function
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java170 public long RepeatLong(long token) throws RemoteException { in RepeatLong() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h117 ::android::binder::Status RepeatLong(int64_t token, int64_t* _aidl_return) override { in RepeatLong() function
DITestService.h519 ::android::binder::Status RepeatLong(int64_t /*token*/, int64_t* /*_aidl_return*/) override { in RepeatLong() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java53 @Override public long RepeatLong(long token) throws android.os.RemoteException in RepeatLong() method in ITestService.Default
356 @Override public long RepeatLong(long token) throws android.os.RemoteException in RepeatLong() method in ITestService.Delegator
1942 @Override public long RepeatLong(long token) throws android.os.RemoteException in RepeatLong() method in ITestService.Stub.Proxy
3662 public long RepeatLong(long token) throws android.os.RemoteException; in RepeatLong() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp1619 ::ndk::ScopedAStatus BpTestService::RepeatLong(int64_t in_token, int64_t* _aidl_return) { in RepeatLong() function in aidl::android::aidl::tests::BpTestService
4298 ::ndk::ScopedAStatus ITestServiceDefault::RepeatLong(int64_t /*in_token*/, int64_t* /*_aidl_return*… in RepeatLong() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp285 ::android::binder::Status BpTestService::RepeatLong(int64_t token, int64_t* _aidl_return) { in RepeatLong() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/
Daidl_test_service.cpp336 Status RepeatLong(int64_t token, int64_t* _aidl_return) override { in RepeatLong() function in __anonbcceb43d0111::NativeService