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

  /external/libnfc-nxp/src/
phFriNfc_Llcp.c 291 phNfc_sData_t sInfo;
297 sInfo.buffer = psRawPacket->buffer + PHFRINFC_LLCP_PACKET_HEADER_SIZE;
298 sInfo.length = psRawPacket->length - PHFRINFC_LLCP_PACKET_HEADER_SIZE;
301 if (sInfo.length == 0)
307 while (sInfo.length != 0)
310 if (sInfo.length < sizeof(sInfo.length))
315 length = (sInfo.buffer[0] << 8) | sInfo.buffer[1];
317 sInfo.buffer += 2; /*Size of length field is 2*
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 487 milliseconds