Home
last modified time | relevance | path

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

/hardware/samsung/nfc/halimpl/src/
Ddevice.cc233 tOSI_QUEUE_HANDLER msg_que = NULL; in read_thread() local
245 msg_que = OSI_queue_get_handler("msg_q"); in read_thread()
246 if (!msg_que) { in read_thread()
318 ret = OSI_queue_put(msg_que, (void*)msg); in read_thread()