Home
last modified time | relevance | path

Searched refs:OSI_MAX_TASK (Results 1 – 3 of 3) sorted by relevance

/hardware/samsung/nfc/halimpl/osi/
Dosi_common.h34 #define OSI_MAX_TASK (3) // main task, read task macro
105 sOSI_TASK task[OSI_MAX_TASK];
Dosi_task.cc52 for (index = 0; index < OSI_MAX_TASK; index++) { in OSI_task_allocate()
71 OSI_loge("%s : Failed to find free task(max: %d)", __func__, OSI_MAX_TASK); in OSI_task_allocate()
174 for (index = 0; index < OSI_MAX_TASK; index++) { in OSI_task_get_handler()
Dosi_main.cc39 for (index = 0; index < OSI_MAX_TASK; index++) { in OSI_init()