Home
last modified time | relevance | path

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

/frameworks/base/media/libdrm/mobile1/include/parser/
Dparser_rel.h74 int32_t bIsPrintable; /**< Is printable */ member
/frameworks/base/media/libdrm/mobile1/src/parser/
Dparser_rel.c260 bIsAble = &(ro->bIsPrintable); in drm_getRightValue()
277 bIsAble = &(ro->bIsPrintable); in drm_getRightValue()
/frameworks/base/media/libdrm/mobile1/src/objmng/
Ddrm_api.c273 if (1 == pRights->bIsPrintable) { in drm_getLicenseInfo()
654 drm_startConsumeRights(&pCurRo->bIsPrintable, in drm_checkRoAndUpdate()
665 0 == pCurRo->bIsExecuteable && 0 == pCurRo->bIsPrintable) { in drm_checkRoAndUpdate()
1180 res = drm_startCheckRights(&(pCurRo->bIsPrintable), &(pCurRo->PrintConstraint)); in SVC_drm_checkRights()