Lines Matching refs:mCachedDisplays
45 mCachedDisplays(0), in DisplayAnalyzer()
71 mCachedDisplays = 0; in initialize()
91 mCachedDisplays = displays; in analyzeContents()
158 content = mCachedDisplays[i]; in checkVideoExtMode()
185 content = mCachedDisplays[0]; in checkVideoExtMode()
217 content = mCachedDisplays[i]; in checkVideoExtMode()
492 if (mCachedDisplays[i]) { in handleBlankEvent()
493 mCachedDisplays[i]->flags |= HWC_GEOMETRY_CHANGED; in handleBlankEvent()
601 content = mCachedDisplays[i]; in blankSecondaryDevice()
686 if (mCachedDisplays && mCachedDisplays[IDisplayDevice::DEVICE_EXTERNAL]) { in handleIdleEntryEvent()
731 hwc_display_contents_1_t *content = mCachedDisplays[i]; in handleVideoCheckEvent()
806 if (mCachedDisplays == NULL) { in isPresentationLayer()
810 hwc_display_contents_1_t *content = mCachedDisplays[0]; in isPresentationLayer()
833 if (mCachedDisplays == NULL) { in hasProtectedLayer()
838 content = mCachedDisplays[index]; in hasProtectedLayer()
884 hwc_display_contents_1_t *content = mCachedDisplays[device]; in setCompositionType()