Searched refs:mHwc (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp88 mFbDev(0), mHwc(0), mNumDisplays(1),
112 if (mFbDev && mHwc && hwcHasApiVersion(mHwc, HWC_DEVICE_API_VERSION_1_1)) {
121 if ((!mHwc || !hwcHasApiVersion(mHwc, HWC_DEVICE_API_VERSION_1_1))
133 if (mHwc) {
135 (hwcApiVersion(mHwc) >> 24) & 0xff,
136 (hwcApiVersion(mHwc) >> 16) & 0xff);
137 if (mHwc->registerProcs) {
141 if (hwcHasApiVersion(mHwc, HWC_DEVICE_API_VERSION_1_
[all...]
H A DFramebufferSurface.cpp59 mHwc(hwc)
66 mConsumer->setDefaultBufferFormat(mHwc.getFormat(disp));
67 mConsumer->setDefaultBufferSize(mHwc.getWidth(disp), mHwc.getHeight(disp));
134 err = mHwc.fbPost(mDisplayType, acquireFence, buf);
148 sp<Fence> fence = mHwc.getAndResetReleaseFence(mDisplayType);
160 return mHwc.fbCompositionComplete();
185 mHwc.fbDump(result);
H A DFramebufferSurface.h82 HWComposer& mHwc; member in class:android::FramebufferSurface
H A DVirtualDisplaySurface.cpp54 mHwc(hwc),
199 mHwc.setOutputBuffer(mDisplayId, mOutputFence, outBuffer);
203 result = mHwc.fbPost(mDisplayId, mFbFence, fbBuffer);
217 sp<Fence> fbFence = mHwc.getAndResetReleaseFence(mDisplayId);
231 sp<Fence> outFence = mHwc.getLastRetireFence(mDisplayId);
558 result = mHwc.setOutputBuffer(mDisplayId, Fence::NO_FENCE,
H A DVirtualDisplaySurface.h141 HWComposer& mHwc; member in class:android::VirtualDisplaySurface
H A DHWComposer.h285 HWComposer& mHwc; member in class:android::HWComposer::VSyncThread
351 struct hwc_composer_device_1* mHwc; member in class:android::HWComposer
352 // invariant: mLists[0] != NULL iff mHwc != NULL
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h368 HWComposer& getHwComposer() const { return *mHwc; }
440 HWComposer* mHwc; member in class:android::SurfaceFlinger
H A DSurfaceFlinger.cpp400 mHwc = new HWComposer(this,
404 mRenderEngine = RenderEngine::create(mEGLDisplay, mHwc->getVisualID());
416 if (mHwc->isConnected(i) || type==DisplayDevice::DISPLAY_PRIMARY) {
427 sp<FramebufferSurface> fbs = new FramebufferSurface(*mHwc, i,
431 type, hwcId, mHwc->getFormat(hwcId), isSecure, token,
462 if (mHwc->initCheck() != NO_ERROR) {
478 type : mHwc->allocateDisplayId();
1362 *mHwc, hwcDisplayId, state.surface,
1376 dispSurface = new FramebufferSurface(*mHwc, state.type,
1385 mHwc
[all...]

Completed in 59 milliseconds