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

/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp180 void DisplayDevice::disconnect(HWComposer& hwc) { argument
182 hwc.disconnectDisplay(mHwcDisplayId);
185 hwc.freeDisplayId(mHwcDisplayId);
251 status_t DisplayDevice::prepareFrame(HWComposer& hwc) { argument
252 status_t error = hwc.prepare(*this);
258 bool hasClient = hwc.hasClientComposition(mHwcDisplayId);
259 bool hasDevice = hwc.hasDeviceComposition(mHwcDisplayId);
275 status_t DisplayDevice::prepareFrame(const HWComposer& hwc) const {
277 bool haveGles = hwc.hasGlesComposition(mHwcDisplayId);
278 bool haveHwc = hwc
[all...]
H A DDisplayDevice.h148 status_t prepareFrame(HWComposer& hwc);
150 status_t prepareFrame(const HWComposer& hwc) const;
153 void swapBuffers(HWComposer& hwc) const;
162 void onSwapBuffersCompleted(HWComposer& hwc) const;
192 void disconnect(HWComposer& hwc);
H A DSurfaceFlinger_hwc1.cpp1010 HWComposer& hwc(getHwComposer());
1011 if (hwc.initCheck() == NO_ERROR) {
1012 status_t err = hwc.prepare();
1044 const HWComposer& hwc = getHwComposer(); local
1045 sp<Fence> presentFence = hwc.getDisplayFence(HWC_DISPLAY_PRIMARY);
1075 nsecs_t presentTime = hwc.getRefreshTimestamp(HWC_DISPLAY_PRIMARY);
1173 HWComposer& hwc(getHwComposer());
1174 if (hwc.initCheck() == NO_ERROR) {
1185 if (hwc.createWorkList(id, count) == NO_ERROR) {
1186 HWComposer::LayerListIterator cur = hwc
[all...]
H A DLayer.cpp142 const auto& hwc = flinger->getHwComposer(); local
143 const auto& activeConfig = hwc.getActiveConfig(HWC_DISPLAY_PRIMARY);
1691 const HWComposer& hwc = mFlinger->getHwComposer(); local
1693 sp<Fence> presentFence = hwc.getRetireFence(HWC_DISPLAY_PRIMARY);
1695 sp<Fence> presentFence = hwc.getDisplayFence(HWC_DISPLAY_PRIMARY);
1702 nsecs_t presentTime = hwc.getRefreshTimestamp(HWC_DISPLAY_PRIMARY);
H A DSurfaceFlinger.cpp2824 HWComposer& hwc(getHwComposer());
2877 hwc.dump(result);
2897 ALOGE("getLayerSortedByZForHwcDisplay: invalid hwc display id %d", id);
/frameworks/native/opengl/tests/
H A DAndroid.mk15 hwc \
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFramebufferSurface.h40 FramebufferSurface(HWComposer& hwc, int disp, const sp<IGraphicBufferConsumer>& consumer);
H A DHWComposer_hwc1.cpp54 static uint32_t hwcApiVersion(const hwc_composer_device_1_t* hwc) { argument
55 uint32_t hwcVersion = hwc->common.version;
59 static uint32_t hwcHeaderVersion(const hwc_composer_device_1_t* hwc) { argument
60 uint32_t hwcVersion = hwc->common.version;
64 static bool hwcHasApiVersion(const hwc_composer_device_1_t* hwc, argument
66 return hwcApiVersion(hwc) >= (version & HARDWARE_API_VERSION_2_MAJ_MIN_MASK);
79 HWComposer* hwc; member in struct:android::HWComposer::cb_context
138 mCBContext->hwc = this;
169 "should only have fbdev if no hwc or hwc i
[all...]
H A DFramebufferSurface.cpp58 FramebufferSurface::FramebufferSurface(HWComposer& hwc, int disp, argument
66 mHwc(hwc),
71 mHwc(hwc)
H A DVirtualDisplaySurface.h75 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.h296 VSyncThread(HWComposer& hwc);
333 uint32_t format; // pixel format from FB hal, for pre-hwc-1.1

Completed in 75 milliseconds