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

/hardware/qcom/gps/msm8960/utils/
H A Dloc_timer.c42 unsigned int time_msec; member in struct:__anon4306
54 t.time_msec = ((timer_data *)thread_data)->time_msec;
58 LOC_LOGD("%s:%d]: Enter. Delay = %d\n", __func__, __LINE__, t.time_msec);
75 if(t.time_msec >= 1000) {
76 ts.tv_sec += t.time_msec/1000;
77 t.time_msec = t.time_msec % 1000;
79 if(t.time_msec)
80 ts.tv_nsec += t.time_msec * 100000
[all...]
/hardware/qcom/gps/msm8084/utils/
H A Dloc_timer.c47 unsigned int time_msec; member in struct:__anon4223
60 LOC_LOGD("%s:%d]: Enter. Delay = %d\n", __func__, __LINE__, t->time_msec);
64 if(t->time_msec >= 1000) {
65 ts.tv_sec += t->time_msec/1000;
66 t->time_msec = t->time_msec % 1000;
68 if(t->time_msec)
69 ts.tv_nsec += t->time_msec * 1000000;
144 t->time_msec = msec;
/hardware/qcom/gps/msm8994/utils/
H A Dloc_timer.c47 unsigned int time_msec; member in struct:__anon4399
60 LOC_LOGD("%s:%d]: Enter. Delay = %d\n", __func__, __LINE__, t->time_msec);
64 if(t->time_msec >= 1000) {
65 ts.tv_sec += t->time_msec/1000;
66 t->time_msec = t->time_msec % 1000;
68 if(t->time_msec)
69 ts.tv_nsec += t->time_msec * 1000000;
160 t->time_msec = msec;
/hardware/qcom/gps/utils/
H A Dloc_timer.c47 unsigned int time_msec; member in struct:__anon4543
60 LOC_LOGD("%s:%d]: Enter. Delay = %d\n", __func__, __LINE__, t->time_msec);
64 if(t->time_msec >= 1000) {
65 ts.tv_sec += t->time_msec/1000;
66 t->time_msec = t->time_msec % 1000;
68 if(t->time_msec)
69 ts.tv_nsec += t->time_msec * 1000000;
160 t->time_msec = msec;

Completed in 3950 milliseconds