Home
last modified time | relevance | path

Searched refs:mProtectedVideoSession (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/common/base/
DDisplayAnalyzer.cpp43 mProtectedVideoSession(false), in DisplayAnalyzer()
69 mProtectedVideoSession = false; in initialize()
342 (state == VIDEO_PLAYBACK_STOPPING && mProtectedVideoSession)) { in postVideoEvent()
556 (state == VIDEO_PLAYBACK_STOPPING && mProtectedVideoSession)) { in handleVideoEvent()
579 mProtectedVideoSession = false; in handleVideoEvent()
584 mProtectedVideoSession = info.isProtected; in handleVideoEvent()
DDisplayAnalyzer.h130 bool mProtectedVideoSession; variable