Home
last modified time | relevance | path

Searched refs:print_in_8_byte_chunks (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/frameworks/native/cmds/evemu-record/
H A Dmain.rs122 fn print_in_8_byte_chunks( in print_device_description() function
146 print_in_8_byte_chunks(output, "P:", &props)?; in print_device_description()
153 print_in_8_byte_chunks(output, format!("B: {:02x}", event_type as u16).as_str(), &bits)?; in print_device_description()