Home
last modified time | relevance | path

Searched refs:OSI_ALLOCATED (Results 1 – 4 of 4) sorted by relevance

/hardware/samsung/nfc/halimpl/osi/
Dosi_memory.cc81 free_mem->state = OSI_ALLOCATED; in OSI_mem_get()
125 free_que->state = OSI_ALLOCATED; in OSI_queue_allocate()
139 if (!queue || queue->state != OSI_ALLOCATED) { in OSI_queue_put()
166 if (!queue || queue->state != OSI_ALLOCATED) { in queue_get()
207 if (!queue || queue->state != OSI_ALLOCATED) { in OSI_queue_get_wait()
Dosi_task.cc73 free_task->state = OSI_ALLOCATED; in OSI_task_allocate()
88 } else if (task_handler->state != OSI_ALLOCATED) { in OSI_task_run()
130 task_handler->state = OSI_ALLOCATED; in OSI_task_stop()
Dosi_common.h49 #define OSI_ALLOCATED 3 macro
Dosi_timer.cc66 free_timer->state = OSI_ALLOCATED; in OSI_timer_allocate()