Searched refs:get_speed_gain_touchpad (Results 1 – 1 of 1) sorted by relevance
663 fn get_speed_gain_touchpad(vin: f64, gain: *mut f64, speed: i32, device_type: i32) -> bool { in get_speed_gain_touchpad() function811 if !get_speed_gain_touchpad(vin, &mut gain as *mut f64, speed, device_type) { in HandleMotionAccelerateTouchpad()