Home
last modified time | relevance | path

Searched refs:nciLength (Results 1 – 2 of 2) sorted by relevance

/hardware/st/nfc/1.0/hal/
Dhalcore.c639 size_t nciLength; in Hal_event_handler() local
643 nciLength = inst->lastUsFrameSize; in Hal_event_handler()
646 inst->callback(inst->context, HAL_EVENT_DATAIND, nciData, nciLength); in Hal_event_handler()
/hardware/st/nfc/st21nfc/hal/
Dhalcore.cc655 size_t nciLength; in Hal_event_handler() local
659 nciLength = inst->lastUsFrameSize; in Hal_event_handler()
662 inst->callback(inst->context, HAL_EVENT_DATAIND, nciData, nciLength); in Hal_event_handler()