Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.cpp905 DISPLAY_LOGW("%s: failed to set config=%d rate=%d", __func__, config, peakRate); in setLhbmDisplayConfigLocked()
950 DISPLAY_LOGW("%s: wait for power mode on timeout !", __func__); in setLhbmState()
964 DISPLAY_LOGW("%s: lhbm is at DISABLED state, skip disabling", __func__); in setLhbmState()
984 DISPLAY_LOGW("%s: failed to send lhbm-off cmd", __func__); in setLhbmState()
1018 DISPLAY_LOGW("%s: failed to poll peak refresh rate=%d, ret=%d", __func__, peakRate, in setLhbmState()
1023 DISPLAY_LOGW("%s: missing refresh rate path: %s", __func__, rrSysfs.c_str()); in setLhbmState()
1097 DISPLAY_LOGW("%s: request lhbm during power off sequence, reset the state", __func__); in setLhbmState()
/hardware/google/graphics/common/libhwc2.1/libexternaldisplay/
DExynosExternalDisplay.cpp145 DISPLAY_LOGW("%s: display does not support preferred mode %dx%d@%d", in getDisplayConfigs()
149 DISPLAY_LOGW("%s: vendor.display.external.preferred_mode: bad format", in getDisplayConfigs()
/hardware/google/graphics/common/libhwc2.1/
DExynosHWCDebug.h126 #define DISPLAY_LOGW(msg, ...) ALOGW("[%s] " msg, mDisplayName.c_str(), ##__VA_ARGS__) macro