Searched refs:isProtectedCallAllowed (Results 1 – 2 of 2) sorted by relevance
86 bool DrmManagerService::isProtectedCallAllowed(drm_perm_t perm) { in isProtectedCallAllowed() function in DrmManagerService218 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()[all …]
65 static bool isProtectedCallAllowed(drm_perm_t perm);