Home
last modified time | relevance | path

Searched refs:timer_thread (Results 1 – 6 of 6) sorted by relevance

/hardware/samsung/nfc/halimpl/osi/
Dosi_timer.cc31 void timer_thread(void);
108 ret_th = pthread_create(&osi_info.timer_thread, &attr, in OSI_timer_start()
109 (void* (*)(void*))timer_thread, NULL); in OSI_timer_start()
142 pthread_join(osi_info.timer_thread, NULL); in OSI_timer_stop()
238 void timer_thread(void) { in timer_thread() function
Dosi_common.h121 pthread_t timer_thread; member
/hardware/qcom/gps/msm8960/utils/
Dloc_timer.c45 static void *timer_thread(void *thread_data) in timer_thread() function
142 if(pthread_create(&(id), &tattr, timer_thread, (void *)t)) { in loc_timer_start()
/hardware/qcom/gps/utils/
Dloc_timer.c53 static void *timer_thread(void *thread_data) in timer_thread() function
169 if(pthread_create(&(id), &tattr, timer_thread, (void *)t)) { in loc_timer_start()
/hardware/qcom/gps/msm8994/utils/
Dloc_timer.c53 static void *timer_thread(void *thread_data) in timer_thread() function
169 if(pthread_create(&(id), &tattr, timer_thread, (void *)t)) { in loc_timer_start()
/hardware/qcom/gps/msm8084/utils/
Dloc_timer.c53 static void *timer_thread(void *thread_data) in timer_thread() function
153 if(pthread_create(&(id), &tattr, timer_thread, (void *)t)) { in loc_timer_start()