Home
last modified time | relevance | path

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

/hardware/samsung/nfc/halimpl/osi/
Dosi_task.cc78 osi_unlock(); in OSI_task_allocate()
106 osi_unlock(); in OSI_task_run()
114 osi_unlock(); in OSI_task_isRun()
124 osi_unlock(); in OSI_task_stop()
131 osi_unlock(); in OSI_task_stop()
143 osi_unlock(); in OSI_task_free()
154 osi_unlock(); in OSI_task_kill()
162 osi_unlock(); in OSI_task_kill()
183 osi_unlock(); in OSI_task_get_handler()
Dosi_memory.cc75 osi_unlock(); in OSI_mem_get()
84 osi_unlock(); in OSI_mem_get()
94 osi_unlock(); in OSI_mem_free()
129 osi_unlock(); in OSI_queue_allocate()
156 osi_unlock(); in OSI_queue_put()
197 osi_unlock(); in OSI_queue_get()
218 osi_unlock(); in OSI_queue_get_wait()
246 osi_unlock(); in OSI_queue_get_handler()
Dosi_timer.cc68 osi_unlock(); in OSI_timer_allocate()
123 osi_unlock(); in OSI_timer_start()
141 osi_unlock(); in OSI_timer_stop()
144 osi_unlock(); in OSI_timer_stop()
159 osi_unlock(); in OSI_timer_free()
179 osi_unlock(); in OSI_timer_get_handler()
206 osi_unlock(); in OSI_timer_update()
235 osi_unlock(); in OSI_timer_update()
Dosi_common.h137 void osi_unlock();
Dosi_main.cc95 void osi_unlock() { pthread_mutex_unlock(&osi_info.mutex); } in osi_unlock() function
/hardware/samsung/nfc/halimpl/src/
Ddevice.cc326 osi_unlock(); // TODO: why? in read_thread()