Lines Matching +defs:val +defs:displayId

240 std::chrono::milliseconds getIdleTimerTimeout(PhysicalDisplayId displayId) {  in getIdleTimerTimeout()
254 bool getKernelIdleTimerSyspropConfig(PhysicalDisplayId displayId) { in getKernelIdleTimerSyspropConfig()
676 void SurfaceFlinger::releaseVirtualDisplay(VirtualDisplayId displayId) { in releaseVirtualDisplay()
691 void SurfaceFlinger::releaseVirtualDisplaySnapshot(VirtualDisplayId displayId) { in releaseVirtualDisplaySnapshot()
968 [this](PhysicalDisplayId displayId, Fps vsyncRate, Fps renderRate) { in init()
1155 status_t SurfaceFlinger::getStaticDisplayInfo(int64_t displayId, ui::StaticDisplayInfo* info) { in getStaticDisplayInfo()
1244 const PhysicalDisplayId displayId = snapshot.displayId(); in getDynamicDisplayInfoInternal() local
1348 const auto displayId = mode.modePtr->getPhysicalDisplayId(); in setDesiredMode() local
1447 void SurfaceFlinger::finalizeDisplayModeChange(PhysicalDisplayId displayId) { in finalizeDisplayModeChange()
1483 void SurfaceFlinger::dropModeRequest(PhysicalDisplayId displayId) { in dropModeRequest()
1491 void SurfaceFlinger::applyActiveMode(PhysicalDisplayId displayId) { in applyActiveMode()
1675 [](const auto& val) { return static_cast<int32_t>(val); }); in getOverlaySupport()
1680 [](const auto& val) { return static_cast<int32_t>(val); }); in getOverlaySupport()
1685 [](const auto& val) { return static_cast<int32_t>(val); }); in getOverlaySupport()
1690 [](const auto& val) { return static_cast<int32_t>(val); }); in getOverlaySupport()
1710 [](const auto& val) { in getOverlaySupport()
1753 if (const auto displayId = getPhysicalDisplayIdLocked(displayToken)) { in clearBootDisplayMode() local
1921 const auto displayId = getPhysicalDisplayIdLocked(displayToken); in getDisplayedContentSamplingAttributes() local
1935 if (const auto displayId = getPhysicalDisplayIdLocked(displayToken)) { in setDisplayContentSamplingEnabled() local
1952 const auto displayId = getPhysicalDisplayIdLocked(displayToken); in getDisplayedContentSample() local
2065 const auto displayId = getPhysicalDisplayIdLocked(displayToken); in getDisplayBrightnessSupport() local
2152 const auto displayId = display->getId(); in addHdrLayerInfoListener() local
2176 const auto displayId = display->getId(); in removeHdrLayerInfoListener() local
2204 const auto displayId = getPhysicalDisplayIdLocked(displayToken); in getDisplayDecorationSupport() local
3048 ui::Rotation SurfaceFlinger::getPhysicalDisplayOrientation(DisplayId displayId, in getPhysicalDisplayOrientation()
3568 const auto displayId = info->id; in configureLocked() local
3613 std::optional<DisplayModeId> SurfaceFlinger::processHotplugConnect(PhysicalDisplayId displayId, in processHotplugConnect()
3677 void SurfaceFlinger::processHotplugDisconnect(PhysicalDisplayId displayId, in processHotplugDisconnect()
3846 const auto displayId = VirtualDisplayId::tryCast(compositionDisplay->getId()); in processDisplayAdded() local
3857 const auto displayId = PhysicalDisplayId::tryCast(compositionDisplay->getId()); in processDisplayAdded() local
4228 void SurfaceFlinger::requestHardwareVsync(PhysicalDisplayId displayId, bool enable) { in requestHardwareVsync()
4249 const auto displayId = modePtr->getPhysicalDisplayId(); in requestDisplayModes() local
4291 void SurfaceFlinger::notifyExpectedPresentIfRequired(PhysicalDisplayId displayId, in notifyExpectedPresentIfRequired()
4347 void SurfaceFlinger::scheduleNotifyExpectedPresentHint(PhysicalDisplayId displayId, in scheduleNotifyExpectedPresentHint()
4407 void SurfaceFlinger::sendNotifyExpectedPresentHint(PhysicalDisplayId displayId) { in sendNotifyExpectedPresentHint()
5278 status_t SurfaceFlinger::mirrorDisplay(DisplayId displayId, const LayerCreationArgs& args, in mirrorDisplay()
5454 const auto displayId = display->getPhysicalId(); in setPowerModeInternal() local
5810 const auto displayId = display->getId(); in dumpDisplays() local
5828 const auto displayId = PhysicalDisplayId::tryCast(display->getId()); in dumpDisplayIdentificationData() local
6037 const auto displayId = HalDisplayId::tryCast(display->getId()); in dumpHwcLayersMinidump() local
6939 auto SurfaceFlinger::getKernelIdleTimerProperties(PhysicalDisplayId displayId) in getKernelIdleTimerProperties()
7156 void SurfaceFlinger::captureDisplay(DisplayId displayId, const CaptureArgs& args, in captureDisplay()
7738 PhysicalDisplayId displayId, DisplayModeId defaultModeId) const { in getPreferredDisplayMode()
7757 const auto displayId = display->getPhysicalId(); in setDesiredDisplayModeSpecsInternal() local
7783 PhysicalDisplayId displayId, const scheduler::RefreshRateSelector& selector) { in applyRefreshRateSelectorPolicy()
8556 binder::Status SurfaceComposerAIDL::getPhysicalDisplayToken(int64_t displayId, in getPhysicalDisplayToken()
8612 binder::Status SurfaceComposerAIDL::getStaticDisplayInfo(int64_t displayId, in getStaticDisplayInfo()
8727 binder::Status SurfaceComposerAIDL::getDynamicDisplayInfoFromId(int64_t displayId, in getDynamicDisplayInfoFromId()
8865 int64_t displayId, const CaptureArgs& args, in captureDisplayById()