Searched defs:numHwLayers (Results 1 - 5 of 5) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dhwcomposer.h416 * in the list will be unique. If numHwLayers is 0, all composition will be
420 size_t numHwLayers; member in struct:hwc_display_contents_1
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.cpp254 const int numAppLayers = list->numHwLayers - 1;
905 int numHwLayers = ctx->listStats[mDpy].numAppLayers; local
906 for(int i = 0; i < numHwLayers && mCurrentFrame.mdpCount; i++ )
1095 int numHwLayers = ctx->listStats[mDpy].numAppLayers; local
1096 for(int i = 0; i < numHwLayers && mCurrentFrame.mdpCount; i++ )
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_mdpcomp.cpp231 const int numAppLayers = list->numHwLayers - 1;
435 (list->numHwLayers - 1) > MAX_SEC_LAYERS) {
1044 int numHwLayers = ctx->listStats[mDpy].numAppLayers; local
1045 for(int i = 0; i < numHwLayers && mCurrentFrame.mdpCount; i++ )
1249 int numHwLayers = ctx->listStats[mDpy].numAppLayers; local
1250 for(int i = 0; i < numHwLayers && mCurrentFrame.mdpCount; i++ )
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.cpp279 const int numAppLayers = (int)list->numHwLayers - 1;
741 (list->numHwLayers - 1) > MAX_SEC_LAYERS) {
1645 int numHwLayers = ctx->listStats[mDpy].numAppLayers; local
1646 for(int i = 0; i < numHwLayers && mCurrentFrame.mdpCount; i++ )
1906 int numHwLayers = ctx->listStats[mDpy].numAppLayers; local
1907 for(int i = 0; i < numHwLayers && mCurrentFrame.mdpCount; i++ )
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.cpp288 const int numAppLayers = (int)list->numHwLayers - 1;
755 (list->numHwLayers - 1) > MAX_SEC_LAYERS) {
1857 int numHwLayers = ctx->listStats[mDpy].numAppLayers; local
1858 for(int i = 0; i < numHwLayers && mCurrentFrame.mdpCount; i++ )
2115 int numHwLayers = ctx->listStats[mDpy].numAppLayers; local
2116 for(int i = 0; i < numHwLayers && mCurrentFrame.mdpCount; i++ )

Completed in 560 milliseconds