Searched refs:moreBytes (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/media/libdrm/mobile1/include/objmng/ |
D | drm_rights_manager.h | 162 int32_t drm_updateDcfDataLen(uint8_t* pDcfLastData, uint8_t* keyValue, int32_t* moreBytes);
|
/frameworks/base/media/libdrm/mobile1/src/objmng/ |
D | drm_rights_manager.c | 670 int32_t drm_updateDcfDataLen(uint8_t* pDcfLastData, uint8_t* keyValue, int32_t* moreBytes) in drm_updateDcfDataLen() argument 685 *moreBytes = DRM_TWO_AES_BLOCK_LEN - len; in drm_updateDcfDataLen()
|
D | drm_api.c | 1065 int32_t seekPos, moreBytes; in SVC_drm_openSession() local 1071 if (TRUE == drm_updateDcfDataLen(lastDcfBuf, keyValue, &moreBytes)) { in SVC_drm_openSession() 1073 s->contentLength -= moreBytes; in SVC_drm_openSession() 1243 int32_t seekPos, moreBytes; in SVC_drm_getContentLength() local 1249 if (TRUE == drm_updateDcfDataLen(lastDcfBuf, keyValue, &moreBytes)) { in SVC_drm_getContentLength() 1251 s->contentLength -= moreBytes; in SVC_drm_getContentLength()
|