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

/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp100 mHwcDisplayId(hwcId),
200 if (mHwcDisplayId >= 0) {
201 hwc.disconnectDisplay(mHwcDisplayId);
203 if (mHwcDisplayId >= DISPLAY_VIRTUAL)
204 hwc.freeDisplayId(mHwcDisplayId);
206 mHwcDisplayId = -1;
277 bool hasClient = hwc.hasClientComposition(mHwcDisplayId);
278 bool hasDevice = hwc.hasDeviceComposition(mHwcDisplayId);
296 bool haveGles = hwc.hasGlesComposition(mHwcDisplayId);
297 bool haveHwc = hwc.hasHwcComposition(mHwcDisplayId);
[all...]
H A DDisplayDevice.h144 int32_t getHwcDisplayId() const { return mHwcDisplayId; }
215 int32_t mHwcDisplayId; member in class:android::DisplayDevice

Completed in 176 milliseconds