Searched defs:hwc (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFramebufferSurface.cpp55 FramebufferSurface::FramebufferSurface(HWComposer& hwc, int disp, argument
62 mHwc(hwc),
H A DVirtualDisplaySurface.cpp51 VirtualDisplaySurface::VirtualDisplaySurface(HWComposer& hwc, int32_t dispId, argument
57 mHwc(hwc),
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp303 void DisplayDevice::disconnect(HWComposer& hwc) { argument
305 hwc.disconnectDisplay(mHwcDisplayId);
343 status_t DisplayDevice::prepareFrame(HWComposer& hwc) { argument
344 status_t error = hwc.prepare(*this);
350 bool hasClient = hwc.hasClientComposition(mHwcDisplayId);
351 bool hasDevice = hwc.hasDeviceComposition(mHwcDisplayId);
367 void DisplayDevice::swapBuffers(HWComposer& hwc) const {
368 if (hwc.hasClientComposition(mHwcDisplayId) || hwc.hasFlipClientTargetRequest(mHwcDisplayId)) {
H A DLayer.cpp133 const auto& hwc = flinger->getHwComposer(); local
134 const auto& activeConfig = hwc.getActiveConfig(HWC_DISPLAY_PRIMARY);
222 bool Layer::createHwcLayer(HWComposer* hwc, int32_t hwcId) { argument
225 HWC2::Layer* layer = hwc->createLayer(hwcId);
230 hwcInfo.hwc = hwc;
243 LOG_ALWAYS_FATAL_IF(hwcInfo.hwc == nullptr, "Missing HWComposer");
244 hwcInfo.hwc->destroyLayer(hwcId, hwcInfo.layer);
1034 if (resizePending && getBE().compositionInfo.hwc.sidebandStream == nullptr) {
H A DLayer.h82 HWComposer* hwc; member in struct:android::CompositionInfo::__anon1872
97 } hwc; member in struct:android::CompositionInfo
114 : hwc(nullptr),
121 HWComposer* hwc; member in struct:android::LayerBE::HWCInfo
510 bool createHwcLayer(HWComposer* hwc, int32_t hwcId);

Completed in 73 milliseconds