• Home
  • Raw
  • Download

Lines Matching refs:DisplayAnalyzer

34 DisplayAnalyzer::DisplayAnalyzer()  in DisplayAnalyzer()  function in android::intel::DisplayAnalyzer
52 DisplayAnalyzer::~DisplayAnalyzer() in ~DisplayAnalyzer()
56 bool DisplayAnalyzer::initialize() in initialize()
79 void DisplayAnalyzer::deinitialize() in deinitialize()
86 void DisplayAnalyzer::analyzeContents( in analyzeContents()
106 void DisplayAnalyzer::handleVideoExtMode() in handleVideoExtMode()
129 void DisplayAnalyzer::checkVideoExtMode() in checkVideoExtMode()
240 bool DisplayAnalyzer::isVideoExtModeActive() in isVideoExtModeActive()
245 bool DisplayAnalyzer::isVideoExtModeEnabled() in isVideoExtModeEnabled()
259 bool DisplayAnalyzer::isVideoLayer(hwc_layer_1_t &layer) in isVideoLayer()
276 bool DisplayAnalyzer::isVideoFullScreen(int device, hwc_layer_1_t &layer) in isVideoFullScreen()
309 bool DisplayAnalyzer::isOverlayAllowed() in isOverlayAllowed()
314 int DisplayAnalyzer::getVideoInstances() in getVideoInstances()
319 void DisplayAnalyzer::postHotplugEvent(bool connected) in postHotplugEvent()
334 void DisplayAnalyzer::postVideoEvent(int instanceID, int state) in postVideoEvent()
362 void DisplayAnalyzer::postBlankEvent(bool blank) in postBlankEvent()
371 void DisplayAnalyzer::postInputEvent(bool active) in postInputEvent()
380 void DisplayAnalyzer::postIdleEntryEvent(void) in postIdleEntryEvent()
388 void DisplayAnalyzer::postEvent(Event& e) in postEvent()
394 bool DisplayAnalyzer::getEvent(Event& e) in getEvent()
405 void DisplayAnalyzer::handlePendingEvents() in handlePendingEvents()
445 void DisplayAnalyzer::handleHotplugEvent(bool connected) in handleHotplugEvent()
484 void DisplayAnalyzer::handleBlankEvent(bool blank) in handleBlankEvent()
499 void DisplayAnalyzer::handleTimingEvent() in handleTimingEvent()
534 void DisplayAnalyzer::handleVideoEvent(int instanceID, int state) in handleVideoEvent()
593 void DisplayAnalyzer::blankSecondaryDevice() in blankSecondaryDevice()
623 void DisplayAnalyzer::handleInputEvent(bool active) in handleInputEvent()
641 void DisplayAnalyzer::handleDpmsEvent(int delayCount) in handleDpmsEvent()
676 void DisplayAnalyzer::handleIdleEntryEvent(int count) in handleIdleEntryEvent()
708 void DisplayAnalyzer::handleIdleExitEvent() in handleIdleExitEvent()
715 void DisplayAnalyzer::handleVideoCheckEvent() in handleVideoCheckEvent()
760 void DisplayAnalyzer::enterVideoExtMode() in enterVideoExtMode()
781 void DisplayAnalyzer::exitVideoExtMode() in exitVideoExtMode()
801 bool DisplayAnalyzer::isPresentationLayer(hwc_layer_1_t &layer) in isPresentationLayer()
823 bool DisplayAnalyzer::hasProtectedLayer() in hasProtectedLayer()
852 bool DisplayAnalyzer::isProtectedLayer(hwc_layer_1_t &layer) in isProtectedLayer()
869 bool DisplayAnalyzer::ignoreVideoSkipFlag() in ignoreVideoSkipFlag()
874 void DisplayAnalyzer::setCompositionType(hwc_display_contents_1_t *display, int type) in setCompositionType()
882 void DisplayAnalyzer::setCompositionType(int device, int type, bool reset) in setCompositionType()
898 int DisplayAnalyzer::getFirstVideoInstanceSessionID() { in getFirstVideoInstanceSessionID()