Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp76 mType(type), mHwcDisplayId(hwcId), in DisplayDevice()
155 if (mHwcDisplayId >= 0) { in disconnect()
156 hwc.disconnectDisplay(mHwcDisplayId); in disconnect()
157 if (mHwcDisplayId >= DISPLAY_VIRTUAL) in disconnect()
158 hwc.freeDisplayId(mHwcDisplayId); in disconnect()
159 mHwcDisplayId = -1; in disconnect()
220 bool haveGles = hwc.hasGlesComposition(mHwcDisplayId); in prepareFrame()
221 bool haveHwc = hwc.hasHwcComposition(mHwcDisplayId); in prepareFrame()
245 (hwc.hasGlesComposition(mHwcDisplayId) && in swapBuffers()
507 mDisplayName.string(), mType, mHwcDisplayId, in dump()
DDisplayDevice.h126 int32_t getHwcDisplayId() const { return mHwcDisplayId; } in getHwcDisplayId()
179 int32_t mHwcDisplayId; variable