| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 34 typedef __u16 u16; typedef 101 typedef u16 uint16_t; 241 u16 locked_pending; 242 u16 tail; 412 u16 src; 413 u16 dst; 1579 u16 padding; 1701 u16 header_size; 1702 u16 id_header_size; 1703 u16 read_size; [all …]
|
| /developtools/hdc/hdc_rust/src/daemon/ |
| D | task.rs | 122 task_message.payload.len() as u16, in daemon_file_task() 133 task_message.payload.len() as u16, in daemon_file_task() 150 task_message.payload.len() as u16, in daemon_file_task() 164 task_message.payload.len() as u16, in daemon_file_task() 179 task_message.payload.len() as u16, in daemon_file_task() 190 task_message.payload.len() as u16, in daemon_file_task() 206 task_message.payload.len() as u16, in daemon_file_task()
|
| D | main.rs | 110 async fn tcp_daemon_start(port: u16) -> io::Result<()> { in tcp_daemon_start() 361 fn get_tcp_port() -> u16 { in get_tcp_port() 376 let number = str2.parse::<u16>(); in get_tcp_port()
|
| D | shell.rs | 80 pub fn resize(&self, ws_row: u16, ws_col: u16) { in resize() argument
|
| D | daemon_unity.rs | 238 _payload_size: u16, in command_dispatch() argument
|
| D | daemon_app.rs | 256 _payload_size: u16, in command_dispatch() argument
|
| /developtools/hdc/hdc_rust/src/serializer/ |
| D | native_struct.rs | 41 pub head_size: u16, 49 pub option: u16,
|
| D | pack_struct.rs | 117 const MAX_CONNECTKEY_SIZE: u16 = 32; 119 const BUF_SIZE_TINY: u16 = 64;
|
| D | pack_assemble.rs | 75 head_size: (protect_buf.len() as u16).to_be(), in concat_pack()
|
| /developtools/smartperf_host/trace_streamer/prebuilts/patch_perf_event/ |
| D | perf_event.h.patch | 336 - * u16 var2_w; 337 - * u16 var3_w; 341 - * u16 var3_w; 342 - * u16 var2_w; 375 - * u16 __reserved_2; 405 - * u16 ksym_type; 406 - * u16 flags; 423 - * u16 type; 424 - * u16 flags; 452 - * u16 old_len; [all …]
|
| /developtools/hdc/hdc_rust/src/common/ |
| D | taskbase.rs | 25 _payload_size: u16, in command_dispatch() argument
|
| D | hdcfile.rs | 372 _payload_size: u16, in command_dispatch() argument
|
| D | forward.rs | 1101 _payload_size: u16, in command_dispatch() argument
|
| /developtools/hdc/hdc_rust/src/ |
| D | config.rs | 262 pub const VER_PROTOCOL: u16 = 1; 279 pub const DAEMON_PORT: u16 = 60000; 280 pub const SERVER_DEFAULT_PORT: u16 = 9710;
|
| /developtools/hdc/hdc_rust/src/transfer/ |
| D | uart.rs | 161 pub fn build_header(session_id: u32, option: u16, length: usize, package_index: u32) -> Vec<u8> { in build_header() argument 176 option: u16, in build_header_obj() argument
|
| D | base.rs | 79 let expected_head_size = u16::from_be(payload_head.head_size) as usize; in unpack_task_message_lock() 178 let expected_head_size = u16::from_be(payload_head.head_size) as usize; in unpack_task_message()
|
| D | uart_wrapper.rs | 455 if option & (UartOption::Free as u16) != 0 { in on_read_head() 462 pkg.status = if option & (UartOption::Ack as u16) > 1 { in on_read_head() 471 uart::build_header_obj(session_id, UartOption::Ack as u16, 0, package_index); in on_read_head() 527 let mut header_obj = uart::build_header_obj(session_id, op as u16, size, pkg_index); in wrap_put()
|
| D | tcp.rs | 59 let expected_head_size = u16::from_be(payload_head.head_size) as usize; in unpack_task_message()
|
| /developtools/hdc/hdc_rust/src/host/ |
| D | parser.rs | 196 fn check_port(port_str: String) -> io::Result<u16> { in check_port() argument 197 if let Ok(port) = port_str.parse::<u16>() { in check_port()
|
| D | host_app.rs | 194 _payload_size: u16, in command_dispatch() argument
|
| D | task.rs | 180 let _ = task_.command_dispatch(task_info.command, &cmd[..], cmd.len() as u16); in channel_file_task() 430 let _ = task_.command_dispatch(command, &cmd[..], cmd.len() as u16); in session_file_task()
|
| /developtools/hiperf/include/ |
| D | utilities.h | 54 using u16 = __u16; variable 341 bool NeedAdaptSandboxPath(char *filename, int pid, u16 &headerSize);
|
| D | virtual_runtime.h | 82 void FixHMBundleMmap(char *filename, int pid, u16 &headerSize);
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | utilities.h | 56 using u16 = __u16; variable
|
| /developtools/hiperf/src/ |
| D | utilities.cpp | 744 bool NeedAdaptSandboxPath(char *filename, int pid, u16 &headerSize) in NeedAdaptSandboxPath()
|