Home
last modified time | relevance | path

Searched refs:ppRightsInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/libdrm/mobile1/include/objmng/
Dsvc_drm.h347 int32_t SVC_drm_viewAllRights(T_DRM_Rights_Info_Node **ppRightsInfo);
/frameworks/base/media/libdrm/mobile1/src/objmng/
Ddrm_api.c1831 int32_t SVC_drm_viewAllRights(T_DRM_Rights_Info_Node **ppRightsInfo) in SVC_drm_viewAllRights() argument
1839 if (NULL == ppRightsInfo) in SVC_drm_viewAllRights()
1842 *ppRightsInfo = NULL; in SVC_drm_viewAllRights()
1861 if (FALSE == drm_addRightsNodeToList(ppRightsInfo, &rightsNode)) in SVC_drm_viewAllRights()