Home
last modified time | relevance | path

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

/hardware/samsung/nfc/halimpl/src/
Dhal_task.cc129 case HAL_EVT_CORE_INIT: in nfc_hal_postinit_sm()
217 if (msg->event != HAL_EVT_READ && msg->event != HAL_EVT_CORE_INIT) { in nfc_hal_vs_sm()
251 case HAL_EVT_CORE_INIT: in nfc_hal_service_sm()
401 case HAL_EVT_CORE_INIT: in event_to_string()
Dhal.cc258 msg->event = HAL_EVT_CORE_INIT; in nfc_hal_core_initialized()
/hardware/samsung/nfc/halimpl/include/
Dhal_msg.h119 #define HAL_EVT_CORE_INIT 0x01 macro