Searched refs:OSI_queue_put (Results 1 – 5 of 5) sorted by relevance
/hardware/samsung/nfc/halimpl/src/ |
D | hal.cc | 180 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()
|
D | device.cc | 318 ret = OSI_queue_put(msg_que, (void*)msg); in read_thread()
|
D | hal_task.cc | 49 OSI_queue_put(nfc_hal_info.msg_q, (void*)new_msg); in nfc_hal_state_switch()
|
/hardware/samsung/nfc/halimpl/osi/ |
D | osi.h | 201 int OSI_queue_put(tOSI_QUEUE_HANDLER queue, void* p_data);
|
D | osi_memory.cc | 134 int OSI_queue_put(tOSI_QUEUE_HANDLER queue, void* p_data) { in OSI_queue_put() function
|