OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isprotectedcallallowed
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/drm/drmserver/
DrmManagerService.cpp
82
bool DrmManagerService::
isProtectedCallAllowed
(drm_perm_t perm) {
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_UNIT))
[
all
...]
/frameworks/av/drm/libdrmframework/include/
DrmManagerService.h
65
static bool
isProtectedCallAllowed
(drm_perm_t perm);
Completed in 114 milliseconds