Home
last modified time | relevance | path

Searched defs:RepeatByte (Results 1 – 13 of 13) sorted by relevance

/system/tools/aidl/tests/
Daidl_test_client_delegate.cpp33 Status RepeatByte(int8_t /* token */, int8_t* _aidl_return) override { in RepeatByte() function
Daidl_test_client_ndk_delegate.cpp35 ndk::ScopedAStatus RepeatByte(int8_t /* token */, int8_t* _aidl_return) override { in RepeatByte() function
Daidl_test_service.cpp299 Status RepeatByte(int8_t token, int8_t* _aidl_return) override { in RepeatByte() function in __anon556d30440111::NativeService
/system/tools/aidl/tests/java/src/android/aidl/tests/
DDelegatorTests.java39 public byte RepeatByte(byte token) throws RemoteException { in RepeatByte() method in DelegatorTests.Custom
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl95 byte RepeatByte(byte token); in RepeatByte() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h43 ::ndk::ScopedAStatus RepeatByte(int8_t in_token, int8_t* _aidl_return) override { in RepeatByte() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java41 @Override public byte RepeatByte(byte token) throws android.os.RemoteException in RepeatByte() method in ITestService.Default
335 @Override public byte RepeatByte(byte token) throws android.os.RemoteException in RepeatByte() method in ITestService.Delegator
1541 @Override public byte RepeatByte(byte token) throws android.os.RemoteException in RepeatByte() method in ITestService.Stub.Proxy
3335 public byte RepeatByte(byte token) throws android.os.RemoteException; in RepeatByte() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java149 public byte RepeatByte(byte token) throws RemoteException { in RepeatByte() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h97 ::android::binder::Status RepeatByte(int8_t token, int8_t* _aidl_return) override { in RepeatByte() function
DITestService.h298 ::android::binder::Status RepeatByte(int8_t /*token*/, int8_t* /*_aidl_return*/) override { in RepeatByte() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp164 ::android::binder::Status BpTestService::RepeatByte(int8_t token, int8_t* _aidl_return) { in RepeatByte() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs22 fn RepeatByte(&self, _arg_token: i8) -> binder::Result<i8>; in RepeatByte() method
98 fn RepeatByte<'a>(&'a self, _arg_token: i8) -> binder::BoxFuture<'a, binder::Result<i8>>; in RepeatByte() method
169 async fn RepeatByte(&self, _arg_token: i8) -> binder::Result<i8>; in RepeatByte() method
264 fn RepeatByte(&self, _arg_token: i8) -> binder::Result<i8> { in new_async_binder() function
468 fn RepeatByte(&self, _arg_token: i8) -> binder::Result<i8> { in RepeatByte() method
660 …pub const RepeatByte: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_TRANS… constant
2036 fn RepeatByte(&self, _arg_token: i8) -> binder::Result<i8> { in RepeatByte() method
2395 fn RepeatByte<'a>(&'a self, _arg_token: i8) -> binder::BoxFuture<'a, binder::Result<i8>> { in RepeatByte() method
3207 fn RepeatByte(&self, _arg_token: i8) -> binder::Result<i8> { self.0.RepeatByte(_arg_token) } in RepeatByte() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp1453 ::ndk::ScopedAStatus BpTestService::RepeatByte(int8_t in_token, int8_t* _aidl_return) { in RepeatByte() function in aidl::android::aidl::tests::BpTestService
4155 ::ndk::ScopedAStatus ITestServiceDefault::RepeatByte(int8_t /*in_token*/, int8_t* /*_aidl_return*/)… in RepeatByte() function in aidl::android::aidl::tests::ITestServiceDefault