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

  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 88 mHwcDisplayId(hwcId),
181 if (mHwcDisplayId >= 0) {
182 hwc.disconnectDisplay(mHwcDisplayId);
184 if (mHwcDisplayId >= DISPLAY_VIRTUAL)
185 hwc.freeDisplayId(mHwcDisplayId);
187 mHwcDisplayId = -1;
258 bool hasClient = hwc.hasClientComposition(mHwcDisplayId);
259 bool hasDevice = hwc.hasDeviceComposition(mHwcDisplayId);
277 bool haveGles = hwc.hasGlesComposition(mHwcDisplayId);
278 bool haveHwc = hwc.hasHwcComposition(mHwcDisplayId);
    [all...]
DisplayDevice.h 141 int32_t getHwcDisplayId() const { return mHwcDisplayId; }
211 int32_t mHwcDisplayId;

Completed in 44 milliseconds