Home
last modified time | relevance | path

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

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl89 byte[] ReverseByte(in byte[] input, out byte[] repeated); in ReverseByte() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs30 …fn ReverseByte(&self, _arg_input: &[u8], _arg_repeated: &mut Vec<u8>) -> binder::public_api::Resul… in ReverseByte() method
119 …fn ReverseByte(&self, _arg_input: &[u8], _arg_repeated: &mut Vec<u8>) -> binder::public_api::Resul… in ReverseByte() method
244 pub const ReverseByte: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 15; constant
613 …fn ReverseByte(&self, _arg_input: &[u8], _arg_repeated: &mut Vec<u8>) -> binder::public_api::Resul… in ReverseByte() method
1264 …fn ReverseByte(&self, _arg_input: &[u8], _arg_repeated: &mut Vec<u8>) -> binder::public_api::Resul… in ReverseByte() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java164 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/android/aidl/tests/
DITestService.cpp602 ::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-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp1621 ::ndk::ScopedAStatus BpTestService::ReverseByte(const std::vector<uint8_t>& in_input, std::vector<u… in ReverseByte() function in aidl::android::aidl::tests::BpTestService
3291 ::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/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java85 …@Override public byte[] ReverseByte(byte[] input, byte[] repeated) throws android.os.RemoteExcepti… in ReverseByte() method in ITestService.Default
1318 …@Override public byte[] ReverseByte(byte[] input, byte[] repeated) throws android.os.RemoteExcepti… in ReverseByte() method in ITestService.Stub.Proxy
2449 public byte[] ReverseByte(byte[] input, byte[] repeated) throws android.os.RemoteException; in ReverseByte() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h214 …::android::binder::Status ReverseByte(const ::std::vector<uint8_t>&, ::std::vector<uint8_t>*, ::st… in ReverseByte() function
/system/tools/aidl/tests/
Daidl_test_service.cpp364 Status ReverseByte(const vector<uint8_t>& input, in ReverseByte() function in __anonee08dd980111::NativeService