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

  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 133 mAllocatedDisplayIDs.markBit(i);
384 !mAllocatedDisplayIDs.hasBit(id)) {
395 if (mAllocatedDisplayIDs.count() >= mNumDisplays) {
398 int32_t id = mAllocatedDisplayIDs.firstUnmarkedBit();
399 mAllocatedDisplayIDs.markBit(id);
409 if (uint32_t(id)>31 || !mAllocatedDisplayIDs.hasBit(id)) {
412 mAllocatedDisplayIDs.clearBit(id);
459 if (uint32_t(disp)>31 || !mAllocatedDisplayIDs.hasBit(disp)) {
499 if (uint32_t(id)>31 || !mAllocatedDisplayIDs.hasBit(id)) {
544 if (uint32_t(id)>31 || !mAllocatedDisplayIDs.hasBit(id))
    [all...]
HWComposer.h 344 BitSet32 mAllocatedDisplayIDs;

Completed in 25 milliseconds