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

/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...]
/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerService.h65 static bool isProtectedCallAllowed(drm_perm_t perm);

Completed in 56 milliseconds