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;
197 void disconnect(HWComposer& hwc);
H A DSurfaceFlinger_hwc1.cpp1038 HWComposer& hwc(getHwComposer());
1039 if (hwc.initCheck() == NO_ERROR) {
1040 status_t err = hwc.prepare();
1072 const HWComposer& hwc = getHwComposer(); local
1073 sp<Fence> presentFence = hwc.getDisplayFence(HWC_DISPLAY_PRIMARY);
1101 nsecs_t presentTime = hwc.getRefreshTimestamp(HWC_DISPLAY_PRIMARY);
1199 HWComposer& hwc(getHwComposer());
1200 if (hwc.initCheck() == NO_ERROR) {
1211 if (hwc.createWorkList(id, count) == NO_ERROR) {
1212 HWComposer::LayerListIterator cur = hwc
[all...]
H A DLayer.cpp144 const auto& hwc = flinger->getHwComposer(); local
145 const auto& activeConfig = hwc.getActiveConfig(HWC_DISPLAY_PRIMARY);
1769 const HWComposer& hwc = mFlinger->getHwComposer(); local
1771 sp<Fence> presentFence = hwc.getRetireFence(HWC_DISPLAY_PRIMARY);
1773 sp<Fence> presentFence = hwc.getDisplayFence(HWC_DISPLAY_PRIMARY);
1780 nsecs_t presentTime = hwc.getRefreshTimestamp(HWC_DISPLAY_PRIMARY);
H A DSurfaceFlinger.cpp3017 HWComposer& hwc(getHwComposer());
3089 hwc.dump(result);
3109 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.cpp56 static uint32_t hwcApiVersion(const hwc_composer_device_1_t* hwc) { argument
57 uint32_t hwcVersion = hwc->common.version;
61 static uint32_t hwcHeaderVersion(const hwc_composer_device_1_t* hwc) { argument
62 uint32_t hwcVersion = hwc->common.version;
66 static bool hwcHasApiVersion(const hwc_composer_device_1_t* hwc, argument
68 return hwcApiVersion(hwc) >= (version & HARDWARE_API_VERSION_2_MAJ_MIN_MASK);
81 HWComposer* hwc; member in struct:android::HWComposer::cb_context
140 mCBContext->hwc = this;
171 "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.h307 VSyncThread(HWComposer& hwc);
344 uint32_t format; // pixel format from FB hal, for pre-hwc-1.1

Completed in 1338 milliseconds