Searched defs:isProtectedCallAllowed (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp82 bool DrmManagerService::isProtectedCallAllowed(drm_perm_t perm) { function in class:DrmManagerService
211 if (!isProtectedCallAllowed(CONSUME_RIGHTS)) {
220 if (!isProtectedCallAllowed(SET_PLAYBACK_STATUS)) {
268 if (isProtectedCallAllowed(OPEN_DECRYPT_SESSION)) {
278 if (isProtectedCallAllowed(OPEN_DECRYPT_SESSION)) {
288 if (isProtectedCallAllowed(OPEN_DECRYPT_SESSION)) {
297 if (!isProtectedCallAllowed(CLOSE_DECRYPT_SESSION)) {
306 if (!isProtectedCallAllowed(INITIALIZE_DECRYPT_UNIT)) {
316 if (!isProtectedCallAllowed(DECRYPT)) {
325 if (!isProtectedCallAllowed(FINALIZE_DECRYPT_UNI
[all...]

Completed in 67 milliseconds