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

  /external/libnfc-nxp/src/
phFriNfc_Llcp.c 228 phNfc_sData_t sInfo;
233 sInfo.buffer = psRawPacket->buffer + PHFRINFC_LLCP_PACKET_HEADER_SIZE;
234 sInfo.length = psRawPacket->length - PHFRINFC_LLCP_PACKET_HEADER_SIZE;
237 if (sInfo.length == 0)
243 while (sInfo.length != 0)
246 if (sInfo.length < sizeof(sInfo.length))
251 length = (sInfo.buffer[0] << 8) | sInfo.buffer[1];
253 sInfo.buffer += sizeof(sInfo.length)
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1327 milliseconds