/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 77 char RepeatChar(char token); in RepeatChar() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 20 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/ |
D | aidl_test_client_primitives.cpp | 79 DoTest(&ITestService::RepeatChar, char16_t{'A'}); in TEST_F()
|
D | aidl_test_service.cpp | 313 Status RepeatChar(char16_t token, char16_t* _aidl_return) override { in RepeatChar() function in __anonee08dd980111::NativeService
|
/system/tools/aidl/tests/rust/ |
D | test_service.rs | 137 impl_repeat_reverse! {RepeatChar, ReverseChar, u16}
|
D | test_client.rs | 125 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/ |
D | BpTestService.h | 21 ::ndk::ScopedAStatus RepeatChar(char16_t in_token, char16_t* _aidl_return) override;
|
D | ITestService.h | 170 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/ |
D | BpTestService.h | 23 ::android::binder::Status RepeatChar(char16_t token, char16_t* _aidl_return) override;
|
D | ITestService.h | 116 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/ |
D | ITestService.java | 44 @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/ |
D | TestServiceServer.java | 119 public char RepeatChar(char token) throws RemoteException { in RepeatChar() method in TestServiceServer
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 96 assertThat(service.RepeatChar(query), is(query)); in testCharRepeat()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 104 ::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/ |
D | ITestService.cpp | 214 ::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()
|