Home
last modified time | relevance | path

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

/hardware/samsung/nfc/halimpl/src/
Dhal.cc177 msg = (tNFC_HAL_MSG*)OSI_mem_get(HAL_EVT_SIZE); in nfc_hal_open()
198 msg = (tNFC_HAL_MSG*)OSI_mem_get(HAL_EVT_SIZE); in nfc_hal_close()
232 msg = (tNFC_HAL_MSG*)OSI_mem_get(size + HAL_EVT_SIZE); in nfc_hal_write()
256 msg = (tNFC_HAL_MSG*)OSI_mem_get(size + HAL_EVT_SIZE); in nfc_hal_core_initialized()
288 msg = (tNFC_HAL_MSG*)OSI_mem_get(HAL_EVT_SIZE); in nfc_hal_control_granted()
307 msg = (tNFC_HAL_MSG*)OSI_mem_get(HAL_EVT_SIZE); in nfc_hal_power_cycle()
Dhal_task.cc40 new_msg = (tNFC_HAL_MSG*)OSI_mem_get(HAL_EVT_SIZE); in nfc_hal_state_switch()
48 memcpy(new_msg, msg, sizeof(HAL_EVT_SIZE)); in nfc_hal_state_switch()
/hardware/samsung/nfc/halimpl/include/
Dhal_msg.h25 #define HAL_EVT_SIZE 1 macro