Lines Matching refs:DisplayAnalyzer
32 DisplayAnalyzer::DisplayAnalyzer() in DisplayAnalyzer() function in android::intel::DisplayAnalyzer
50 DisplayAnalyzer::~DisplayAnalyzer() in ~DisplayAnalyzer()
54 bool DisplayAnalyzer::initialize() in initialize()
77 void DisplayAnalyzer::deinitialize() in deinitialize()
84 void DisplayAnalyzer::analyzeContents( in analyzeContents()
104 void DisplayAnalyzer::handleVideoExtMode() in handleVideoExtMode()
127 void DisplayAnalyzer::checkVideoExtMode() in checkVideoExtMode()
231 bool DisplayAnalyzer::isVideoExtModeActive() in isVideoExtModeActive()
236 bool DisplayAnalyzer::isVideoExtModeEnabled() in isVideoExtModeEnabled()
250 bool DisplayAnalyzer::isVideoLayer(hwc_layer_1_t &layer) in isVideoLayer()
267 bool DisplayAnalyzer::isVideoFullScreen(int device, hwc_layer_1_t &layer) in isVideoFullScreen()
300 bool DisplayAnalyzer::isOverlayAllowed() in isOverlayAllowed()
305 int DisplayAnalyzer::getVideoInstances() in getVideoInstances()
310 void DisplayAnalyzer::postHotplugEvent(bool connected) in postHotplugEvent()
325 void DisplayAnalyzer::postVideoEvent(int instanceID, int state) in postVideoEvent()
353 void DisplayAnalyzer::postBlankEvent(bool blank) in postBlankEvent()
362 void DisplayAnalyzer::postInputEvent(bool active) in postInputEvent()
371 void DisplayAnalyzer::postIdleEntryEvent(void) in postIdleEntryEvent()
379 void DisplayAnalyzer::postEvent(Event& e) in postEvent()
385 bool DisplayAnalyzer::getEvent(Event& e) in getEvent()
396 void DisplayAnalyzer::handlePendingEvents() in handlePendingEvents()
436 void DisplayAnalyzer::handleHotplugEvent(bool connected) in handleHotplugEvent()
475 void DisplayAnalyzer::handleBlankEvent(bool blank) in handleBlankEvent()
490 void DisplayAnalyzer::handleTimingEvent() in handleTimingEvent()
525 void DisplayAnalyzer::handleVideoEvent(int instanceID, int state) in handleVideoEvent()
584 void DisplayAnalyzer::blankSecondaryDevice() in blankSecondaryDevice()
614 void DisplayAnalyzer::handleInputEvent(bool active) in handleInputEvent()
632 void DisplayAnalyzer::handleDpmsEvent(int delayCount) in handleDpmsEvent()
667 void DisplayAnalyzer::handleIdleEntryEvent(int count) in handleIdleEntryEvent()
699 void DisplayAnalyzer::handleIdleExitEvent() in handleIdleExitEvent()
706 void DisplayAnalyzer::handleVideoCheckEvent() in handleVideoCheckEvent()
751 void DisplayAnalyzer::enterVideoExtMode() in enterVideoExtMode()
772 void DisplayAnalyzer::exitVideoExtMode() in exitVideoExtMode()
792 bool DisplayAnalyzer::isPresentationLayer(hwc_layer_1_t &layer) in isPresentationLayer()
814 bool DisplayAnalyzer::hasProtectedLayer() in hasProtectedLayer()
843 bool DisplayAnalyzer::isProtectedLayer(hwc_layer_1_t &layer) in isProtectedLayer()
860 bool DisplayAnalyzer::ignoreVideoSkipFlag() in ignoreVideoSkipFlag()
865 void DisplayAnalyzer::setCompositionType(hwc_display_contents_1_t *display, int type) in setCompositionType()
873 void DisplayAnalyzer::setCompositionType(int device, int type, bool reset) in setCompositionType()
889 int DisplayAnalyzer::getFirstVideoInstanceSessionID() { in getFirstVideoInstanceSessionID()