Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl98 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/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
347 @Override public long RepeatLong(long token) throws android.os.RemoteException in RepeatLong() method in ITestService.Delegator
1613 @Override public long RepeatLong(long token) throws android.os.RemoteException in RepeatLong() method in ITestService.Stub.Proxy
3338 public long RepeatLong(long token) throws android.os.RemoteException; in RepeatLong() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java161 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.h106 ::android::binder::Status RepeatLong(int64_t token, int64_t* _aidl_return) override { in RepeatLong() function
DITestService.h307 ::android::binder::Status RepeatLong(int64_t /*token*/, int64_t* /*_aidl_return*/) override { in RepeatLong() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp278 ::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-rust-source/gen/android/aidl/tests/
DITestService.rs25 fn RepeatLong(&self, _arg_token: i64) -> binder::Result<i64>; in RepeatLong() method
101 fn RepeatLong<'a>(&'a self, _arg_token: i64) -> binder::BoxFuture<'a, binder::Result<i64>>; in RepeatLong() method
172 async fn RepeatLong(&self, _arg_token: i64) -> binder::Result<i64>; in RepeatLong() method
273 fn RepeatLong(&self, _arg_token: i64) -> binder::Result<i64> { in new_async_binder() function
477 fn RepeatLong(&self, _arg_token: i64) -> binder::Result<i64> { in RepeatLong() method
663 …pub const RepeatLong: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_TRANS… constant
2051 fn RepeatLong(&self, _arg_token: i64) -> binder::Result<i64> { in RepeatLong() method
2434 fn RepeatLong<'a>(&'a self, _arg_token: i64) -> binder::BoxFuture<'a, binder::Result<i64>> { in RepeatLong() method
3210 fn RepeatLong(&self, _arg_token: i64) -> binder::Result<i64> { self.0.RepeatLong(_arg_token) } in RepeatLong() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp1576 ::ndk::ScopedAStatus BpTestService::RepeatLong(int64_t in_token, int64_t* _aidl_return) { in RepeatLong() function in aidl::android::aidl::tests::BpTestService
4170 ::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/
Daidl_test_service.cpp314 Status RepeatLong(int64_t token, int64_t* _aidl_return) override { in RepeatLong() function in __anon556d30440111::NativeService