Home | History | Annotate | Download | only in health

Lines Matching full:ind_timer

63 	guint		ind_timer;	/* CSP-Slave: indication timer */
172 if (mcl->csp->ind_timer)
173 g_source_remove(mcl->csp->ind_timer);
184 mcl->csp->ind_timer = 0;
614 if (mcl->csp->ind_timer) {
615 g_source_remove(mcl->csp->ind_timer);
616 mcl->csp->ind_timer = 0;
621 mcl->csp->ind_timer = g_timeout_add(when,
726 if (mcl->csp->ind_timer) {
728 g_source_remove(mcl->csp->ind_timer);
729 mcl->csp->ind_timer = 0;