Home
last modified time | relevance | path

Searched refs:HAL_EVENT_DATAIND (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/st/nfc/st21nfc/include/
H A Dhalcore.h31 #define HAL_EVENT_DATAIND 2 /* new NCI frame received from CLF */ macro
/aosp12/hardware/st/nfc/1.0/include/
H A Dhalcore.h30 #define HAL_EVENT_DATAIND 2 /* new NCI frame received from CLF */ macro
/aosp12/hardware/st/nfc/1.0/hal/
H A Dhalcore.c101 case HAL_EVENT_DATAIND: in HalCoreCallback()
646 inst->callback(inst->context, HAL_EVENT_DATAIND, nciData, nciLength); in Hal_event_handler()
/aosp12/hardware/st/nfc/st21nfc/hal/
H A Dhalcore.cc120 case HAL_EVENT_DATAIND: in HalCoreCallback()
662 inst->callback(inst->context, HAL_EVENT_DATAIND, nciData, nciLength); in Hal_event_handler()