/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | DelegatorTests.java | 39 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/ |
D | aidl_test_client_ndk_delegate.cpp | 38 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()
|
D | aidl_test_client_delegate.cpp | 38 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()
|
D | aidl_test_client_primitives.cpp | 75 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/ |
D | ITestService.aidl | 47 byte RepeatByte(byte token); in RepeatByte() method
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 123 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/ |
D | BnTestService.h | 47 ::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()
|
D | BpTestService.h | 24 ::ndk::ScopedAStatus RepeatByte(int8_t in_token, int8_t* _aidl_return) override;
|
D | ITestService.h | 641 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/ |
D | BnTestService.h | 47 ::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()
|
D | BpTestService.h | 24 ::ndk::ScopedAStatus RepeatByte(int8_t in_token, int8_t* _aidl_return) override;
|
D | ITestService.h | 641 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/ |
D | BnTestService.h | 114 ::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()
|
D | BpTestService.h | 23 ::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/ |
D | BnTestService.h | 114 ::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()
|
D | BpTestService.h | 23 ::android::binder::Status RepeatByte(int8_t token, int8_t* _aidl_return) override;
|
D | ITestService.h | 550 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/ |
D | ITestService.rs | 26 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/ |
D | ITestService.rs | 26 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/ |
D | ITestService.java | 45 @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/ |
D | ITestService.java | 45 @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/ |
D | test_service.rs | 148 impl_repeat! {RepeatByte, i8}
|
D | test_client.rs | 162 test_primitive! {test_primitive_byte, RepeatByte, -128i8} 168 test_primitive! {test_primitive_byte_constant, RepeatByte, ITestService::BYTE_CONSTANT}
|
D | test_service_async.rs | 178 impl_repeat! {RepeatByte, i8}
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 166 public byte RepeatByte(byte token) throws RemoteException { in RepeatByte() method in TestServiceServer
|