HomeSort by relevance Sort by last modified time
    Searched defs:layerIndex (Results 1 - 4 of 4) sorted by null

  /hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayerList.cpp 751 int layerIndex = 0;
764 layerIndex = mStaticLayersIndex.itemAt(i);
765 hwcLayer = mLayers.itemAt(layerIndex);
774 layerIndex = mStaticLayersIndex.itemAt(i);
775 hwcLayer = mLayers.itemAt(layerIndex);
805 layerIndex = mStaticLayersIndex.itemAt(0);
806 hwcLayer = mLayers.itemAt(layerIndex);
812 layerIndex = mStaticLayersIndex.itemAt(i);
813 hwcLayer = mLayers.itemAt(layerIndex);
825 layerIndex = mStaticLayersIndex.itemAt(i)
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.h 143 int layerIndex[MAX_PTOR_LAYERS];
150 if(index == layerIndex[i])
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_utils.h 160 int layerIndex[MAX_PTOR_LAYERS];
166 if(index == layerIndex[i])
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.h 154 int layerIndex[MAX_PTOR_LAYERS];
160 if(index == layerIndex[i])

Completed in 960 milliseconds