Searched defs:hwc (Results 1 - 6 of 6) sorted by path

/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp143 void DisplayDevice::disconnect(HWComposer& hwc) { argument
145 hwc.disconnectDisplay(mHwcDisplayId);
147 hwc.freeDisplayId(mHwcDisplayId);
212 status_t DisplayDevice::prepareFrame(const HWComposer& hwc) const {
214 bool haveGles = hwc.hasGlesComposition(mHwcDisplayId);
215 bool haveHwc = hwc.hasHwcComposition(mHwcDisplayId);
231 void DisplayDevice::swapBuffers(HWComposer& hwc) const {
238 if (hwc.initCheck() != NO_ERROR ||
239 (hwc.hasGlesComposition(mHwcDisplayId) &&
240 (hwc
[all...]
H A DLayer.cpp1071 const HWComposer& hwc = mFlinger->getHwComposer(); local
1072 sp<Fence> presentFence = hwc.getDisplayFence(HWC_DISPLAY_PRIMARY);
1078 nsecs_t presentTime = hwc.getRefreshTimestamp(HWC_DISPLAY_PRIMARY);
H A DSurfaceFlinger.cpp912 HWComposer& hwc(getHwComposer());
913 if (hwc.initCheck() == NO_ERROR) {
914 status_t err = hwc.prepare();
942 const HWComposer& hwc = getHwComposer(); local
943 sp<Fence> presentFence = hwc.getDisplayFence(HWC_DISPLAY_PRIMARY);
968 nsecs_t presentTime = hwc.getRefreshTimestamp(HWC_DISPLAY_PRIMARY);
1046 HWComposer& hwc(getHwComposer());
1047 if (hwc.initCheck() == NO_ERROR) {
1058 if (hwc.createWorkList(id, count) == NO_ERROR) {
1059 HWComposer::LayerListIterator cur = hwc
[all...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFramebufferSurface.cpp53 FramebufferSurface::FramebufferSurface(HWComposer& hwc, int disp, argument
59 mHwc(hwc)
H A DHWComposer.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 DVirtualDisplaySurface.cpp48 VirtualDisplaySurface::VirtualDisplaySurface(HWComposer& hwc, int32_t dispId, argument
54 mHwc(hwc),

Completed in 76 milliseconds