Home
last modified time | relevance | path

Searched refs:RepeatChar (Results 1 – 15 of 15) 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
442 …let _aidl_reply = self.binder.transact(transactions::RepeatChar, binder::FLAG_CLEAR_BUF | binder::… in RepeatChar()
449 return _aidl_default_impl.RepeatChar(_arg_token); in RepeatChar()
1254 …fn RepeatChar(&self, _arg_token: u16) -> binder::public_api::Result<u16> { self.0.RepeatChar(_arg_… in RepeatChar() method
1353 transactions::RepeatChar => { in on_transact()
1355 let _aidl_return = _aidl_service.RepeatChar(_arg_token); in on_transact()
/system/tools/aidl/tests/
Daidl_test_client_primitives.cpp79 DoTest(&ITestService::RepeatChar, char16_t{'A'}); in TEST_F()
Daidl_test_service.cpp313 Status RepeatChar(char16_t token, char16_t* _aidl_return) override { in RepeatChar() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/rust/
Dtest_service.rs137 impl_repeat_reverse! {RepeatChar, ReverseChar, u16}
Dtest_client.rs125 test_primitive! {test_primitive_char, RepeatChar, 'A' as u16}
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DBpTestService.h21 ::ndk::ScopedAStatus RepeatChar(char16_t in_token, char16_t* _aidl_return) override;
DITestService.h170 virtual ::ndk::ScopedAStatus RepeatChar(char16_t in_token, char16_t* _aidl_return) = 0;
226 ::ndk::ScopedAStatus RepeatChar(char16_t in_token, char16_t* _aidl_return) override;
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBpTestService.h23 ::android::binder::Status RepeatChar(char16_t token, char16_t* _aidl_return) override;
DITestService.h116 virtual ::android::binder::Status RepeatChar(char16_t token, char16_t* _aidl_return) = 0;
184 ::android::binder::Status RepeatChar(char16_t, char16_t*) override { in RepeatChar() function
/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
326 char _result = this.RepeatChar(_arg0); in onTransact()
1080 @Override public char RepeatChar(char token) throws android.os.RemoteException in RepeatChar() method in ITestService.Stub.Proxy
1091 return getDefaultImpl().RepeatChar(token); in RepeatChar()
2438 public char RepeatChar(char token) throws android.os.RemoteException; 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/java/src/android/aidl/tests/
DTestServiceClient.java96 assertThat(service.RepeatChar(query), is(query)); in testCharRepeat()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp104 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->RepeatChar(in_token, &_aidl_return); in _aidl_onTransact()
1205 ::ndk::ScopedAStatus BpTestService::RepeatChar(char16_t in_token, char16_t* _aidl_return) { in RepeatChar() function in aidl::android::aidl::tests::BpTestService
1229 _aidl_status = ITestService::getDefaultImpl()->RepeatChar(in_token, _aidl_return); in RepeatChar()
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-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
231 return ITestService::getDefaultImpl()->RepeatChar(token, _aidl_return); in RepeatChar()
2199 ::android::binder::Status _aidl_status(RepeatChar(in_token, &_aidl_return)); in onTransact()