Searched refs:getPanelSysfsPath (Results 1 – 7 of 7) sorted by relevance
27 const std::string& sysfs = display->getPanelSysfsPath(); in ExynosPrimaryDisplayDrmInterfaceModule()
115 std::string getPanelSysfsPath() const override { in getPanelSysfsPath() function116 return getPanelSysfsPath(getDcDisplayType()); in getPanelSysfsPath()118 std::string getPanelSysfsPath(const displaycolor::DisplayType& type) const;
226 std::string displayFileNodePath = getPanelSysfsPath();705 std::string ExynosPrimaryDisplay::getPanelSysfsPath(const DisplayType& type) const { in getPanelSysfsPath() function in ExynosPrimaryDisplay721 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()
34 mDisplayFileNodePath(mDisplay->getPanelSysfsPath()){}; in ExynosDisplayContextProvider()
469 const std::string& sysfs = display->getPanelSysfsPath(); in GetPanelInfo()
112 std::string displayFileNodePath = mDisplay->getPanelSysfsPath(); in VariableRefreshRateController()
1357 virtual std::string getPanelSysfsPath() const { return std::string(); } in getPanelSysfsPath() function