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

  /frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.c 61 size_t contentTypeLength;
260 pSession->contentTypeLength = pSession->topHeader[CONTENT_TYPE_LENGTH_POS];
261 assert(pSession->contentTypeLength <= UCHAR_MAX); // Untaint scalar for code checkers.
262 pSession->pContentType = malloc(pSession->contentTypeLength + 1);
264 read(fileDesc, pSession->pContentType, pSession->contentTypeLength) ==
265 (ssize_t)pSession->contentTypeLength) {
266 pSession->pContentType[pSession->contentTypeLength] = '\0';
282 pSession->dataOffset = pSession->contentTypeLength +
425 pSession->contentTypeLength);
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduComposer.java 956 int contentTypeLength = contentTypeBegin.getLength();
958 appendValueLength(contentTypeLength);
    [all...]

Completed in 1029 milliseconds