HomeSort by relevance Sort by last modified time
    Searched defs:pContentType (Results 1 - 4 of 4) sorted by null

  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.c 61 char *pContentType;
102 sessionPtrs[candidateSessionId]->pContentType = NULL;
156 free(sessionPtrs[sessionId]->pContentType);
267 pSession->pContentType = malloc(pSession->contentTypeLength + 1);
268 if (pSession->pContentType != NULL &&
269 read(fileDesc, pSession->pContentType, pSession->contentTypeLength) ==
271 pSession->pContentType[pSession->contentTypeLength] = '\0';
420 HMAC_Update(&pSession->signingContext, (unsigned char *)pSession->pContentType,
442 return sessionPtrs[sessionId]->pContentType;
  /external/guice/extensions/struts2/lib/
commons-fileupload-1.2.1.jar 
struts2-core-2.2.1.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-fileupload-1.2.1.jar 

Completed in 67 milliseconds