Home
last modified time | relevance | path

Searched refs:OSI_TIMER_THREAD_FLAG_DETACH (Results 1 – 2 of 2) sorted by relevance

/hardware/samsung/nfc/halimpl/osi/
Dosi_timer.cc98 osi_info.timer_thread_flag |= OSI_TIMER_THREAD_FLAG_DETACH; in OSI_timer_start()
140 osi_info.timer_thread_flag &= ~OSI_TIMER_THREAD_FLAG_DETACH; in OSI_timer_stop()
259 if (osi_info.timer_thread_flag & OSI_TIMER_THREAD_FLAG_DETACH) in timer_thread()
Dosi_common.h53 #define OSI_TIMER_THREAD_FLAG_DETACH 0x01 macro