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

/hardware/qcom/gps/msm8960/utils/
H A Dloc_timer.c45 static void *timer_thread(void *thread_data) argument
52 t.callback_func = ((timer_data *)thread_data)->callback_func;
53 t.user_data = ((timer_data *)thread_data)->user_data;
54 t.time_msec = ((timer_data *)thread_data)->time_msec;
60 free(thread_data);
/hardware/qcom/gps/msm8084/utils/
H A Dloc_timer.c53 static void *timer_thread(void *thread_data) argument
58 timer_data* t = (timer_data*)thread_data;
/hardware/qcom/gps/msm8994/utils/
H A Dloc_timer.c53 static void *timer_thread(void *thread_data) argument
58 timer_data* t = (timer_data*)thread_data;
/hardware/qcom/gps/utils/
H A Dloc_timer.c53 static void *timer_thread(void *thread_data) argument
58 timer_data* t = (timer_data*)thread_data;

Completed in 23 milliseconds