Home
last modified time | relevance | path

Searched refs:hwc (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp303 void DisplayDevice::disconnect(HWComposer& hwc) { in disconnect() argument
305 hwc.disconnectDisplay(mHwcDisplayId); in disconnect()
343 status_t DisplayDevice::prepareFrame(HWComposer& hwc) { in prepareFrame() argument
344 status_t error = hwc.prepare(*this); in prepareFrame()
350 bool hasClient = hwc.hasClientComposition(mHwcDisplayId); in prepareFrame()
351 bool hasDevice = hwc.hasDeviceComposition(mHwcDisplayId); in prepareFrame()
367 void DisplayDevice::swapBuffers(HWComposer& hwc) const { in swapBuffers()
368 if (hwc.hasClientComposition(mHwcDisplayId) || hwc.hasFlipClientTargetRequest(mHwcDisplayId)) { in swapBuffers()
DLayer.h82 HWComposer* hwc; member
97 } hwc; member
114 : hwc(nullptr), in HWCInfo()
121 HWComposer* hwc; member
510 bool createHwcLayer(HWComposer* hwc, int32_t hwcId);
DBufferLayer.cpp109 getBE().compositionInfo.hwc.sidebandStream != nullptr); in isVisible()
386 getBE().compositionInfo.hwc.sidebandStream = mSidebandStream; in latchBuffer()
387 if (getBE().compositionInfo.hwc.sidebandStream != nullptr) { in latchBuffer()
642 if (getBE().compositionInfo.hwc.sidebandStream.get()) { in setPerFrameData()
645 error = hwcLayer->setSidebandStream(getBE().compositionInfo.hwc.sidebandStream->handle()); in setPerFrameData()
648 getBE().compositionInfo.hwc.sidebandStream->handle(), to_string(error).c_str(), in setPerFrameData()
694 …if ((getBE().compositionInfo.hwc.sidebandStream == nullptr) && (getBE().compositionInfo.mBuffer ==… in isOpaque()
DDisplayDevice.h145 status_t prepareFrame(HWComposer& hwc);
172 void swapBuffers(HWComposer& hwc) const;
213 void disconnect(HWComposer& hwc);
DLayer.cpp133 const auto& hwc = flinger->getHwComposer(); in Layer() local
134 const auto& activeConfig = hwc.getActiveConfig(HWC_DISPLAY_PRIMARY); in Layer()
222 bool Layer::createHwcLayer(HWComposer* hwc, int32_t hwcId) { in createHwcLayer() argument
225 HWC2::Layer* layer = hwc->createLayer(hwcId); in createHwcLayer()
230 hwcInfo.hwc = hwc; in createHwcLayer()
243 LOG_ALWAYS_FATAL_IF(hwcInfo.hwc == nullptr, "Missing HWComposer"); in destroyHwcLayer()
244 hwcInfo.hwc->destroyLayer(hwcId, hwcInfo.layer); in destroyHwcLayer()
1034 if (resizePending && getBE().compositionInfo.hwc.sidebandStream == nullptr) { in doTransaction()
DSurfaceFlinger.cpp4258 HWComposer& hwc(getHwComposer()); in dumpAllLocked() local
4324 hwc.dump(result); in dumpAllLocked()
/frameworks/native/opengl/tests/
DAndroid.bp16 "hwc",
/frameworks/native/services/surfaceflinger/DisplayHardware/
DFramebufferSurface.cpp55 FramebufferSurface::FramebufferSurface(HWComposer& hwc, int disp, in FramebufferSurface() argument
62 mHwc(hwc), in FramebufferSurface()
DFramebufferSurface.h41 FramebufferSurface(HWComposer& hwc, int disp, const sp<IGraphicBufferConsumer>& consumer);
DVirtualDisplaySurface.h76 VirtualDisplaySurface(HWComposer& hwc, int32_t dispId,
DVirtualDisplaySurface.cpp51 VirtualDisplaySurface::VirtualDisplaySurface(HWComposer& hwc, int32_t dispId, in VirtualDisplaySurface() argument
57 mHwc(hwc), in VirtualDisplaySurface()
DHWComposer_hwc1.h309 VSyncThread(HWComposer& hwc);