Home
last modified time | relevance | path

Searched refs:isProtectedCallAllowed (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/drm/drmserver/
DDrmManagerService.cpp82 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()
[all …]
DDrmManagerService.h65 static bool isProtectedCallAllowed(drm_perm_t perm);