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 62 if((psTransport->pCachedServiceNames[i].sServiceName.length > 0) &&
63 (memcmp(psTransport->pCachedServiceNames[i].sServiceName.buffer, psServiceName->buffer, psServiceName->length) == 0))
208 (pServiceName->length == pSocket->sServiceName.length)
209 && !memcmp(pServiceName->buffer, pSocket->sServiceName.buffer, pServiceName->length))
215 if (pCachedServiceName->sServiceName.buffer != NULL)
217 if ((pCachedServiceName->sServiceName.length == pServiceName->length) &&
218 (memcmp(pCachedServiceName->sServiceName.buffer, pServiceName->buffer, pServiceName->length) == 0))
230 pCachedServiceName->sServiceName.buffer = phOsalNfc_GetMemory(pServiceName->length);
231 if (pCachedServiceName->sServiceName.buffer == NULL)
236 memcpy(pCachedServiceName->sServiceName.buffer, pServiceName->buffer, pServiceName->length)
    [all...]
phFriNfc_LlcpTransport_Connectionless.c 205 if (pLlcpSocket->sServiceName.buffer != NULL) {
206 phOsalNfc_FreeMemory(pLlcpSocket->sServiceName.buffer);
208 pLlcpSocket->sServiceName.buffer = NULL;
209 pLlcpSocket->sServiceName.length = 0;
phFriNfc_LlcpTransport_Connection.c 480 phNfc_sData_t sServiceName;
485 &sServiceName,
516 && (sServiceName.length == psTransport->pSocketTable[index].sServiceName.length)
517 && !memcmp(sServiceName.buffer,psTransport->pSocketTable[index].sServiceName.buffer,sServiceName.length))
    [all...]
phFriNfc_LlcpTransport.h 166 phNfc_sData_t sServiceName;
239 phNfc_sData_t sServiceName;
    [all...]

Completed in 36 milliseconds