/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 614 …let _aidl_reply = self.binder.transact(transactions::ReverseByte, binder::FLAG_CLEAR_BUF | binder:… in ReverseByte() 622 return _aidl_default_impl.ReverseByte(_arg_input, _arg_repeated); in ReverseByte() 1264 …fn ReverseByte(&self, _arg_input: &[u8], _arg_repeated: &mut Vec<u8>) -> binder::public_api::Resul… in ReverseByte() method 1476 transactions::ReverseByte => { in on_transact() 1480 let _aidl_return = _aidl_service.ReverseByte(&_arg_input, &mut _arg_repeated); in on_transact()
|
/system/tools/aidl/tests/ |
D | aidl_test_client_primitives.cpp | 141 DoTest(&ITestService::ReverseByte, {uint8_t{255}, uint8_t{0}, uint8_t{127}}); in TEST_F()
|
D | aidl_test_service.cpp | 364 Status ReverseByte(const vector<uint8_t>& input, in ReverseByte() function in __anonee08dd980111::NativeService
|
/system/tools/aidl/tests/rust/ |
D | test_service.rs | 121 impl_reverse! {ReverseByte, u8}
|
D | test_client.rs | 186 test_reverse_array! {test_array_byte, ReverseByte, vec![255u8, 0u8, 127u8]}
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
D | BpTestService.h | 31 …::ndk::ScopedAStatus ReverseByte(const std::vector<uint8_t>& in_input, std::vector<uint8_t>* out_r…
|
D | ITestService.h | 180 …virtual ::ndk::ScopedAStatus ReverseByte(const std::vector<uint8_t>& in_input, std::vector<uint8_t… 236 …::ndk::ScopedAStatus ReverseByte(const std::vector<uint8_t>& in_input, std::vector<uint8_t>* out_r…
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BpTestService.h | 33 …::android::binder::Status ReverseByte(const ::std::vector<uint8_t>& input, ::std::vector<uint8_t>*…
|
D | ITestService.h | 126 …virtual ::android::binder::Status ReverseByte(const ::std::vector<uint8_t>& input, ::std::vector<u… 214 …::android::binder::Status ReverseByte(const ::std::vector<uint8_t>&, ::std::vector<uint8_t>*, ::st… in ReverseByte() function
|
/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 443 byte[] _result = this.ReverseByte(_arg0, _arg1); in onTransact() 1318 …@Override public byte[] ReverseByte(byte[] input, byte[] repeated) throws android.os.RemoteExcepti… in ReverseByte() method in ITestService.Stub.Proxy 1335 return getDefaultImpl().ReverseByte(input, repeated); in ReverseByte() 2449 public byte[] ReverseByte(byte[] input, byte[] repeated) throws android.os.RemoteException; 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/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 190 byte[] reversed = service.ReverseByte(input, echoed); in testByteArrayReversal()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 295 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->ReverseByte(in_input, &out_repeated, &_aidl_return… in _aidl_onTransact() 1621 ::ndk::ScopedAStatus BpTestService::ReverseByte(const std::vector<uint8_t>& in_input, std::vector<u… in ReverseByte() function in aidl::android::aidl::tests::BpTestService 1648 … _aidl_status = ITestService::getDefaultImpl()->ReverseByte(in_input, out_repeated, _aidl_return); in ReverseByte() 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-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 623 return ITestService::getDefaultImpl()->ReverseByte(input, repeated, _aidl_return); in ReverseByte() 2473 ::android::binder::Status _aidl_status(ReverseByte(in_input, &out_repeated, &_aidl_return)); in onTransact()
|