Home | History | Annotate | Download | only in libvrflinger

Lines Matching defs:displays

67 // With global shutter displays, this should be changed to the offset to when
337 // vsync/DMA for physical displays.
934 auto displays = composer_callback_->GetDisplays();
935 if (displays.external_display_was_hotplugged) {
944 if (displays.external_display) {
947 *displays.external_display, /*is_primary*/ false);
986 // When we switch displays we need to recreate all the layers, so clear the
1136 HardwareComposer::ComposerCallback::Displays
1139 Displays displays;
1140 displays.primary_display = primary_display_.id;
1142 displays.external_display = external_display_->id;
1145 displays.external_display_was_hotplugged = true;
1147 return displays;