Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.cpp434 std::string ExynosPrimaryDisplay::getPanelSysfsPath(const DisplayType &type) { in getPanelSysfsPath() function in ExynosPrimaryDisplay
450 std::string &&panel_sysfs_path = getPanelSysfsPath(type); in SetCurrentPanelGammaSource()
723 const std::string path = getPanelSysfsPath(getDisplayTypeFromIndex(mIndex)) + "panel_idle"; in getDisplayIdleTimerEnabled()
739 const std::string path = getPanelSysfsPath(getDisplayTypeFromIndex(mIndex)) + "panel_idle"; in setDisplayIdleTimerEnabled()
773 const std::string path = getPanelSysfsPath(DisplayType::DISPLAY_PRIMARY) + "idle_delay_ms"; in setDisplayIdleDelayNanos()
793 getPanelSysfsPath(getDisplayTypeFromIndex(mIndex)) + "panel_need_handle_idle_exit"; in initDisplayHandleIdleExit()
851 const std::string path = getPanelSysfsPath(getDisplayTypeFromIndex(mIndex)) + "min_vrefresh"; in setMinIdleRefreshRate()
DExynosPrimaryDisplay.h89 std::string getPanelSysfsPath(const displaycolor::DisplayType& type);
/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterfaceModule.cpp781 const std::string &sysfs = display->getPanelSysfsPath(type); in GetPanelInfo()