Lines Matching defs:matrix_handle
23 te_matrix_handle_t matrix_handle; //Matrix handle member
107 …uch_matrix_create(const touch_matrix_config_t *matrix_config, touch_matrix_handle_t *matrix_handle) in touch_matrix_create()
180 esp_err_t touch_matrix_delete(touch_matrix_handle_t matrix_handle) in touch_matrix_delete()
199 esp_err_t touch_matrix_set_dispatch_method(touch_matrix_handle_t matrix_handle, touch_elem_dispatch… in touch_matrix_set_dispatch_method()
211 esp_err_t touch_matrix_subscribe_event(touch_matrix_handle_t matrix_handle, uint32_t event_mask, vo… in touch_matrix_subscribe_event()
232 esp_err_t touch_matrix_set_callback(touch_matrix_handle_t matrix_handle, touch_matrix_callback_t ma… in touch_matrix_set_callback()
244 esp_err_t touch_matrix_set_longpress(touch_matrix_handle_t matrix_handle, uint32_t threshold_time) in touch_matrix_set_longpress()
315 static esp_err_t matrix_object_add_instance(te_matrix_handle_t matrix_handle) in matrix_object_add_instance()
326 static esp_err_t matrix_object_remove_instance(te_matrix_handle_t matrix_handle) in matrix_object_remove_instance()
343 static bool matrix_channel_check(te_matrix_handle_t matrix_handle, touch_pad_t channel_num) in matrix_channel_check()
355 static esp_err_t matrix_set_threshold(te_matrix_handle_t matrix_handle) in matrix_set_threshold()
364 static void matrix_update_state(te_matrix_handle_t matrix_handle, touch_pad_t channel_num, te_state… in matrix_update_state()
375 static void matrix_reset_state(te_matrix_handle_t matrix_handle) in matrix_reset_state()
384 static void matrix_event_give(te_matrix_handle_t matrix_handle) in matrix_event_give()
398 static inline void matrix_dispatch(te_matrix_handle_t matrix_handle, touch_elem_dispatch_t dispatch… in matrix_dispatch()
419 static void matrix_scan_axis(te_matrix_handle_t matrix_handle, touch_matrix_position_t *press_pos, in matrix_scan_axis()
453 static void matrix_pre_fixed(te_matrix_handle_t matrix_handle, touch_matrix_position_t *press_pos, in matrix_pre_fixed()
542 static void matrix_proc_state(te_matrix_handle_t matrix_handle) in matrix_proc_state()
627 static void matrix_update_position(te_matrix_handle_t matrix_handle, touch_matrix_position_t new_po… in matrix_update_position()