Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmmode.h39 uint32_t h_display() const;
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmmode.cpp84 uint32_t DrmMode::h_display() const { in h_display() function in android::DrmMode
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.h254 return mDozeDrmMode.h_display() > 0 && mDozeDrmMode.v_display() > 0; in isDozeModeAvailable()