Home
last modified time | relevance | path

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

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