Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.h62 static constexpr uint32_t DISPLAYID_MASK_LEN = 8; variable
619 return (displayType << DISPLAYID_MASK_LEN) | displayIndex; in getDisplayId()