Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl79 long RepeatLong(long token); in RepeatLong() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs22 fn RepeatLong(&self, _arg_token: i64) -> binder::public_api::Result<i64>; in RepeatLong() method
95 fn RepeatLong(&self, _arg_token: i64) -> binder::public_api::Result<i64> { in RepeatLong() method
236 pub const RepeatLong: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 7; constant
475 fn RepeatLong(&self, _arg_token: i64) -> binder::public_api::Result<i64> { in RepeatLong() method
1256 …fn RepeatLong(&self, _arg_token: i64) -> binder::public_api::Result<i64> { self.0.RepeatLong(_arg_… in RepeatLong() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java127 public long RepeatLong(long token) throws RemoteException { in RepeatLong() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp290 ::android::binder::Status BpTestService::RepeatLong(int64_t token, int64_t* _aidl_return) { in RepeatLong() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp1287 ::ndk::ScopedAStatus BpTestService::RepeatLong(int64_t in_token, int64_t* _aidl_return) { in RepeatLong() function in aidl::android::aidl::tests::BpTestService
3251 ::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-java-source/gen/android/aidl/tests/
DITestService.java52 @Override public long RepeatLong(long token) throws android.os.RemoteException in RepeatLong() method in ITestService.Default
1126 @Override public long RepeatLong(long token) throws android.os.RemoteException in RepeatLong() method in ITestService.Stub.Proxy
2440 public long RepeatLong(long token) throws android.os.RemoteException; in RepeatLong() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h190 ::android::binder::Status RepeatLong(int64_t, int64_t*) override { in RepeatLong() function
/system/tools/aidl/tests/
Daidl_test_service.cpp323 Status RepeatLong(int64_t token, int64_t* _aidl_return) override { in RepeatLong() function in __anonee08dd980111::NativeService