Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwcomposer.cpp62 DummyDisplay* physical_display = nullptr; variable
70 bool IsPhysical() { return physical_display == this; } in IsPhysical()
77 if (physical_display != nullptr) { in MakePhysical()
80 physical_display = this; in MakePhysical()
173 vsync_callback(vsync_data, physical_display->GetId(), timestamp); in threadLoop()
946 if (physical_display == nullptr) { in Hwc2DeviceOpen()