mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
ada2850cfb0818bdaf7b738ec12a6447fa6b2543
run VtsHalGraphicsComposerV2_2TargetTest will timeout failed when there is dual displays. use `std::unordered_set` Display type, `std::vector<Display>(mDisplays.begin(), mDisplays.end())` as getDisplays return value, mDisplays elements order may not be same as the order of hotplug events during boot matters. We should store `mDisplays` as `std::vector`, since the order of hotplug events during boot matters in determining the primary display. Bug: 209409863 Test: run vts -m VtsHalGraphicsComposerV2_2TargetTest Signed-off-by: Kui1 Wu <wukui1@xiaomi.com> Change-Id: I628ad593640f28fb8a916822a91ac2c578cc299d
Merge "Backfill owner information for VTS module VtsHalInputClassifierV1_0TargetTest." am:
a850e9d1b6
Description
No description provided
Languages
C++
56.3%
AIDL
41.2%
C
1.5%
Rust
0.4%
Java
0.4%
Other
0.1%