Lines Matching refs:isProtectedCallAllowed
86 bool DrmManagerService::isProtectedCallAllowed(drm_perm_t perm) { in isProtectedCallAllowed() function in DrmManagerService
218 if (!isProtectedCallAllowed(CONSUME_RIGHTS)) { in consumeRights()
227 if (!isProtectedCallAllowed(SET_PLAYBACK_STATUS)) { in setPlaybackStatus()
275 if (isProtectedCallAllowed(OPEN_DECRYPT_SESSION)) { in openDecryptSession()
285 if (isProtectedCallAllowed(OPEN_DECRYPT_SESSION)) { in openDecryptSession()
295 if (isProtectedCallAllowed(OPEN_DECRYPT_SESSION)) { in openDecryptSession()
304 if (!isProtectedCallAllowed(CLOSE_DECRYPT_SESSION)) { in closeDecryptSession()
313 if (!isProtectedCallAllowed(INITIALIZE_DECRYPT_UNIT)) { in initializeDecryptUnit()
323 if (!isProtectedCallAllowed(DECRYPT)) { in decrypt()
332 if (!isProtectedCallAllowed(FINALIZE_DECRYPT_UNIT)) { in finalizeDecryptUnit()
341 if (!isProtectedCallAllowed(PREAD)) { in pread()