Home
last modified time | relevance | path

Searched refs:RepeatByte (Results 1 – 15 of 15) sorted by relevance

/system/tools/aidl/tests/
Daidl_test_client_primitives.cpp75 DoTest(&ITestService::RepeatByte, int8_t{-128}); in TEST_F()
101 DoTest(&ITestService::RepeatByte, sent); in TEST_F()
Daidl_test_service.cpp308 Status RepeatByte(int8_t token, int8_t* _aidl_return) override { in RepeatByte() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl76 byte RepeatByte(byte token); in RepeatByte() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs19 fn RepeatByte(&self, _arg_token: i8) -> binder::public_api::Result<i8>; in RepeatByte() method
86 fn RepeatByte(&self, _arg_token: i8) -> binder::public_api::Result<i8> { in RepeatByte() method
233 pub const RepeatByte: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 4; constant
424 fn RepeatByte(&self, _arg_token: i8) -> binder::public_api::Result<i8> { in RepeatByte() method
425 …let _aidl_reply = self.binder.transact(transactions::RepeatByte, binder::FLAG_CLEAR_BUF | binder::… in RepeatByte()
432 return _aidl_default_impl.RepeatByte(_arg_token); in RepeatByte()
1253 …fn RepeatByte(&self, _arg_token: i8) -> binder::public_api::Result<i8> { self.0.RepeatByte(_arg_to… in RepeatByte() method
1341 transactions::RepeatByte => { in on_transact()
1343 let _aidl_return = _aidl_service.RepeatByte(_arg_token); in on_transact()
/system/tools/aidl/tests/rust/
Dtest_client.rs124 test_primitive! {test_primitive_byte, RepeatByte, -128i8}
130 test_primitive! {test_primitive_byte_constant, RepeatByte, ITestService::BYTE_TEST_CONSTANT}
Dtest_service.rs120 impl_repeat! {RepeatByte, i8}
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DBpTestService.h20 ::ndk::ScopedAStatus RepeatByte(int8_t in_token, int8_t* _aidl_return) override;
DITestService.h169 virtual ::ndk::ScopedAStatus RepeatByte(int8_t in_token, int8_t* _aidl_return) = 0;
225 ::ndk::ScopedAStatus RepeatByte(int8_t in_token, int8_t* _aidl_return) override;
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBpTestService.h22 ::android::binder::Status RepeatByte(int8_t token, int8_t* _aidl_return) override;
DITestService.h115 virtual ::android::binder::Status RepeatByte(int8_t token, int8_t* _aidl_return) = 0;
181 ::android::binder::Status RepeatByte(int8_t, int8_t*) override { in RepeatByte() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java40 @Override public byte RepeatByte(byte token) throws android.os.RemoteException in RepeatByte() method in ITestService.Default
316 byte _result = this.RepeatByte(_arg0); in onTransact()
1057 @Override public byte RepeatByte(byte token) throws android.os.RemoteException in RepeatByte() method in ITestService.Stub.Proxy
1068 return getDefaultImpl().RepeatByte(token); in RepeatByte()
2437 public byte RepeatByte(byte token) throws android.os.RemoteException; in RepeatByte() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java115 public byte RepeatByte(byte token) throws RemoteException { in RepeatByte() method in TestServiceServer
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java102 assertThat(service.RepeatByte(query), is(query)); in testByteRepeat()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp86 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->RepeatByte(in_token, &_aidl_return); in _aidl_onTransact()
1164 ::ndk::ScopedAStatus BpTestService::RepeatByte(int8_t in_token, int8_t* _aidl_return) { in RepeatByte() function in aidl::android::aidl::tests::BpTestService
1188 _aidl_status = ITestService::getDefaultImpl()->RepeatByte(in_token, _aidl_return); in RepeatByte()
3236 ::ndk::ScopedAStatus ITestServiceDefault::RepeatByte(int8_t /*in_token*/, int8_t* /*_aidl_return*/)… in RepeatByte() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp176 ::android::binder::Status BpTestService::RepeatByte(int8_t token, int8_t* _aidl_return) { in RepeatByte() function in android::aidl::tests::BpTestService
193 return ITestService::getDefaultImpl()->RepeatByte(token, _aidl_return); in RepeatByte()
2173 ::android::binder::Status _aidl_status(RepeatByte(in_token, &_aidl_return)); in onTransact()