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

  /frameworks/base/media/libdrm/mobile1/src/parser/
parser_dcf.c 62 pDcfInfo->ContentURILen = *(tmpBuf++);
65 strncpy((char *)pDcfInfo->ContentURI, (char *)tmpBuf, pDcfInfo->ContentURILen);
66 tmpBuf += pDcfInfo->ContentURILen;
  /frameworks/base/media/libdrm/mobile1/include/parser/
parser_dcf.h 57 uint8_t ContentURILen; /**< Length of the ContentURI field */

Completed in 17 milliseconds