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

  /hardware/qcom/display/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;

Completed in 169 milliseconds