Home
last modified time | relevance | path

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

12

/system/tools/aidl/tests/java/src/android/aidl/tests/
DDelegatorTests.java39 public byte RepeatByte(byte token) throws RemoteException { in RepeatByte() method in DelegatorTests.Custom
50 assertThat(delegator.RepeatByte(kExpectedByte), is(kExpectedByte)); in testDelegator()
59 assertThat(custom.RepeatByte(kExpectedByte), is(kFakeByte)); in testCustomDelegator()
68 assertThat(ITestService.Delegator.asInterface(delegator.asBinder()).RepeatByte(kExpectedByte), in testAsBinderAsInterface()
/system/tools/aidl/tests/
Daidl_test_client_ndk_delegate.cpp38 ndk::ScopedAStatus RepeatByte(int8_t /* token */, int8_t* _aidl_return) override { in RepeatByte() function
59 auto status = delegator->RepeatByte(12, &returned_value); in TEST_F()
67 auto status = delegator->RepeatByte(12, &returned_value); in TEST_F()
77 auto status = fromAsBinder->RepeatByte(12, &returned_value); in TEST_F()
Daidl_test_client_delegate.cpp38 Status RepeatByte(int8_t /* token */, int8_t* _aidl_return) override { in RepeatByte() function
48 auto status = delegator->RepeatByte(12, &returned_value); in TEST_F()
57 auto status = delegator->RepeatByte(12, &returned_value); in TEST_F()
Daidl_test_client_primitives.cpp75 DoTest(&ITestService::RepeatByte, int8_t{-128}); in TEST_F()
101 DoTest(&ITestService::RepeatByte, sent); in TEST_F()
/system/core/trusty/test/binder/aidl/com/android/trusty/binder/test/
DITestService.aidl47 byte RepeatByte(byte token); in RepeatByte() method
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl123 byte RepeatByte(byte token); in RepeatByte() method
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h47 ::ndk::ScopedAStatus RepeatByte(int8_t in_token, int8_t* _aidl_return) override { in RepeatByte() function
48 return _impl->RepeatByte(in_token, _aidl_return); in RepeatByte()
DBpTestService.h24 ::ndk::ScopedAStatus RepeatByte(int8_t in_token, int8_t* _aidl_return) override;
DITestService.h641 virtual ::ndk::ScopedAStatus RepeatByte(int8_t in_token, int8_t* _aidl_return) = 0;
716 ::ndk::ScopedAStatus RepeatByte(int8_t in_token, int8_t* _aidl_return) override;
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h47 ::ndk::ScopedAStatus RepeatByte(int8_t in_token, int8_t* _aidl_return) override { in RepeatByte() function
48 return _impl->RepeatByte(in_token, _aidl_return); in RepeatByte()
DBpTestService.h24 ::ndk::ScopedAStatus RepeatByte(int8_t in_token, int8_t* _aidl_return) override;
DITestService.h641 virtual ::ndk::ScopedAStatus RepeatByte(int8_t in_token, int8_t* _aidl_return) = 0;
716 ::ndk::ScopedAStatus RepeatByte(int8_t in_token, int8_t* _aidl_return) override;
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h114 ::android::binder::Status RepeatByte(int8_t token, int8_t* _aidl_return) override { in RepeatByte() function
115 return _aidl_delegate->RepeatByte(token, _aidl_return); in RepeatByte()
DBpTestService.h23 ::android::binder::Status RepeatByte(int8_t token, int8_t* _aidl_return) override;
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h114 ::android::binder::Status RepeatByte(int8_t token, int8_t* _aidl_return) override { in RepeatByte() function
115 return _aidl_delegate->RepeatByte(token, _aidl_return); in RepeatByte()
DBpTestService.h23 ::android::binder::Status RepeatByte(int8_t token, int8_t* _aidl_return) override;
DITestService.h550 virtual ::android::binder::Status RepeatByte(int8_t token, int8_t* _aidl_return) = 0;
635 ::android::binder::Status RepeatByte(int8_t /*token*/, int8_t* /*_aidl_return*/) override { in RepeatByte() function
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs26 fn r#RepeatByte(&self, _arg_token: i8) -> binder::Result<i8>;
106 fn r#RepeatByte<'a>(&'a self, _arg_token: i8) -> binder::BoxFuture<'a, binder::Result<i8>>;
181 async fn r#RepeatByte(&self, _arg_token: i8) -> binder::Result<i8>;
280 fn r#RepeatByte(&self, _arg_token: i8) -> binder::Result<i8> { in new_async_binder()
281 self._rt.block_on(self._inner.r#RepeatByte(_arg_token)) in new_async_binder()
496 fn r#RepeatByte(&self, _arg_token: i8) -> binder::Result<i8> {
700 …pub const r#RepeatByte: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_TRA…
935 return _aidl_default_impl.r#RepeatByte(_arg_token); in read_response_RepeatByte()
2169 fn r#RepeatByte(&self, _arg_token: i8) -> binder::Result<i8> {
2171 …let _aidl_reply = self.binder.submit_transact(transactions::r#RepeatByte, _aidl_data, binder::bind…
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs26 fn r#RepeatByte(&self, _arg_token: i8) -> binder::Result<i8>;
106 fn r#RepeatByte<'a>(&'a self, _arg_token: i8) -> binder::BoxFuture<'a, binder::Result<i8>>;
181 async fn r#RepeatByte(&self, _arg_token: i8) -> binder::Result<i8>;
280 fn r#RepeatByte(&self, _arg_token: i8) -> binder::Result<i8> { in new_async_binder()
281 self._rt.block_on(self._inner.r#RepeatByte(_arg_token)) in new_async_binder()
496 fn r#RepeatByte(&self, _arg_token: i8) -> binder::Result<i8> {
700 …pub const r#RepeatByte: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_TRA…
935 return _aidl_default_impl.r#RepeatByte(_arg_token); in read_response_RepeatByte()
2169 fn r#RepeatByte(&self, _arg_token: i8) -> binder::Result<i8> {
2171 …let _aidl_reply = self.binder.submit_transact(transactions::r#RepeatByte, _aidl_data, binder::bind…
[all …]
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java45 @Override public byte RepeatByte(byte token) throws android.os.RemoteException in RepeatByte() method in ITestService.Default
356 @Override public byte RepeatByte(byte token) throws android.os.RemoteException in RepeatByte() method in ITestService.Delegator
358 return mImpl.RepeatByte(token); in RepeatByte()
1005 byte _result = this.RepeatByte(_arg0); in onTransact()
1926 @Override public byte RepeatByte(byte token) throws android.os.RemoteException in RepeatByte() method in ITestService.Stub.Proxy
1938 return getDefaultImpl().RepeatByte(token); in RepeatByte()
3771 public byte RepeatByte(byte token) throws android.os.RemoteException; in RepeatByte() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java45 @Override public byte RepeatByte(byte token) throws android.os.RemoteException in RepeatByte() method in ITestService.Default
356 @Override public byte RepeatByte(byte token) throws android.os.RemoteException in RepeatByte() method in ITestService.Delegator
358 return mImpl.RepeatByte(token); in RepeatByte()
1005 byte _result = this.RepeatByte(_arg0); in onTransact()
1926 @Override public byte RepeatByte(byte token) throws android.os.RemoteException in RepeatByte() method in ITestService.Stub.Proxy
1938 return getDefaultImpl().RepeatByte(token); in RepeatByte()
3771 public byte RepeatByte(byte token) throws android.os.RemoteException; in RepeatByte() method
/system/tools/aidl/tests/rust/
Dtest_service.rs148 impl_repeat! {RepeatByte, i8}
Dtest_client.rs162 test_primitive! {test_primitive_byte, RepeatByte, -128i8}
168 test_primitive! {test_primitive_byte_constant, RepeatByte, ITestService::BYTE_CONSTANT}
Dtest_service_async.rs178 impl_repeat! {RepeatByte, i8}
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java166 public byte RepeatByte(byte token) throws RemoteException { in RepeatByte() method in TestServiceServer

12