Home
last modified time | relevance | path

Searched refs:u16 (Results 1 – 25 of 26) sorted by relevance

12

/developtools/profiler/hiebpf/include/
Dvmlinux.h34 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/
Dtask.rs122 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()
Dmain.rs110 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()
Dshell.rs80 pub fn resize(&self, ws_row: u16, ws_col: u16) { in resize() argument
Ddaemon_unity.rs238 _payload_size: u16, in command_dispatch() argument
Ddaemon_app.rs256 _payload_size: u16, in command_dispatch() argument
/developtools/hdc/hdc_rust/src/serializer/
Dnative_struct.rs41 pub head_size: u16,
49 pub option: u16,
Dpack_struct.rs117 const MAX_CONNECTKEY_SIZE: u16 = 32;
119 const BUF_SIZE_TINY: u16 = 64;
Dpack_assemble.rs75 head_size: (protect_buf.len() as u16).to_be(), in concat_pack()
/developtools/smartperf_host/trace_streamer/prebuilts/patch_perf_event/
Dperf_event.h.patch336 - * 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/
Dtaskbase.rs25 _payload_size: u16, in command_dispatch() argument
Dhdcfile.rs372 _payload_size: u16, in command_dispatch() argument
Dforward.rs1101 _payload_size: u16, in command_dispatch() argument
/developtools/hdc/hdc_rust/src/
Dconfig.rs262 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/
Duart.rs161 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
Dbase.rs79 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()
Duart_wrapper.rs455 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()
Dtcp.rs59 let expected_head_size = u16::from_be(payload_head.head_size) as usize; in unpack_task_message()
/developtools/hdc/hdc_rust/src/host/
Dparser.rs196 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()
Dhost_app.rs194 _payload_size: u16, in command_dispatch() argument
Dtask.rs180 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/
Dutilities.h54 using u16 = __u16; variable
341 bool NeedAdaptSandboxPath(char *filename, int pid, u16 &headerSize);
Dvirtual_runtime.h82 void FixHMBundleMmap(char *filename, int pid, u16 &headerSize);
/developtools/profiler/device/plugins/native_daemon/include/
Dutilities.h56 using u16 = __u16; variable
/developtools/hiperf/src/
Dutilities.cpp744 bool NeedAdaptSandboxPath(char *filename, int pid, u16 &headerSize) in NeedAdaptSandboxPath()

12