Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl97 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/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
343 @Override public int RepeatInt(int token) throws android.os.RemoteException in RepeatInt() method in ITestService.Delegator
1589 @Override public int RepeatInt(int token) throws android.os.RemoteException in RepeatInt() method in ITestService.Stub.Proxy
3337 public int RepeatInt(int token) throws android.os.RemoteException; in RepeatInt() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java157 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.h103 ::android::binder::Status RepeatInt(int32_t token, int32_t* _aidl_return) override { in RepeatInt() function
DITestService.h304 ::android::binder::Status RepeatInt(int32_t /*token*/, int32_t* /*_aidl_return*/) override { in RepeatInt() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp240 ::android::binder::Status BpTestService::RepeatInt(int32_t token, int32_t* _aidl_return) { in RepeatInt() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs24 fn RepeatInt(&self, _arg_token: i32) -> binder::Result<i32>; in RepeatInt() method
100 fn RepeatInt<'a>(&'a self, _arg_token: i32) -> binder::BoxFuture<'a, binder::Result<i32>>; in RepeatInt() method
171 async fn RepeatInt(&self, _arg_token: i32) -> binder::Result<i32>; in RepeatInt() method
270 fn RepeatInt(&self, _arg_token: i32) -> binder::Result<i32> { in new_async_binder() function
474 fn RepeatInt(&self, _arg_token: i32) -> binder::Result<i32> { in RepeatInt() method
662 …pub const RepeatInt: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_TRANSA… constant
2046 fn RepeatInt(&self, _arg_token: i32) -> binder::Result<i32> { in RepeatInt() method
2421 fn RepeatInt<'a>(&'a self, _arg_token: i32) -> binder::BoxFuture<'a, binder::Result<i32>> { in RepeatInt() method
3209 fn RepeatInt(&self, _arg_token: i32) -> binder::Result<i32> { self.0.RepeatInt(_arg_token) } in RepeatInt() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp1535 ::ndk::ScopedAStatus BpTestService::RepeatInt(int32_t in_token, int32_t* _aidl_return) { in RepeatInt() function in aidl::android::aidl::tests::BpTestService
4165 ::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/
Daidl_test_service.cpp309 Status RepeatInt(int32_t token, int32_t* _aidl_return) override { in RepeatInt() function in __anon556d30440111::NativeService