Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/tml/
DphDal4Nfc_messageQueueLib.cc36 phDal4Nfc_message_queue_item_t* pItems; member
125 if (pQueue->pItems != NULL) { in phDal4Nfc_msgctl()
126 p = pQueue->pItems; in phDal4Nfc_msgctl()
137 pQueue->pItems = NULL; in phDal4Nfc_msgctl()
176 if (pQueue->pItems != NULL) { in phDal4Nfc_msgsnd()
177 p = pQueue->pItems; in phDal4Nfc_msgsnd()
184 pQueue->pItems = pNew; in phDal4Nfc_msgsnd()
225 if (pQueue->pItems != NULL) { in phDal4Nfc_msgrcv()
226 memcpy(msg, &(pQueue->pItems)->nMsg, sizeof(phLibNfc_Message_t)); in phDal4Nfc_msgrcv()
227 p = pQueue->pItems->pNext; in phDal4Nfc_msgrcv()
[all …]