Home
last modified time | relevance | path

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

/frameworks/base/media/libdrm/mobile1/include/parser/
Dparser_rel.h71 int32_t bIsPlayable; /**< Is playable */ member
/frameworks/base/media/libdrm/mobile1/src/parser/
Dparser_rel.c248 bIsAble = &(ro->bIsPlayable); in drm_getRightValue()
268 bIsAble = &(ro->bIsPlayable); in drm_getRightValue()
/frameworks/base/media/libdrm/mobile1/src/objmng/
Ddrm_api.c240 if (1 == pRights->bIsPlayable) { in drm_getLicenseInfo()
637 drm_startConsumeRights(&pCurRo->bIsPlayable, in drm_checkRoAndUpdate()
664 if (0 == pCurRo->bIsPlayable && 0 == pCurRo->bIsDisplayable && in drm_checkRoAndUpdate()
1171 res = drm_startCheckRights(&(pCurRo->bIsPlayable), &(pCurRo->PlayConstraint)); in SVC_drm_checkRights()