Home
last modified time | relevance | path

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

/hardware/samsung/nfc/halimpl/src/
Dhal_task.cc134 case HAL_EVT_WRITE: in nfc_hal_postinit_sm()
256 case HAL_EVT_WRITE: in nfc_hal_service_sm()
308 case HAL_EVT_WRITE: in nfc_hal_grant_sm()
403 case HAL_EVT_WRITE: in event_to_string()
Dhal.cc234 msg->event = HAL_EVT_WRITE; in nfc_hal_write()
/hardware/samsung/nfc/halimpl/include/
Dhal_msg.h121 #define HAL_EVT_WRITE 0x03 macro