Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp3339 uint32_t deviceLayerNum = 0; in getReleaseFences() local
3344 if (deviceLayerNum < *outNumElements) { in getReleaseFences()
3347 outLayers[deviceLayerNum] = (hwc2_layer_t)mLayers[i]; in getReleaseFences()
3348 outFences[deviceLayerNum] = mLayers[i]->mReleaseFence; in getReleaseFences()
3352 deviceLayerNum, outFences[deviceLayerNum]); in getReleaseFences()
3358 deviceLayerNum++; in getReleaseFences()
3365 deviceLayerNum++; in getReleaseFences()
3369 *outNumElements = deviceLayerNum; in getReleaseFences()