Home
last modified time | relevance | path

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

/hardware/samsung/nfc/halimpl/osi/
Dosi_task.cc51 osi_lock(); in OSI_task_allocate()
85 osi_lock(); in OSI_task_run()
112 osi_lock(); in OSI_task_isRun()
122 osi_lock(); in OSI_task_stop()
127 osi_lock(); in OSI_task_stop()
140 osi_lock(); in OSI_task_free()
152 osi_lock(); in OSI_task_kill()
157 osi_lock(); in OSI_task_kill()
173 osi_lock(); in OSI_task_get_handler()
Dosi_memory.cc47 osi_lock(); in OSI_mem_get()
92 osi_lock(); in OSI_mem_free()
101 osi_lock(); in OSI_queue_allocate()
137 osi_lock(); in OSI_queue_put()
195 osi_lock(); in OSI_queue_get()
205 osi_lock(); in OSI_queue_get_wait()
236 osi_lock(); in OSI_queue_get_handler()
Dosi_timer.cc40 osi_lock(); in OSI_timer_allocate()
85 osi_lock(); in OSI_timer_start()
135 osi_lock(); in OSI_timer_stop()
150 osi_lock(); in OSI_timer_free()
169 osi_lock(); in OSI_timer_get_handler()
202 osi_lock(); in OSI_timer_update()
Dosi_common.h136 void osi_lock();
Dosi_main.cc93 void osi_lock() { pthread_mutex_lock(&osi_info.mutex); } in osi_lock() function