Home
last modified time | relevance | path

Searched defs:ReverseByte (Results 1 – 10 of 10) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl108 byte[] ReverseByte(in byte[] input, out byte[] repeated); in ReverseByte() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h76 …::ndk::ScopedAStatus ReverseByte(const std::vector<uint8_t>& in_input, std::vector<uint8_t>* out_r… in ReverseByte() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java86 …@Override public byte[] ReverseByte(byte[] input, byte[] repeated) throws android.os.RemoteExcepti… in ReverseByte() method in ITestService.Default
380 …@Override public byte[] ReverseByte(byte[] input, byte[] repeated) throws android.os.RemoteExcepti… in ReverseByte() method in ITestService.Delegator
1813 …@Override public byte[] ReverseByte(byte[] input, byte[] repeated) throws android.os.RemoteExcepti… in ReverseByte() method in ITestService.Stub.Proxy
3347 public byte[] ReverseByte(byte[] input, byte[] repeated) throws android.os.RemoteException; in ReverseByte() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java198 public byte[] ReverseByte(byte[] input, byte[] repeated) throws RemoteException { in ReverseByte() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h130 …::android::binder::Status ReverseByte(const ::std::vector<uint8_t>& input, ::std::vector<uint8_t>*… in ReverseByte() function
DITestService.h331 …::android::binder::Status ReverseByte(const ::std::vector<uint8_t>& /*input*/, ::std::vector<uint8… in ReverseByte() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp590 ::android::binder::Status BpTestService::ReverseByte(const ::std::vector<uint8_t>& input, ::std::ve… in ReverseByte() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs33 fn ReverseByte(&self, _arg_input: &[u8], _arg_repeated: &mut Vec<u8>) -> binder::Result<Vec<u8>>; in ReverseByte() method
109 …fn ReverseByte<'a>(&'a self, _arg_input: &'a [u8], _arg_repeated: &'a mut Vec<u8>) -> binder::BoxF… in ReverseByte() method
180 …async fn ReverseByte(&self, _arg_input: &[u8], _arg_repeated: &mut Vec<u8>) -> binder::Result<Vec<… in ReverseByte() method
297 … fn ReverseByte(&self, _arg_input: &[u8], _arg_repeated: &mut Vec<u8>) -> binder::Result<Vec<u8>> { in new_async_binder() function
501 fn ReverseByte(&self, _arg_input: &[u8], _arg_repeated: &mut Vec<u8>) -> binder::Result<Vec<u8>> { in ReverseByte() method
671 …pub const ReverseByte: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_TRAN… constant
2091 fn ReverseByte(&self, _arg_input: &[u8], _arg_repeated: &mut Vec<u8>) -> binder::Result<Vec<u8>> { in ReverseByte() method
2538 …fn ReverseByte<'a>(&'a self, _arg_input: &'a [u8], _arg_repeated: &'a mut Vec<u8>) -> binder::BoxF… in ReverseByte() method
3218 …fn ReverseByte(&self, _arg_input: &[u8], _arg_repeated: &mut Vec<u8>) -> binder::Result<Vec<u8>> {… in ReverseByte() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp1910 ::ndk::ScopedAStatus BpTestService::ReverseByte(const std::vector<uint8_t>& in_input, std::vector<u… in ReverseByte() function in aidl::android::aidl::tests::BpTestService
4210 ::ndk::ScopedAStatus ITestServiceDefault::ReverseByte(const std::vector<uint8_t>& /*in_input*/, std… in ReverseByte() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/
Daidl_test_service.cpp355 Status ReverseByte(const vector<uint8_t>& input, in ReverseByte() function in __anon556d30440111::NativeService