Home
last modified time | relevance | path

Searched refs:SysfsBasedRRIHandler (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.h1761 class SysfsBasedRRIHandler : public RefreshRateIndicator,
1763 public std::enable_shared_from_this<SysfsBasedRRIHandler> {
1765 SysfsBasedRRIHandler(ExynosDisplay* display);
1766 virtual ~SysfsBasedRRIHandler() = default;
DExynosDisplay.cpp6712 ExynosDisplay::SysfsBasedRRIHandler::SysfsBasedRRIHandler(ExynosDisplay* display) in SysfsBasedRRIHandler() function in ExynosDisplay::SysfsBasedRRIHandler
6719 int32_t ExynosDisplay::SysfsBasedRRIHandler::init() { in init()
6738 int32_t ExynosDisplay::SysfsBasedRRIHandler::disable() { in disable()
6743 void ExynosDisplay::SysfsBasedRRIHandler::updateRefreshRateLocked(int refreshRate) { in updateRefreshRateLocked()
6764 void ExynosDisplay::SysfsBasedRRIHandler::handleSysfsEvent() { in handleSysfsEvent()
6788 void ExynosDisplay::SysfsBasedRRIHandler::updateRefreshRate(int refreshRate) { in updateRefreshRate()
6793 void ExynosDisplay::SysfsBasedRRIHandler::setAllowWakeup(const bool enabled) { in setAllowWakeup()
6815 mRefreshRateIndicatorHandler = std::make_shared<SysfsBasedRRIHandler>(this); in setRefreshRateChangedCallbackDebugEnabled()
6848 void ExynosDisplay::SysfsBasedRRIHandler::checkOnPresentDisplay() { in checkOnPresentDisplay()