Home
last modified time | relevance | path

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

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
DFwdLockFile.c61 char *pContentType; member
102 sessionPtrs[candidateSessionId]->pContentType = NULL; in FwdLockFile_AcquireSession()
156 free(sessionPtrs[sessionId]->pContentType); in FwdLockFile_ReleaseSession()
267 pSession->pContentType = malloc(pSession->contentTypeLength + 1); in FwdLockFile_attach()
268 if (pSession->pContentType != NULL && in FwdLockFile_attach()
269 read(fileDesc, pSession->pContentType, pSession->contentTypeLength) == in FwdLockFile_attach()
271 pSession->pContentType[pSession->contentTypeLength] = '\0'; in FwdLockFile_attach()
420 HMAC_Update(&pSession->signingContext, (unsigned char *)pSession->pContentType, in FwdLockFile_CheckHeaderIntegrity()
442 return sessionPtrs[sessionId]->pContentType; in FwdLockFile_GetContentType()