Lines Matching refs:isProtectedCallAllowed
82 bool DrmManagerService::isProtectedCallAllowed(drm_perm_t perm) { in isProtectedCallAllowed() function in DrmManagerService
211 if (!isProtectedCallAllowed(CONSUME_RIGHTS)) { in consumeRights()
220 if (!isProtectedCallAllowed(SET_PLAYBACK_STATUS)) { in setPlaybackStatus()
268 if (isProtectedCallAllowed(OPEN_DECRYPT_SESSION)) { in openDecryptSession()
278 if (isProtectedCallAllowed(OPEN_DECRYPT_SESSION)) { in openDecryptSession()
288 if (isProtectedCallAllowed(OPEN_DECRYPT_SESSION)) { in openDecryptSession()
297 if (!isProtectedCallAllowed(CLOSE_DECRYPT_SESSION)) { in closeDecryptSession()
306 if (!isProtectedCallAllowed(INITIALIZE_DECRYPT_UNIT)) { in initializeDecryptUnit()
316 if (!isProtectedCallAllowed(DECRYPT)) { in decrypt()
325 if (!isProtectedCallAllowed(FINALIZE_DECRYPT_UNIT)) { in finalizeDecryptUnit()
334 if (!isProtectedCallAllowed(PREAD)) { in pread()