/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 89 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/ |
D | ITestService.rs | 30 …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/ |
D | TestServiceServer.java | 164 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/ |
D | ITestService.cpp | 602 ::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/ |
D | ITestService.cpp | 1621 ::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/ |
D | ITestService.java | 85 …@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/ |
D | ITestService.h | 214 …::android::binder::Status ReverseByte(const ::std::vector<uint8_t>&, ::std::vector<uint8_t>*, ::st… in ReverseByte() function
|
/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 364 Status ReverseByte(const vector<uint8_t>& input, in ReverseByte() function in __anonee08dd980111::NativeService
|