[SF] Introduce VirtualDisplayId
This change introduces a new class VirtualDisplayId which is inherited by HwcVirtualDisplayId and GpuVirtualDisplayId. HwcVirtualDisplayId replaces the current ids assigned to virtual displays backed by HWC. GpuVirtualDisplayIds are random generated IDs assigned to non HWC virtual displays, which currently don't have IDs. This way all compositionengine/Display and DisplayDevice objects have a DisplayId. The logic for ID generation is encapsulated in DisplayIdGenerator.h. Bug: 162916145 Bug: 160679868 Bug: 137375833 Test: scrcpy on device Test: atest DisplayIdGeneratorTest Test: atest libsurfaceflinger_unittest Change-Id: I550b1f4714fcad0c3328d0cad93fc601ea7593c2
Loading
Please register or sign in to comment