Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Dhwcomposer2.h228 HWC2_FUNCTION_GET_ACTIVE_CONFIG, enumerator
437 case HWC2_FUNCTION_GET_ACTIVE_CONFIG: return "GetActiveConfig"; in getFunctionDescriptorName()
634 GetActiveConfig = HWC2_FUNCTION_GET_ACTIVE_CONFIG,
/hardware/interfaces/graphics/composer/2.1/default/
DHwc.cpp117 initDispatch(HWC2_FUNCTION_GET_ACTIVE_CONFIG, &mDispatch.getActiveConfig); in initDispatch()