Home
last modified time | relevance | path

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

/frameworks/base/media/libdrm/mobile1/include/objmng/
Ddrm_rights_manager.h162 int32_t drm_updateDcfDataLen(uint8_t* pDcfLastData, uint8_t* keyValue, int32_t* moreBytes);
/frameworks/base/media/libdrm/mobile1/src/objmng/
Ddrm_rights_manager.c670 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()
Ddrm_api.c1065 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()