Home
last modified time | relevance | path

Searched refs:contentTypeLength (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
DFwdLockFile.c62 size_t contentTypeLength; member
265 pSession->contentTypeLength = pSession->topHeader[CONTENT_TYPE_LENGTH_POS]; in FwdLockFile_attach()
266 assert(pSession->contentTypeLength <= UCHAR_MAX); // Untaint scalar for code checkers. in FwdLockFile_attach()
267 pSession->pContentType = malloc(pSession->contentTypeLength + 1); in FwdLockFile_attach()
269 read(fileDesc, pSession->pContentType, pSession->contentTypeLength) == in FwdLockFile_attach()
270 (ssize_t)pSession->contentTypeLength) { in FwdLockFile_attach()
271 pSession->pContentType[pSession->contentTypeLength] = '\0'; in FwdLockFile_attach()
287 pSession->dataOffset = pSession->contentTypeLength + in FwdLockFile_attach()
421 pSession->contentTypeLength); in FwdLockFile_CheckHeaderIntegrity()
/frameworks/base/telephony/common/com/google/android/mms/pdu/
DPduComposer.java993 int contentTypeLength = contentTypeBegin.getLength(); in makeMessageBody() local
995 appendValueLength(contentTypeLength); in makeMessageBody()