Searched refs:time_msec (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/gps/msm8960/utils/ |
D | loc_timer.c | 42 unsigned int time_msec; member 54 t.time_msec = ((timer_data *)thread_data)->time_msec; in timer_thread() 58 LOC_LOGD("%s:%d]: Enter. Delay = %d\n", __func__, __LINE__, t.time_msec); in timer_thread() 75 if(t.time_msec >= 1000) { in timer_thread() 76 ts.tv_sec += t.time_msec/1000; in timer_thread() 77 t.time_msec = t.time_msec % 1000; in timer_thread() 79 if(t.time_msec) in timer_thread() 80 ts.tv_nsec += t.time_msec * 1000000; in timer_thread() 138 t->time_msec = msec; in loc_timer_start()
|
/hardware/qcom/gps/msm8084/utils/ |
D | loc_timer.c | 47 unsigned int time_msec; member 60 LOC_LOGD("%s:%d]: Enter. Delay = %d\n", __func__, __LINE__, t->time_msec); in timer_thread() 64 if(t->time_msec >= 1000) { in timer_thread() 65 ts.tv_sec += t->time_msec/1000; in timer_thread() 66 t->time_msec = t->time_msec % 1000; in timer_thread() 68 if(t->time_msec) in timer_thread() 69 ts.tv_nsec += t->time_msec * 1000000; in timer_thread() 144 t->time_msec = msec; in loc_timer_start()
|
/hardware/qcom/gps/utils/ |
D | loc_timer.c | 47 unsigned int time_msec; member 60 LOC_LOGD("%s:%d]: Enter. Delay = %d\n", __func__, __LINE__, t->time_msec); in timer_thread() 64 if(t->time_msec >= 1000) { in timer_thread() 65 ts.tv_sec += t->time_msec/1000; in timer_thread() 66 t->time_msec = t->time_msec % 1000; in timer_thread() 68 if(t->time_msec) in timer_thread() 69 ts.tv_nsec += t->time_msec * 1000000; in timer_thread() 160 t->time_msec = msec; in loc_timer_start()
|
/hardware/qcom/gps/msm8974/utils/ |
D | loc_timer.c | 47 unsigned int time_msec; member 60 LOC_LOGD("%s:%d]: Enter. Delay = %d\n", __func__, __LINE__, t->time_msec); in timer_thread() 64 if(t->time_msec >= 1000) { in timer_thread() 65 ts.tv_sec += t->time_msec/1000; in timer_thread() 66 t->time_msec = t->time_msec % 1000; in timer_thread() 68 if(t->time_msec) in timer_thread() 69 ts.tv_nsec += t->time_msec * 1000000; in timer_thread() 144 t->time_msec = msec; in loc_timer_start()
|