Home
last modified time | relevance | path

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

/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
1253 …fn RepeatByte(&self, _arg_token: i8) -> binder::public_api::Result<i8> { self.0.RepeatByte(_arg_to… 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/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
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp1164 ::ndk::ScopedAStatus BpTestService::RepeatByte(int8_t in_token, int8_t* _aidl_return) { in RepeatByte() function in aidl::android::aidl::tests::BpTestService
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-java-source/gen/android/aidl/tests/
DITestService.java40 @Override public byte RepeatByte(byte token) throws android.os.RemoteException in RepeatByte() method in ITestService.Default
1057 @Override public byte RepeatByte(byte token) throws android.os.RemoteException in RepeatByte() method in ITestService.Stub.Proxy
2437 public byte RepeatByte(byte token) throws android.os.RemoteException; in RepeatByte() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h181 ::android::binder::Status RepeatByte(int8_t, int8_t*) override { in RepeatByte() function
/system/tools/aidl/tests/
Daidl_test_service.cpp308 Status RepeatByte(int8_t token, int8_t* _aidl_return) override { in RepeatByte() function in __anonee08dd980111::NativeService