Home
last modified time | relevance | path

Searched refs:READY (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/gps/utils/
Dloc_timer.c38 READY = 100, enumerator
81 if (READY == t->state) { in timer_thread()
161 t->state = READY; in loc_timer_start()
194 if (NULL != t && (READY == t->state || WAITING == t->state) && in loc_timer_stop()
196 if (READY == t->state || WAITING == t->state) { in loc_timer_stop()
/hardware/qcom/gps/msm8994/utils/
Dloc_timer.c38 READY = 100, enumerator
81 if (READY == t->state) { in timer_thread()
161 t->state = READY; in loc_timer_start()
194 if (NULL != t && (READY == t->state || WAITING == t->state) && in loc_timer_stop()
196 if (READY == t->state || WAITING == t->state) { in loc_timer_stop()
/hardware/qcom/gps/msm8084/utils/
Dloc_timer.c38 READY = 100, enumerator
81 if (READY == t->state) { in timer_thread()
145 t->state = READY; in loc_timer_start()
178 if (NULL != t && (READY == t->state || WAITING == t->state)) { in loc_timer_stop()
180 if (READY == t->state || WAITING == t->state) { in loc_timer_stop()