Home
last modified time | relevance | path

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

/hardware/samsung/nfc/halimpl/osi/
Dosi_common.h36 #define OSI_MAX_QUEUE (2) // main queue, read queue macro
116 sOSI_QUEUE queue[OSI_MAX_QUEUE];
Dosi_main.cc61 osi_info.queue_max_cnt = OSI_MAX_QUEUE; in OSI_init()
62 for (index = 0; index < OSI_MAX_QUEUE; index++) { in OSI_init()
Dosi_memory.cc121 OSI_MAX_QUEUE); in OSI_queue_allocate()
237 for (index = 0; index < OSI_MAX_QUEUE; index++) { in OSI_queue_get_handler()