| /developtools/hdc/hdc_rust/src/transfer/ |
| D | usb.rs | 42 pub fn buf_to_vec(buf: PersistBuffer) -> Vec<u8> { in buf_to_vec() 56 fn CloseEndPointEx(bulkIn: i32, bulkOut: i32, ctrlEp: i32, closeCtrlEp: u8); in CloseEndPointEx() 60 fn ReadUsbDevEx(bulkIn: i32, buf: *mut u8, size: usize) -> usize; in ReadUsbDevEx() 134 fn read_frame(&self, expect: usize) -> io::Result<Vec<u8>> { in read_frame() 157 fn read_frame(&self, _expected_size: usize) -> io::Result<Vec<u8>> { in read_frame() 202 pub fn build_header(session_id: u32, option: u8, length: usize) -> Vec<u8> { in build_header()
|
| D | tcp.rs | 30 async fn read_frame(rd: &mut SplitReadHalf, expected_size: usize) -> io::Result<Vec<u8>> { in read_frame() 89 pub async fn recv_channel_message(rd: &mut SplitReadHalf) -> io::Result<Vec<u8>> { in recv_channel_message()
|
| D | uart.rs | 49 fn SetSerialExt(fd: i32, speed: i32, bits: i32, event: u8, stop: i32) -> i32; in SetSerialExt() 52 fn CloseSerialPortExt(fd: i32) -> u8; in CloseSerialPortExt() 101 fn read_frame(&self, expected_size: usize) -> io::Result<Vec<u8>> { in read_frame() 174 pub fn build_header(session_id: u32, option: u16, length: usize, package_index: u32) -> Vec<u8> { in build_header()
|
| D | uart_wrapper.rs | 233 async fn get_stop_flag(session_id: u32) -> Option<u8> { in get_stop_flag() 446 option: u8, in output_package() 448 data: Vec<u8>, in output_package() 518 pub async fn wrap_put(session_id: u32, data: TaskMessage, package_index: u32, option: u8) { in wrap_put()
|
| D | base.rs | 65 fn read_frame(&self, expected_size: usize) -> io::Result<Vec<u8>>; in read_frame()
|
| D | buffer.rs | 362 pub async fn send_channel_data(channel_id: u32, data: Vec<u8>) { in send_channel_data()
|
| /developtools/hdc/hdc_rust/src/serializer/ |
| D | serialize.rs | 80 fn serialize(&self) -> Vec<u8>; in serialize() 87 fn serialize(&self) -> Vec<u8> { in serialize() 93 fn serialize(&self) -> Vec<u8> { in serialize() 143 fn serialize(&self) -> Vec<u8> { in serialize() 178 fn serialize(&self) -> Vec<u8> { in serialize() 250 fn serialize(&self) -> Vec<u8> { in serialize() 292 fn serialize(&self) -> Vec<u8> { in serialize() 327 fn serialize(&self) -> Vec<u8> { in serialize() 360 fn serialize(&self) -> Vec<u8> { in serialize() 391 fn serialize(&self) -> Vec<u8> { in serialize() [all …]
|
| D | pack_assemble.rs | 27 fn calc_check_sum(data: &[u8]) -> u8 { in calc_check_sum() 62 pub fn concat_pack(task_message: TaskMessage) -> Vec<u8> { in concat_pack()
|
| /developtools/hdc/hdc_rust/src/daemon_lib/ |
| D | daemon_app.rs | 196 mode: u8, in put_app_finish() 197 exit_status: u8, in put_app_finish() 198 result: &mut [u8], in put_app_finish() 223 async fn app_uninstall(session_id: u32, channel_id: u32, _payload: &[u8]) { in app_uninstall() 256 result: Result<Vec<u8>, Error>, in handle_execute_result() 257 mode: u8, in handle_execute_result() 332 fn execute_cmd(cmd: &String) -> io::Result<Vec<u8>> { in execute_cmd() 385 _payload: &[u8], in command_dispatch()
|
| D | daemon_unity.rs | 102 async fn set_root_run(session_id: u32, channel_id: u32, _payload: &[u8]) { in set_root_run() 126 async fn reboot_device(session_id: u32, channel_id: u32, _payload: &[u8]) { in reboot_device() 169 async fn set_device_mode(session_id: u32, channel_id: u32, _payload: &[u8]) { in set_device_mode() 226 async fn do_jdwp_track(session_id: u32, channel_id: u32, payload: &[u8]) { in do_jdwp_track() 243 _payload: &[u8], in command_dispatch()
|
| D | bridge.rs | 43 pub fn buf_to_vec(buf: PersistBuffer) -> Vec<u8> { in buf_to_vec() 105 fn read_frame(&self, _expected_size: usize) -> io::Result<Vec<u8>> { in read_frame()
|
| D | shell.rs | 170 mut rx: mpsc::BoundedReceiver<Vec<u8>>, in subprocess_task() 552 async fn watch_pipe_states(rx: &mut mpsc::BoundedReceiver<Vec<u8>>, child_in: &mut ChildStdin) -> i… in watch_pipe_states() 602 mut rx: mpsc::BoundedReceiver<Vec<u8>>, in task_for_shell_execute()
|
| /developtools/hdc/hdc_rust/src/host_transfer/ |
| D | host_usb.rs | 49 pub fn buf_to_vec(buf: PersistBuffer) -> Vec<u8> { in buf_to_vec() 152 fn read_frame(&self, expected_size: usize) -> io::Result<Vec<u8>> { in read_frame() 195 pub fn build_header(session_id: u32, option: u8, length: usize) -> Vec<u8> { in build_header() 205 pub async fn recv_channel_message(rd: &mut HostUsbReader) -> io::Result<Vec<u8>> { in recv_channel_message()
|
| /developtools/hdc/hdc_rust/src/common/ |
| D | taskbase.rs | 24 _payload: &[u8], in command_dispatch()
|
| D | forward.rs | 567 _payload: &[u8], in check_command() 1216 buf_ptr: &[u8], in send_to_task() 1356 payload: &[u8], in slave_connect() 1420 pub async fn dev_write_bufer(path: String, content: Vec<u8>) { in dev_write_bufer() 1491 _payload: &[u8], in forward_command_dispatch() 1559 payload: &[u8], in command_dispatch()
|
| D | hdcfile.rs | 510 async fn do_file_finish(session_id: u32, channel_id: u32, _payload: &[u8]) { in do_file_finish() 557 _payload: &[u8], in command_dispatch()
|
| /developtools/hdc/hdc_rust/src/host/ |
| D | tty_utility.rs | 90 pub fn unicode_assemble(first_char: i32) -> Vec<u8> { in unicode_assemble()
|
| D | client.rs | 176 async fn send(&mut self, buf: &[u8]) { in send() 182 async fn recv(&mut self) -> io::Result<Vec<u8>> { in recv()
|
| D | host_app.rs | 142 async fn do_app_uninstall(session_id: u32, channel_id: u32, _payload: &[u8]) { in do_app_uninstall() 302 _payload: &[u8], in command_dispatch()
|
| /developtools/profiler/proto_encoder/test/unittest/ |
| D | varint_encode_unittest.cpp | 265 uint8_t u8 = std::numeric_limits<uint8_t>::min(); variable
|
| /developtools/hdc/hdc_rust/src/tar/ |
| D | entry.rs | 117 pub fn add_data(&mut self, data: &[u8]) { in add_data()
|
| D | header.rs | 184 fn convert_u32_to_octal_string(dst: &mut [u8], len: usize, data: u32) { in convert_u32_to_octal_string()
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | utilities.h | 53 using u8 = __u8; variable
|
| /developtools/hiperf/include/ |
| D | utilities.h | 52 using u8 = __u8; variable
|
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 30 typedef __u8 u8; typedef
|