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 130 mAllocatedDisplayIDs.markBit(i);
411 !mAllocatedDisplayIDs.hasBit(id)) {
424 if (mAllocatedDisplayIDs.count() >= mNumDisplays) {
427 int32_t id = mAllocatedDisplayIDs.firstUnmarkedBit();
428 mAllocatedDisplayIDs.markBit(id);
440 if (uint32_t(id)>31 || !mAllocatedDisplayIDs.hasBit(id)) {
443 mAllocatedDisplayIDs.clearBit(id);
464 if (uint32_t(disp)>31 || !mAllocatedDisplayIDs.hasBit(disp)) {
509 if (uint32_t(disp)>31 || !mAllocatedDisplayIDs.hasBit(disp)) {
553 if (uint32_t(id)>31 || !mAllocatedDisplayIDs.hasBit(id))
    [all...]
HWComposer.h 363 BitSet32 mAllocatedDisplayIDs;

Completed in 231 milliseconds