Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.h246 HWC2::Error updateLayerZ(hwc2_layer_t layerId, uint32_t z);
671 return callDisplayFunction(device, display, &Display::updateLayerZ, in setLayerZOrderHook()
DHWC2.cpp1016 Error CfHWC2::Display::updateLayerZ(hwc2_layer_t layerId, uint32_t z) { in updateLayerZ() function in android::CfHWC2::Display
/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp312 displayHook<decltype(&Display::updateLayerZ), in doGetFunction()
313 &Display::updateLayerZ, hwc2_layer_t, uint32_t>); in doGetFunction()
1101 Error EmuHWC2::Display::updateLayerZ(hwc2_layer_t layerId, uint32_t z) { in updateLayerZ() function in android::EmuHWC2::Display
DEmuHWC2.h249 HWC2::Error updateLayerZ(hwc2_layer_t layerId, uint32_t z);