Home
last modified time | relevance | path

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

/system/core/trusty/test/binder/aidl/com/android/trusty/binder/test/
DITestService.aidl60 byte[] ReverseByte(in byte[] input, out byte[] repeated); in ReverseByte() method
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl128 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/java/src/android/aidl/service/
DTestServiceServer.java207 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.h141 …::android::binder::Status ReverseByte(const ::std::vector<uint8_t>& input, ::std::vector<uint8_t>*… in ReverseByte() function
DITestService.h543 …::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-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
389 …@Override public byte[] ReverseByte(byte[] input, byte[] repeated) throws android.os.RemoteExcepti… in ReverseByte() method in ITestService.Delegator
2137 …@Override public byte[] ReverseByte(byte[] input, byte[] repeated) throws android.os.RemoteExcepti… in ReverseByte() method in ITestService.Stub.Proxy
3671 public byte[] ReverseByte(byte[] input, byte[] repeated) throws android.os.RemoteException; in ReverseByte() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp1953 ::ndk::ScopedAStatus BpTestService::ReverseByte(const std::vector<uint8_t>& in_input, std::vector<u… in ReverseByte() function in aidl::android::aidl::tests::BpTestService
4338 ::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-cpp-source/gen/android/aidl/tests/
DITestService.cpp605 ::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/
Daidl_test_service.cpp377 Status ReverseByte(const vector<uint8_t>& input, in ReverseByte() function in __anonbcceb43d0111::NativeService