Home
last modified time | relevance | path

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

/hardware/samsung/nfc/halimpl/src/
Dhal_nci.cc152 if (NCI_GID(pkt) == NCI_GID_PROP) { in nfc_hal_prehandler()
167 if (NCI_GID(pkt) == NCI_GID_PROP) { in nfc_hal_prehandler()
203 if (NCI_GID(pkt) == NCI_GID_CORE) { in nfc_hal_prehandler()
Dhal_task.cc91 if (NCI_MT(pkt) != NCI_MT_RSP || NCI_GID(pkt) != NCI_GID_PROP || in nfc_hal_open_sm()
135 if (NCI_GID(pkt) == NCI_GID_CORE) { in nfc_hal_postinit_sm()
158 if (NCI_GID(pkt) == NCI_GID_CORE) { in nfc_hal_postinit_sm()
/hardware/samsung/nfc/halimpl/include/
Dhal_msg.h43 #define NCI_GID(x) ((x)->oct0 & 0x0F) macro