Home
last modified time | relevance | path

Searched refs:get_speed_gain_touchpad (Results 1 - 1 of 1) sorted by relevance

/foundation/multimodalinput/input/service/rust/src/
H A Dlib.rs664 fn get_speed_gain_touchpad(vin: f64, gain: *mut f64, speed: i32, device_type: i32) -> bool { in get_speed_gain_touchpad() functions
665 debug!(LOG_LABEL, "get_speed_gain_touchpad enter vin is set to {}, speed {}, device_type {}", in get_speed_gain_touchpad()
696 debug!(LOG_LABEL, "get_speed_gain_touchpad leave"); in get_speed_gain_touchpad()
812 if !get_speed_gain_touchpad(vin, &mut gain as *mut f64, speed, device_type) {

Completed in 2 milliseconds