Searched refs:mHwcDisplayId (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp88 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...]
H A DDisplayDevice.h141 int32_t getHwcDisplayId() const { return mHwcDisplayId; }
206 int32_t mHwcDisplayId; member in class:android::DisplayDevice

Completed in 236 milliseconds