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

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

Completed in 311 milliseconds