Home
last modified time | relevance | path

Searched refs:mIsSecure (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/services/surfaceflinger/
DDisplayDevice.h110 bool isSecure() const { return mIsSecure; } in isSecure()
233 bool mIsSecure; variable
DDisplayDevice.cpp112 mIsSecure(isSecure), in DisplayDevice()
622 mIsSecure, mPowerMode, mActiveConfig,
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp64 mIsSecure(false), in GenericSource()
102 mIsSecure = false; in resetDataSource()
247 mIsSecure, (mMimes.isEmpty() ? "NONE" : mMimes[0].string())); in initFromDataSource()
305 if (mIsSecure && !audio && mVideoTrack.mSource != NULL) { in setBuffers()
350 mIsSecure = false; in onPrepareAsync()
1944 mIsSecure = false; in onPrepareDrm()
1974 mIsSecure = crypto->requiresSecureDecoderComponent(mime); in onPrepareDrm()
1976 mime, mIsSecure); in onPrepareDrm()
1981 (mIsSecure ? FLAG_SECURE : 0) | in onPrepareDrm()
1983 (mIsSecure ? FLAG_PROTECTED : 0) | in onPrepareDrm()
DNuPlayerDecoder.h101 bool mIsSecure; member
DNuPlayerDecoder.cpp81 mIsSecure(false), in Decoder()
315 mIsSecure = secure; in onConfigure()
340 crypto.get(), (crypto != NULL ? crypto->getStrongCount() : 0), mIsSecure); in onConfigure()
DGenericSource.h226 bool mIsSecure; member
/frameworks/av/media/libstagefright/include/
DOMXNodeInstance.h98 return mIsSecure; in isSecure()
124 bool mIsSecure; member
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp366 mIsSecure = AString(name).endsWith(".secure"); in OMXNodeInstance()