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

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp87 mFbDev(0), mHwc(0), mNumDisplays(1),
111 if (mFbDev && mHwc && hwcHasApiVersion(mHwc, HWC_DEVICE_API_VERSION_1_1)) {
120 if ((!mHwc || !hwcHasApiVersion(mHwc, HWC_DEVICE_API_VERSION_1_1))
132 if (mHwc) {
134 (hwcApiVersion(mHwc) >> 24) & 0xff,
135 (hwcApiVersion(mHwc) >> 16) & 0xff);
136 if (mHwc->registerProcs) {
140 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.h78 HWComposer& mHwc; member in class:android::FramebufferSurface
H A DVirtualDisplaySurface.cpp53 mHwc(hwc),
197 mHwc.setOutputBuffer(mDisplayId, mOutputFence, outBuffer);
201 result = mHwc.fbPost(mDisplayId, mFbFence, fbBuffer);
215 sp<Fence> fbFence = mHwc.getAndResetReleaseFence(mDisplayId);
229 sp<Fence> outFence = mHwc.getLastRetireFence(mDisplayId);
483 result = mHwc.setOutputBuffer(mDisplayId, Fence::NO_FENCE,
H A DVirtualDisplaySurface.h131 HWComposer& mHwc; member in class:android::VirtualDisplaySurface
H A DHWComposer.h266 HWComposer& mHwc; member in class:android::HWComposer::VSyncThread
336 struct hwc_composer_device_1* mHwc; member in class:android::HWComposer
337 // invariant: mLists[0] != NULL iff mHwc != NULL
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h357 HWComposer& getHwComposer() const { return *mHwc; }
426 HWComposer* mHwc; member in class:android::SurfaceFlinger
H A DSurfaceFlinger.cpp521 mHwc = new HWComposer(this,
525 err = selectEGLConfig(mEGLDisplay, mHwc->getVisualID(), EGL_OPENGL_ES2_BIT,
530 err = selectEGLConfig(mEGLDisplay, mHwc->getVisualID(),
538 err = selectEGLConfig(mEGLDisplay, mHwc->getVisualID(), 0, &mEGLConfig);
576 if (mHwc->isConnected(i) || type==DisplayDevice::DISPLAY_PRIMARY) {
583 sp<FramebufferSurface> fbs = new FramebufferSurface(*mHwc, i, bq);
616 if (mHwc->initCheck() != NO_ERROR) {
632 type : mHwc->allocateDisplayId();
1322 *mHwc, hwcDisplayId, state.surface, bq,
1342 dispSurface = new FramebufferSurface(*mHwc, stat
[all...]

Completed in 65 milliseconds