Lines Matching refs:dispatch_method
43 …line void matrix_dispatch(te_matrix_handle_t matrix_handle, touch_elem_dispatch_t dispatch_method);
149 te_matrix->config->dispatch_method = TOUCH_ELEM_DISP_MAX; in touch_matrix_create()
199 …rix_set_dispatch_method(touch_matrix_handle_t matrix_handle, touch_elem_dispatch_t dispatch_method) in touch_matrix_set_dispatch_method() argument
203 …TE_CHECK(dispatch_method >= TOUCH_ELEM_DISP_EVENT && dispatch_method <= TOUCH_ELEM_DISP_MAX, ESP_E… in touch_matrix_set_dispatch_method()
206 te_matrix->config->dispatch_method = dispatch_method; in touch_matrix_set_dispatch_method()
250 touch_elem_dispatch_t dispatch_method = te_matrix->config->dispatch_method; in touch_matrix_set_longpress() local
251 if (dispatch_method == TOUCH_ELEM_DISP_EVENT) { in touch_matrix_set_longpress()
256 if (dispatch_method == TOUCH_ELEM_DISP_EVENT) { in touch_matrix_set_longpress()
398 …nline void matrix_dispatch(te_matrix_handle_t matrix_handle, touch_elem_dispatch_t dispatch_method) in matrix_dispatch() argument
400 if (dispatch_method == TOUCH_ELEM_DISP_EVENT) { in matrix_dispatch()
402 } else if (dispatch_method == TOUCH_ELEM_DISP_CALLBACK) { in matrix_dispatch()
552 touch_elem_dispatch_t dispatch_method = matrix_handle->config->dispatch_method; in matrix_proc_state() local
581 matrix_dispatch(matrix_handle, dispatch_method); in matrix_proc_state()
588 matrix_dispatch(matrix_handle, dispatch_method); in matrix_proc_state()
598 matrix_dispatch(matrix_handle, dispatch_method); in matrix_proc_state()