Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h613 return getPhysicalDisplayIdsLocked(); in getPhysicalDisplayIds()
1006 std::vector<PhysicalDisplayId> getPhysicalDisplayIdsLocked() const REQUIRES(mStateLock);
H A DSurfaceFlinger.cpp652 std::vector<PhysicalDisplayId> SurfaceFlinger::getPhysicalDisplayIdsLocked() const { in getPhysicalDisplayIdsLocked() function in android::SurfaceFlinger