Lines Matching refs:isProtectedCallAllowed
86 bool DrmManagerService::isProtectedCallAllowed(drm_perm_t perm) { in isProtectedCallAllowed() function in DrmManagerService
219 if (!isProtectedCallAllowed(CONSUME_RIGHTS)) { in consumeRights()
228 if (!isProtectedCallAllowed(SET_PLAYBACK_STATUS)) { in setPlaybackStatus()
276 if (isProtectedCallAllowed(OPEN_DECRYPT_SESSION)) { in openDecryptSession()
286 if (isProtectedCallAllowed(OPEN_DECRYPT_SESSION)) { in openDecryptSession()
296 if (isProtectedCallAllowed(OPEN_DECRYPT_SESSION)) { in openDecryptSession()
305 if (!isProtectedCallAllowed(CLOSE_DECRYPT_SESSION)) { in closeDecryptSession()
314 if (!isProtectedCallAllowed(INITIALIZE_DECRYPT_UNIT)) { in initializeDecryptUnit()
324 if (!isProtectedCallAllowed(DECRYPT)) { in decrypt()
333 if (!isProtectedCallAllowed(FINALIZE_DECRYPT_UNIT)) { in finalizeDecryptUnit()
342 if (!isProtectedCallAllowed(PREAD)) { in pread()