Searched defs:dmInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/libdrm/mobile1/src/objmng/
H A Ddrm_api.c745 T_DRM_DM_Info dmInfo; local
747 memset(&dmInfo, 0, sizeof(T_DRM_DM_Info));
748 if (FALSE == drm_parseDM(buf, bufLen, &dmInfo)) {
754 if (COMBINED_DELIVERY != dmInfo.deliveryType || dmInfo.rightsOffset <= 0 || dmInfo.rightsLen <= 0) {
760 if (FALSE == drm_relParser(buf + dmInfo.rightsOffset, dmInfo.rightsLen, TYPE_DRM_RIGHTS_XML, &rights)) {
835 T_DRM_DM_Info dmInfo; local
837 memset(&dmInfo,
[all...]

Completed in 21 milliseconds