Searched refs:READY (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/gps/msm8084/utils/
H A Dloc_timer.c38 READY = 100, enumerator in enum:timer_state
81 if (READY == t->state) {
145 t->state = READY;
178 if (NULL != t && (READY == t->state || WAITING == t->state)) {
180 if (READY == t->state || WAITING == t->state) {
/hardware/qcom/gps/msm8994/utils/
H A Dloc_timer.c38 READY = 100, enumerator in enum:timer_state
81 if (READY == t->state) {
161 t->state = READY;
195 if (NULL != t && (READY == t->state || WAITING == t->state) &&
197 if (READY == t->state || WAITING == t->state) {
/hardware/qcom/gps/utils/
H A Dloc_timer.c38 READY = 100, enumerator in enum:timer_state
81 if (READY == t->state) {
161 t->state = READY;
194 if (NULL != t && (READY == t->state || WAITING == t->state) &&
196 if (READY == t->state || WAITING == t->state) {
/hardware/interfaces/radio/1.0/
H A Dtypes.hal201 READY,
207 READY, // when either SIM or RUIM Perso is finished since each

Completed in 440 milliseconds