Searched refs:hwc (Results 1 - 11 of 11) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFramebufferSurface.h41 FramebufferSurface(HWComposer& hwc, int disp, const sp<IGraphicBufferConsumer>& consumer);
H A DFramebufferSurface.cpp55 FramebufferSurface::FramebufferSurface(HWComposer& hwc, int disp, argument
62 mHwc(hwc),
H A DVirtualDisplaySurface.h76 VirtualDisplaySurface(HWComposer& hwc, int32_t dispId,
H A DVirtualDisplaySurface.cpp51 VirtualDisplaySurface::VirtualDisplaySurface(HWComposer& hwc, int32_t dispId, argument
57 mHwc(hwc),
H A DHWComposer_hwc1.h309 VSyncThread(HWComposer& hwc);
346 uint32_t format; // pixel format from FB hal, for pre-hwc-1.1
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h145 status_t prepareFrame(HWComposer& hwc);
172 void swapBuffers(HWComposer& hwc) const;
213 void disconnect(HWComposer& hwc);
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.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);
H A DBufferLayer.cpp109 getBE().compositionInfo.hwc.sidebandStream != nullptr);
386 getBE().compositionInfo.hwc.sidebandStream = mSidebandStream;
387 if (getBE().compositionInfo.hwc.sidebandStream != nullptr) {
642 if (getBE().compositionInfo.hwc.sidebandStream.get()) {
645 error = hwcLayer->setSidebandStream(getBE().compositionInfo.hwc.sidebandStream->handle());
648 getBE().compositionInfo.hwc.sidebandStream->handle(), to_string(error).c_str(),
694 if ((getBE().compositionInfo.hwc.sidebandStream == nullptr) && (getBE().compositionInfo.mBuffer == nullptr)) {
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 DSurfaceFlinger.cpp4258 HWComposer& hwc(getHwComposer());
4324 hwc.dump(result);
4353 ALOGE("getLayerSortedByZForHwcDisplay: invalid hwc display id %d", id);

Completed in 126 milliseconds