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()
235 bool mIsSecure; variable
DDisplayDevice.cpp112 mIsSecure(isSecure), in DisplayDevice()
631 tr.getType(), getPageFlipCount(), 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()
1954 mIsSecure = false; in onPrepareDrm()
1984 mIsSecure = crypto->requiresSecureDecoderComponent(mime); in onPrepareDrm()
1986 mime, mIsSecure); in onPrepareDrm()
1991 (mIsSecure ? FLAG_SECURE : 0) | in onPrepareDrm()
1993 (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/omx/include/media/stagefright/omx/
DOMXNodeInstance.h107 return mIsSecure; in isSecure()
133 bool mIsSecure; member
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp377 mIsSecure = AString(name).endsWith(".secure"); in OMXNodeInstance()