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

  /hardware/qcom/display/msm8960/liboverlay/
overlay.h 140 static int sAllocatedBitmap;
208 sAllocatedBitmap |= (1 << index);
212 sAllocatedBitmap &= ~(1 << index);
216 return sAllocatedBitmap & (1 << index);
overlay.cpp 314 int Overlay::PipeBook::sAllocatedBitmap = 0;
  /hardware/qcom/display/msm8974/liboverlay/
overlay.h 162 static int sAllocatedBitmap;
248 sAllocatedBitmap |= (1 << index);
252 sAllocatedBitmap &= ~(1 << index);
256 return sAllocatedBitmap & (1 << index);
overlay.cpp 393 int Overlay::PipeBook::sAllocatedBitmap = 0;
  /hardware/qcom/display/msm8084/liboverlay/
overlay.h 228 static int sAllocatedBitmap;
352 sAllocatedBitmap |= (1 << index);
356 sAllocatedBitmap &= ~(1 << index);
360 return sAllocatedBitmap & (1 << index);
overlay.cpp 591 int Overlay::PipeBook::sAllocatedBitmap = 0;
  /hardware/qcom/display/msm8226/liboverlay/
overlay.h 236 static int sAllocatedBitmap;
373 sAllocatedBitmap |= (1 << index);
377 sAllocatedBitmap &= ~(1 << index);
381 return sAllocatedBitmap & (1 << index);
overlay.cpp 580 int Overlay::PipeBook::sAllocatedBitmap = 0;
  /hardware/qcom/display/msm8994/liboverlay/
overlay.h 251 static int sAllocatedBitmap;
403 sAllocatedBitmap |= (1 << index);
407 sAllocatedBitmap &= ~(1 << index);
411 return sAllocatedBitmap & (1 << index);
overlay.cpp 578 int Overlay::PipeBook::sAllocatedBitmap = 0;

Completed in 69 milliseconds