Home
last modified time | relevance | path

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

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