HomeSort by relevance Sort by last modified time
    Searched refs:mPrevHwLayerCount (Results 1 - 9 of 9) sorted by null

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc.cpp 110 if((ctx->mPrevHwLayerCount[i] == 1 or
111 ctx->mPrevHwLayerCount[i] == 0) and
120 ctx->mPrevHwLayerCount[i] = (int)list->numHwLayers;
122 ctx->mPrevHwLayerCount[i] = 0;
214 ctx->mPrevHwLayerCount[i] = (int)list->numHwLayers;
216 ctx->mPrevHwLayerCount[i] = 0;
hwc_utils.h 527 int mPrevHwLayerCount[HWC_NUM_DISPLAY_TYPES];
hwc_utils.cpp 241 ctx->mPrevHwLayerCount[i] = 0;
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc.cpp 120 if((ctx->mPrevHwLayerCount[i] == 1 or
121 ctx->mPrevHwLayerCount[i] == 0) and
130 ctx->mPrevHwLayerCount[i] = (int)list->numHwLayers;
132 ctx->mPrevHwLayerCount[i] = 0;
hwc_utils.h 560 int mPrevHwLayerCount[HWC_NUM_DISPLAY_TYPES];
hwc_utils.cpp 261 ctx->mPrevHwLayerCount[i] = 0;
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc.cpp 99 if((ctx->mPrevHwLayerCount[i] == 1 or
100 ctx->mPrevHwLayerCount[i] == 0) and
109 ctx->mPrevHwLayerCount[i] = (int)list->numHwLayers;
111 ctx->mPrevHwLayerCount[i] = 0;
    [all...]
hwc_utils.h 635 int mPrevHwLayerCount[HWC_NUM_DISPLAY_TYPES];
hwc_utils.cpp 357 ctx->mPrevHwLayerCount[i] = 0;
    [all...]

Completed in 93 milliseconds