HomeSort by relevance Sort by last modified time
    Searched refs:nMsg (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nci/halimpl/pn54x/tml/
phDal4Nfc_messageQueueLib.c 31 phLibNfc_Message_t nMsg;
188 memcpy(&pNew->nMsg, msg, sizeof(phLibNfc_Message_t));
247 memcpy(msg, &(pQueue->pItems)->nMsg, sizeof(phLibNfc_Message_t));
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_messageQueueLib.c 45 phLibNfc_Message_t nMsg;
156 memcpy(&pNew->nMsg, &((phDal4Nfc_Message_Wrapper_t*)msgp)->msg, sizeof(phLibNfc_Message_t));
206 memcpy(&((phDal4Nfc_Message_Wrapper_t*)msgp)->msg, &(pQueue->pItems)->nMsg, sizeof(phLibNfc_Message_t));

Completed in 470 milliseconds