Searched refs:pItems (Results 1 – 3 of 3) sorted by relevance
36 phDal4Nfc_message_queue_item_t* pItems; member125 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 …]
36 phDal4Nfc_message_queue_item_t* pItems; member133 if (pQueue->pItems != NULL) { in phDal4Nfc_msgsnd()134 p = pQueue->pItems; in phDal4Nfc_msgsnd()141 pQueue->pItems = pNew; in phDal4Nfc_msgsnd()184 if (pQueue->pItems != NULL) { in phDal4Nfc_msgrcv()185 memcpy(msg, &(pQueue->pItems)->nMsg, sizeof(phLibNfc_Message_t)); in phDal4Nfc_msgrcv()186 p = pQueue->pItems->pNext; in phDal4Nfc_msgrcv()187 free(pQueue->pItems); in phDal4Nfc_msgrcv()188 pQueue->pItems = p; in phDal4Nfc_msgrcv()
271 unsigned int count, const T* pItems, T (*copyFunc)(const T*)) { in convertArrayToVecWithCopy() argument274 res.push_back(copyFunc(pItems + i)); in convertArrayToVecWithCopy()