Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gui/include/gui/
H A DISurfaceComposer.h147 std::optional<PhysicalDisplayId> getInternalDisplayId() const { in getInternalDisplayId() function
159 const auto displayId = getInternalDisplayId(); in getInternalDisplayToken()
H A DSurfaceComposerClient.h314 static std::optional<PhysicalDisplayId> getInternalDisplayId();
/aosp12/frameworks/base/cmds/screencap/
H A Dscreencap.cpp124 std::optional<PhysicalDisplayId> displayId = SurfaceComposerClient::getInternalDisplayId(); in main()
/aosp12/frameworks/native/libs/nativedisplay/
H A DADisplay.cpp177 SurfaceComposerClient::getInternalDisplayId(); in ADisplay_acquirePhysicalDisplays()
/aosp12/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp1068 std::optional<PhysicalDisplayId> displayId = SurfaceComposerClient::getInternalDisplayId(); in main()
/aosp12/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp944 std::optional<PhysicalDisplayId> SurfaceComposerClient::getInternalDisplayId() { in getInternalDisplayId() function in android::SurfaceComposerClient
945 return ComposerService::getComposerService()->getInternalDisplayId(); in getInternalDisplayId()