Home
last modified time | relevance | path

Searched refs:FLAG_PROTECTED (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerSource.h42 FLAG_PROTECTED = 64, // The screen needs to be protected (screenshot is disabled). enumerator
DNuPlayer.cpp1931 if (mSourceFlags & Source::FLAG_PROTECTED) { in instantiateDecoder()
2565 (flags & Source::FLAG_PROTECTED) != 0); in onSourceNotify()
DGenericSource.cpp1652 (mIsSecure ? FLAG_PROTECTED : 0) | in prepareDrm()