• Home
  • Raw
  • Download

Lines Matching refs:getDrmManagerService

40     sp<IDrmManagerService> service = getDrmManagerService();  in create()
42 *pUniqueId = getDrmManagerService()->addUniqueId(isNative); in create()
49 getDrmManagerService()->removeUniqueId(uniqueId); in remove()
52 const sp<IDrmManagerService>& DrmManagerClientImpl::getDrmManagerService() { in getDrmManagerService() function in DrmManagerClientImpl
70 getDrmManagerService()->addClient(uniqueId); in addClient()
74 getDrmManagerService()->removeClient(uniqueId); in removeClient()
82 return getDrmManagerService()->setDrmServiceListener(uniqueId, in setOnInfoListener()
91 getDrmManagerService()->getConstraints(uniqueId, path, action); in getConstraints()
99 drmMetadata = getDrmManagerService()->getMetadata(uniqueId, path); in getMetadata()
108 retCode = getDrmManagerService()->canHandle(uniqueId, path, mimeType); in canHandle()
117 drmInfoStatus = getDrmManagerService()->processDrmInfo(uniqueId, drmInfo); in processDrmInfo()
126 drmInfo = getDrmManagerService()->acquireDrmInfo(uniqueId, drmInfoRequest); in acquireDrmInfo()
133 return getDrmManagerService()->saveRights( in saveRights()
141 mimeType = getDrmManagerService()->getOriginalMimeType(uniqueId, path, fd); in getOriginalMimeType()
151 getDrmManagerService()->getDrmObjectType(uniqueId, path, mimeType); in getDrmObjectType()
161 getDrmManagerService()->checkRightsStatus(uniqueId, path, action); in checkRightsStatus()
171 status = getDrmManagerService()->consumeRights( in consumeRights()
182 status = getDrmManagerService()->setPlaybackStatus( in setPlaybackStatus()
193 retCode = getDrmManagerService()->validateAction( in validateAction()
202 status = getDrmManagerService()->removeRights(uniqueId, path); in removeRights()
208 return getDrmManagerService()->removeAllRights(uniqueId); in removeAllRights()
215 retCode = getDrmManagerService()->openConvertSession(uniqueId, mimeType); in openConvertSession()
225 getDrmManagerService()->convertData(uniqueId, convertId, inputData); in convertData()
232 return getDrmManagerService()->closeConvertSession(uniqueId, convertId); in closeConvertSession()
239 status = getDrmManagerService()->getAllSupportInfo( in getAllSupportInfo()
249 return getDrmManagerService()->openDecryptSession( in openDecryptSession()
258 handle = getDrmManagerService()->openDecryptSession(uniqueId, uri, mime); in openDecryptSession()
265 return getDrmManagerService()->openDecryptSession(uniqueId, buf, mimeType); in openDecryptSession()
272 status = getDrmManagerService()->closeDecryptSession( in closeDecryptSession()
283 status = getDrmManagerService()->initializeDecryptUnit( in initializeDecryptUnit()
296 status = getDrmManagerService()->decrypt( in decrypt()
307 status = getDrmManagerService()->finalizeDecryptUnit( in finalizeDecryptUnit()
317 retCode = getDrmManagerService()->pread( in pread()