Home
last modified time | relevance | path

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

/hardware/samsung/nfc/halimpl/osi/
Dosi.h227 void* OSI_queue_get_wait(tOSI_QUEUE_HANDLER target);
Dosi_memory.cc202 void* OSI_queue_get_wait(tOSI_QUEUE_HANDLER queue) { in OSI_queue_get_wait() function
/hardware/samsung/nfc/halimpl/src/
Dhal_task.cc352 msg = (tNFC_HAL_MSG*)OSI_queue_get_wait(nfc_hal_info.msg_q); in nfc_hal_task()