Home
last modified time | relevance | path

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

/hardware/samsung/nfc/halimpl/src/
Dhal.cc180 OSI_queue_put(nfc_hal_info.msg_q, (void*)msg); in nfc_hal_open()
201 OSI_queue_put(nfc_hal_info.msg_q, (void*)msg); in nfc_hal_close()
243 if (OSI_queue_put(nfc_hal_info.msg_q, (void*)msg) == -1) in nfc_hal_write()
261 OSI_queue_put(nfc_hal_info.msg_q, (void*)msg); in nfc_hal_core_initialized()
291 OSI_queue_put(nfc_hal_info.msg_q, (void*)msg); in nfc_hal_control_granted()
310 OSI_queue_put(nfc_hal_info.msg_q, (void*)msg); in nfc_hal_power_cycle()
Ddevice.cc318 ret = OSI_queue_put(msg_que, (void*)msg); in read_thread()
Dhal_task.cc49 OSI_queue_put(nfc_hal_info.msg_q, (void*)new_msg); in nfc_hal_state_switch()
/hardware/samsung/nfc/halimpl/osi/
Dosi.h201 int OSI_queue_put(tOSI_QUEUE_HANDLER queue, void* p_data);
Dosi_memory.cc134 int OSI_queue_put(tOSI_QUEUE_HANDLER queue, void* p_data) { in OSI_queue_put() function