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

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.c61 char *pContentType; member in struct:FwdLockFile_Session
102 sessionPtrs[candidateSessionId]->pContentType = NULL;
156 free(sessionPtrs[sessionId]->pContentType);
264 pSession->pContentType = malloc(pSession->contentTypeLength + 1);
265 if (pSession->pContentType != NULL &&
266 read(fileDesc, pSession->pContentType, pSession->contentTypeLength) ==
268 pSession->pContentType[pSession->contentTypeLength] = '\0';
417 HMAC_Update(&pSession->signingContext, (unsigned char *)pSession->pContentType,
439 return sessionPtrs[sessionId]->pContentType;

Completed in 56 milliseconds