Home
last modified time | relevance | path

Searched defs:hwcDisplayId (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp47 #define LOG_HWC_DISPLAY_ERROR(hwcDisplayId, msg) \ argument
118 bool HWComposer::getDisplayIdentificationData(hal::HWDisplayId hwcDisplayId, uint8_t* outPort, in getDisplayIdentificationData()
140 std::optional<DisplayIdentificationInfo> HWComposer::onHotplug(hal::HWDisplayId hwcDisplayId, in onHotplug()
156 std::optional<PhysicalDisplayId> HWComposer::onVsync(hal::HWDisplayId hwcDisplayId, in onVsync()
214 hal::HWDisplayId hwcDisplayId; in allocateVirtualDisplay() local
227 void HWComposer::allocatePhysicalDisplay(hal::HWDisplayId hwcDisplayId, PhysicalDisplayId displayId, in allocatePhysicalDisplay()
249 int32_t HWComposer::getAttribute(hal::HWDisplayId hwcDisplayId, hal::HWConfigId configId, in getAttribute()
278 const auto hwcDisplayId = mDisplayData.at(displayId).hwcDisplay->getId(); in getModes() local
288 uint64_t hwcDisplayId, const HWCDisplayMode& hwcMode) const { in getEstimatedDotsPerInchFromSize()
329 uint64_t hwcDisplayId, int32_t maxFrameIntervalNs) const { in getModesFromDisplayConfigurations()
[all …]
/frameworks/native/services/surfaceflinger/tests/unittests/
DFakeDisplayInjector.h36 HWDisplayId hwcDisplayId = 0; member
DSurfaceFlinger_SetupNewDisplayDeviceInternalTest.cpp240 const auto hwcDisplayId = Case::Display::HWC_DISPLAY_ID_OPT::value; in setupNewDisplayDeviceInternalTest() local
DSurfaceFlinger_DisplayTransactionCommitTest.cpp112 const auto hwcDisplayId = Case::Display::HWC_DISPLAY_ID_OPT::value; in verifyDisplayIsConnected() local
DTestableSurfaceFlinger.h446 void onComposerHalHotplugEvent(hal::HWDisplayId hwcDisplayId, DisplayHotplugEvent event) { in onComposerHalHotplugEvent()
967 std::optional<hal::HWDisplayId> hwcDisplayId, bool isPrimary) in FakeDisplayDeviceInjector()
/frameworks/native/services/surfaceflinger/
DDisplayDevice.h280 hardware::graphics::composer::hal::HWDisplayId hwcDisplayId; member
DSurfaceFlinger.cpp2299 void SurfaceFlinger::onComposerHalVsync(hal::HWDisplayId hwcDisplayId, int64_t timestamp, in onComposerHalVsync()
2314 void SurfaceFlinger::onComposerHalHotplugEvent(hal::HWDisplayId hwcDisplayId, in onComposerHalHotplugEvent()
2406 void SurfaceFlinger::onComposerHalHdcpLevelsChanged(hal::HWDisplayId hwcDisplayId, in onComposerHalHdcpLevelsChanged()
3752 hal::HWDisplayId hwcDisplayId, in processHotplugConnect()
6088 const auto hwcDisplayId = getHwComposer().fromPhysicalDisplayId(*displayId); in dumpDisplayIdentificationData() local
6141 hal::HWDisplayId hwcDisplayId; in dumpRawDisplayIdentificationData() local
8462 void SurfaceFlinger::updateHdcpLevels(hal::HWDisplayId hwcDisplayId, int32_t connectedLevel, in updateHdcpLevels()
DSurfaceFlinger.h1338 hal::HWDisplayId hwcDisplayId; member