Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp54 static uint32_t hwcApiVersion(const hwc_composer_device_1_t* hwc) { in hwcApiVersion() function
66 return hwcApiVersion(hwc) >= (version & HARDWARE_API_VERSION_2_MAJ_MIN_MASK); in hwcHasApiVersion()
135 (hwcApiVersion(mHwc) >> 24) & 0xff, in HWComposer()
136 (hwcApiVersion(mHwc) >> 16) & 0xff); in HWComposer()
1121 result.appendFormat("Hardware Composer state (version %08x):\n", hwcApiVersion(mHwc)); in dump()