Home
last modified time | relevance | path

Searched refs:getPanelSysfsPath (Results 1 – 7 of 7) sorted by relevance

/hardware/google/graphics/zuma/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterfaceModule.cpp27 const std::string& sysfs = display->getPanelSysfsPath(); in ExynosPrimaryDisplayDrmInterfaceModule()
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.h115 std::string getPanelSysfsPath() const override { in getPanelSysfsPath() function
116 return getPanelSysfsPath(getDcDisplayType()); in getPanelSysfsPath()
118 std::string getPanelSysfsPath(const displaycolor::DisplayType& type) const;
DExynosPrimaryDisplay.cpp226 std::string displayFileNodePath = getPanelSysfsPath();
705 std::string ExynosPrimaryDisplay::getPanelSysfsPath(const DisplayType& type) const { in getPanelSysfsPath() function in ExynosPrimaryDisplay
721 std::string &&panel_sysfs_path = getPanelSysfsPath(type); in SetCurrentPanelGammaSource()
1194 const std::string path = getPanelSysfsPath() + "panel_idle"; in getDisplayIdleTimerEnabled()
1210 const std::string path = getPanelSysfsPath() + "panel_idle"; in setDisplayIdleTimerEnabled()
1244 const std::string path = getPanelSysfsPath() + "idle_delay_ms"; in setDisplayIdleDelayNanos()
1263 const std::string path = getPanelSysfsPath() + "panel_need_handle_idle_exit"; in initDisplayHandleIdleExit()
1410 const std::string path = getPanelSysfsPath() + "min_vrefresh"; in setMinIdleRefreshRate()
1697 const std::string& sysfs = getPanelSysfsPath(); in getPanelName()
/hardware/google/graphics/common/libhwc2.1/libvrr/display/exynos/
DExynosDisplayContextProvider.h34 mDisplayFileNodePath(mDisplay->getPanelSysfsPath()){}; in ExynosDisplayContextProvider()
/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterfaceModule.cpp469 const std::string& sysfs = display->getPanelSysfsPath(); in GetPanelInfo()
/hardware/google/graphics/common/libhwc2.1/libvrr/
DVariableRefreshRateController.cpp112 std::string displayFileNodePath = mDisplay->getPanelSysfsPath(); in VariableRefreshRateController()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.h1357 virtual std::string getPanelSysfsPath() const { return std::string(); } in getPanelSysfsPath() function