Home
last modified time | relevance | path

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

/frameworks/base/media/libdrm/mobile1/include/parser/
Dparser_rel.h73 int32_t bIsExecuteable; /**< Is executeable */ member
/frameworks/base/media/libdrm/mobile1/src/parser/
Dparser_rel.c256 bIsAble = &(ro->bIsExecuteable); in drm_getRightValue()
274 bIsAble = &(ro->bIsExecuteable); in drm_getRightValue()
/frameworks/base/media/libdrm/mobile1/src/objmng/
Ddrm_api.c256 if (1 == pRights->bIsExecuteable) { in drm_getLicenseInfo()
648 drm_startConsumeRights(&pCurRo->bIsExecuteable, in drm_checkRoAndUpdate()
665 0 == pCurRo->bIsExecuteable && 0 == pCurRo->bIsPrintable) { in drm_checkRoAndUpdate()
1177 res = drm_startCheckRights(&(pCurRo->bIsExecuteable), &(pCurRo->ExecuteConstraint)); in SVC_drm_checkRights()