Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl78 int RepeatInt(int token); in RepeatInt() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs21 fn RepeatInt(&self, _arg_token: i32) -> binder::public_api::Result<i32>; in RepeatInt() method
92 fn RepeatInt(&self, _arg_token: i32) -> binder::public_api::Result<i32> { in RepeatInt() method
235 pub const RepeatInt: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 6; constant
458 fn RepeatInt(&self, _arg_token: i32) -> binder::public_api::Result<i32> { in RepeatInt() method
1255 …fn RepeatInt(&self, _arg_token: i32) -> binder::public_api::Result<i32> { self.0.RepeatInt(_arg_to… in RepeatInt() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java123 public int RepeatInt(int token) throws RemoteException { in RepeatInt() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp252 ::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-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp1246 ::ndk::ScopedAStatus BpTestService::RepeatInt(int32_t in_token, int32_t* _aidl_return) { in RepeatInt() function in aidl::android::aidl::tests::BpTestService
3246 ::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-java-source/gen/android/aidl/tests/
DITestService.java48 @Override public int RepeatInt(int token) throws android.os.RemoteException in RepeatInt() method in ITestService.Default
1103 @Override public int RepeatInt(int token) throws android.os.RemoteException in RepeatInt() method in ITestService.Stub.Proxy
2439 public int RepeatInt(int token) throws android.os.RemoteException; in RepeatInt() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h187 ::android::binder::Status RepeatInt(int32_t, int32_t*) override { in RepeatInt() function
/system/tools/aidl/tests/
Daidl_test_service.cpp318 Status RepeatInt(int32_t token, int32_t* _aidl_return) override { in RepeatInt() function in __anonee08dd980111::NativeService