Home
last modified time | relevance | path

Searched refs:OSI_RUN (Results 1 – 5 of 5) sorted by relevance

/hardware/samsung/nfc/halimpl/osi/
Dosi_task.cc97 task_handler->state = OSI_RUN; in OSI_task_run()
113 if (task_handler && task_handler->state == OSI_RUN) ret = OSI_RUN; in OSI_task_isRun()
123 if (task_handler->state == OSI_RUN) { in OSI_task_stop()
153 if (task_handler->state == OSI_RUN) { in OSI_task_kill()
Dosi_timer.cc93 if (timer->state != OSI_RUN) { in OSI_timer_start()
94 timer->state = OSI_RUN; in OSI_timer_start()
132 } else if (timer->state != OSI_RUN) { in OSI_timer_stop()
152 if (timer->state == OSI_RUN) osi_info.usingTimer--; in OSI_timer_free()
211 if (osi_info.timer[index].state == OSI_RUN) { in OSI_timer_update()
Dosi_common.h50 #define OSI_RUN 4 macro
/hardware/samsung/nfc/halimpl/src/
Ddevice.cc261 while (OSI_task_isRun(read_task) == OSI_RUN) { in read_thread()
Dhal_task.cc351 while (OSI_task_isRun(nfc_hal_info.msg_task) == OSI_RUN) { in nfc_hal_task()