Home
last modified time | relevance | path

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

/hardware/samsung/nfc/halimpl/src/
Dhal_task.cc88 case HAL_EVT_READ: in nfc_hal_open_sm()
156 case HAL_EVT_READ: in nfc_hal_postinit_sm()
217 if (msg->event != HAL_EVT_READ && msg->event != HAL_EVT_CORE_INIT) { in nfc_hal_vs_sm()
259 case HAL_EVT_READ: in nfc_hal_service_sm()
289 case HAL_EVT_READ: in nfc_hal_grant_sm()
405 case HAL_EVT_READ: in event_to_string()
Ddevice.cc159 nfc_hal_info.msg_event == HAL_EVT_READ) in device_wakeup()
315 msg->event = HAL_EVT_READ; in read_thread()
/hardware/samsung/nfc/halimpl/include/
Dhal_msg.h122 #define HAL_EVT_READ 0x04 macro