Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Dhwcomposer2.h225 HWC2_FUNCTION_DESTROY_LAYER, enumerator
433 case HWC2_FUNCTION_DESTROY_LAYER: return "DestroyLayer"; in getFunctionDescriptorName()
631 DestroyLayer = HWC2_FUNCTION_DESTROY_LAYER,
/hardware/interfaces/graphics/composer/2.1/default/
DHwc.cpp113 initDispatch(HWC2_FUNCTION_DESTROY_LAYER, &mDispatch.destroyLayer); in initDispatch()