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

  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport.c 63 if((psTransport->pCachedServiceNames[i].sServiceName.length > 0) &&
64 (memcmp(psTransport->pCachedServiceNames[i].sServiceName.buffer, psServiceName->buffer, psServiceName->length) == 0))
209 (pServiceName->length == pSocket->sServiceName.length)
210 && !memcmp(pServiceName->buffer, pSocket->sServiceName.buffer, pServiceName->length))
216 if (pCachedServiceName->sServiceName.buffer != NULL)
218 if ((pCachedServiceName->sServiceName.length == pServiceName->length) &&
219 (memcmp(pCachedServiceName->sServiceName.buffer, pServiceName->buffer, pServiceName->length) == 0))
231 pCachedServiceName->sServiceName.buffer = phOsalNfc_GetMemory(pServiceName->length);
232 if (pCachedServiceName->sServiceName.buffer == NULL)
237 memcpy(pCachedServiceName->sServiceName.buffer, pServiceName->buffer, pServiceName->length)
    [all...]
phFriNfc_LlcpTransport_Connectionless.c 208 if (pLlcpSocket->sServiceName.buffer != NULL) {
209 phOsalNfc_FreeMemory(pLlcpSocket->sServiceName.buffer);
211 pLlcpSocket->sServiceName.buffer = NULL;
212 pLlcpSocket->sServiceName.length = 0;
phFriNfc_LlcpTransport_Connection.c 477 phNfc_sData_t sServiceName;
482 &sServiceName,
513 && (sServiceName.length == psTransport->pSocketTable[index].sServiceName.length)
514 && !memcmp(sServiceName.buffer,psTransport->pSocketTable[index].sServiceName.buffer,sServiceName.length))
    [all...]
phFriNfc_LlcpTransport.h 167 phNfc_sData_t sServiceName;
240 phNfc_sData_t sServiceName;
    [all...]

Completed in 29 milliseconds