Searched defs:hwcDisplayId (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWComposer.cpp | 44 #define LOG_HWC_DISPLAY_ERROR(hwcDisplayId, msg) \ argument 172 bool HWComposer::getDisplayIdentificationData(hal::HWDisplayId hwcDisplayId, uint8_t* outPort, in getDisplayIdentificationData() 195 std::optional<DisplayIdentificationInfo> HWComposer::onHotplug(hal::HWDisplayId hwcDisplayId, in onHotplug() 207 bool HWComposer::onVsync(hal::HWDisplayId hwcDisplayId, int64_t timestamp) { in onVsync() 259 hal::HWDisplayId hwcDisplayId = 0; in allocateVirtualDisplay() local 287 void HWComposer::allocatePhysicalDisplay(hal::HWDisplayId hwcDisplayId, DisplayId displayId) { in allocatePhysicalDisplay() 697 const auto hwcDisplayId = displayData.hwcDisplay->getId(); in disconnectDisplay() local 884 bool HWComposer::shouldIgnoreHotplugConnect(hal::HWDisplayId hwcDisplayId, in shouldIgnoreHotplugConnect() 906 hal::HWDisplayId hwcDisplayId) { in onHotplugConnect() 954 hal::HWDisplayId hwcDisplayId) { in onHotplugDisconnect()
|
/frameworks/native/services/surfaceflinger/ |
D | DisplayDevice.h | 191 hardware::graphics::composer::hal::HWDisplayId hwcDisplayId; member
|
D | SurfaceFlinger.h | 909 const auto hwcDisplayId = getHwComposer().getInternalHwcDisplayId(); in getInternalDisplayIdLocked() local 1065 hal::HWDisplayId hwcDisplayId; member
|
D | SurfaceFlinger.cpp | 1348 const auto hwcDisplayId = getHwComposer().fromPhysicalDisplayId(*displayId); in getDeviceProductInfoLocked() local 1578 void SurfaceFlinger::onVsyncReceived(int32_t sequenceId, hal::HWDisplayId hwcDisplayId, in onVsyncReceived() 1632 void SurfaceFlinger::onHotplugReceived(int32_t sequenceId, hal::HWDisplayId hwcDisplayId, in onHotplugReceived() 4549 const auto hwcDisplayId = getHwComposer().fromPhysicalDisplayId(*displayId); in dumpDisplayIdentificationData() local 4583 hal::HWDisplayId hwcDisplayId; in dumpRawDisplayIdentificationData() local
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | TestableSurfaceFlinger.h | 564 std::optional<hal::HWDisplayId> hwcDisplayId, bool isPrimary) in FakeDisplayDeviceInjector()
|
D | DisplayTransactionTest.cpp | 295 bool DisplayTransactionTest::hasPhysicalHwcDisplay(HWDisplayId hwcDisplayId) { in hasPhysicalHwcDisplay() 1795 const auto hwcDisplayId = Case::Display::HWC_DISPLAY_ID_OPT::value; in setupNewDisplayDeviceInternalTest() local 1971 const auto hwcDisplayId = Case::Display::HWC_DISPLAY_ID_OPT::value; in verifyDisplayIsConnected() local
|