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

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.c62 size_t contentTypeLength; member in struct:FwdLockFile_Session
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 +
418 pSession->contentTypeLength);
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduComposer.java954 int contentTypeLength = contentTypeBegin.getLength();
956 appendValueLength(contentTypeLength);

Completed in 183 milliseconds