Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl77 char RepeatChar(char token); in RepeatChar() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs20 fn RepeatChar(&self, _arg_token: u16) -> binder::public_api::Result<u16>; in RepeatChar() method
89 fn RepeatChar(&self, _arg_token: u16) -> binder::public_api::Result<u16> { in RepeatChar() method
234 pub const RepeatChar: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 5; constant
441 fn RepeatChar(&self, _arg_token: u16) -> binder::public_api::Result<u16> { in RepeatChar() method
1254 …fn RepeatChar(&self, _arg_token: u16) -> binder::public_api::Result<u16> { self.0.RepeatChar(_arg_… in RepeatChar() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java119 public char RepeatChar(char token) throws RemoteException { in RepeatChar() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp214 ::android::binder::Status BpTestService::RepeatChar(char16_t token, char16_t* _aidl_return) { in RepeatChar() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp1205 ::ndk::ScopedAStatus BpTestService::RepeatChar(char16_t in_token, char16_t* _aidl_return) { in RepeatChar() function in aidl::android::aidl::tests::BpTestService
3241 ::ndk::ScopedAStatus ITestServiceDefault::RepeatChar(char16_t /*in_token*/, char16_t* /*_aidl_retur… in RepeatChar() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java44 @Override public char RepeatChar(char token) throws android.os.RemoteException in RepeatChar() method in ITestService.Default
1080 @Override public char RepeatChar(char token) throws android.os.RemoteException in RepeatChar() method in ITestService.Stub.Proxy
2438 public char RepeatChar(char token) throws android.os.RemoteException; in RepeatChar() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h184 ::android::binder::Status RepeatChar(char16_t, char16_t*) override { in RepeatChar() function
/system/tools/aidl/tests/
Daidl_test_service.cpp313 Status RepeatChar(char16_t token, char16_t* _aidl_return) override { in RepeatChar() function in __anonee08dd980111::NativeService