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

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

Completed in 87 milliseconds