Searched defs:usize (Results 1 – 11 of 11) sorted by relevance
| /developtools/hdc/hdc_rust/src/host/ |
| D | server.rs | 161 pub async fn server_fork(addr_str: String, log_level: usize) { in server_fork() 191 pub async fn server_fork(addr_str: String, log_level: usize) { in server_fork()
|
| D | task.rs | 355 async fn send_to_daemon(task_info: TaskInfo, _cmd: HdcCommand, param_start_idx: usize, async_flag: … in send_to_daemon()
|
| /developtools/hdc/hdc_rust/src/transfer/ |
| D | uart.rs | 174 pub fn build_header(session_id: u32, option: u16, length: usize, package_index: u32) -> Vec<u8> { in build_header() 190 length: usize, in build_header_obj()
|
| D | usb.rs | 60 fn ReadUsbDevEx(bulkIn: i32, buf: *mut u8, size: usize) -> usize; in ReadUsbDevEx()
|
| D | uart_wrapper.rs | 214 async fn update_package(session_id: u32, index: usize, data: OutputData) -> bool { in update_package()
|
| /developtools/hdc/hdc_rust/src/common/ |
| D | filemanager.rs | 81 pub fn buffer_read(&self, meta_size: u64) -> usize { in buffer_read()
|
| D | hdctransfer.rs | 275 index: usize, in spawn_handler()
|
| D | forward.rs | 1243 buf_size: usize, in send_to_task()
|
| /developtools/hdc/hdc_rust/src/tar/ |
| D | compress.rs | 53 pub fn updata_max_count(&mut self, count: usize) { in updata_max_count()
|
| D | header.rs | 184 fn convert_u32_to_octal_string(dst: &mut [u8], len: usize, data: u32) { in convert_u32_to_octal_string() 248 pub fn updata_size(&mut self, len: usize) { in updata_size()
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | utilities.cpp | 310 size_t usize = grpSize + modSize; in ComputeAlign() local
|