Home
last modified time | relevance | path

Searched refs:getObject (Results 1 – 25 of 27) sorted by relevance

12

/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_uevents.cpp139 IFBUpdate::getObject(ctx->dpyAttr[dpy].xres, dpy); in handle_uevent()
143 ctx->mMDPComp[dpy] = MDPComp::getObject( in handle_uevent()
Dhwc_fbupdate.h44 static IFBUpdate *getObject(const int& width, const int& dpy);
Dhwc_mdpcomp.h49 static MDPComp* getObject(const int& width, const int dpy);
Dhwc_fbupdate.cpp29 IFBUpdate* IFBUpdate::getObject(const int& width, const int& dpy) { in getObject() function in qhwc::IFBUpdate
Dhwc_utils.cpp212 IFBUpdate::getObject(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres, in initContext()
233 MDPComp::getObject(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres, in initContext()
Dhwc_mdpcomp.cpp41 MDPComp* MDPComp::getObject(const int& width, int dpy) { in getObject() function in qhwc::MDPComp
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_virtual.h36 static HWCVirtualBase* getObject(bool isVDSEnabled);
Dhwc_uevents.cpp44 ctx->mFBUpdate[dpy] = IFBUpdate::getObject(ctx, dpy); in setup()
45 ctx->mMDPComp[dpy] = MDPComp::getObject(ctx, dpy); in setup()
Dhwc_virtual.cpp38 HWCVirtualBase* HWCVirtualBase::getObject(bool isVDSEnabled) { in getObject() function in HWCVirtualBase
54 IFBUpdate::getObject(ctx, dpy); in init()
55 ctx->mMDPComp[dpy] = MDPComp::getObject(ctx, dpy); in init()
Dhwc_fbupdate.h50 static IFBUpdate *getObject(hwc_context_t *ctx, const int& dpy);
Dhwc_mdpcomp.h49 static MDPComp* getObject(hwc_context_t *ctx, const int& dpy);
Dhwc_fbupdate.cpp40 IFBUpdate* IFBUpdate::getObject(hwc_context_t *ctx, const int& dpy) { in getObject() function in qhwc::IFBUpdate
Dhwc_utils.cpp198 IFBUpdate::getObject(ctx, HWC_DISPLAY_PRIMARY); in initContext()
226 MDPComp::getObject(ctx, HWC_DISPLAY_PRIMARY); in initContext()
229 ctx->mHWCVirtual = HWCVirtualBase::getObject(true /*vds enabled*/); in initContext()
Dhwc_mdpcomp.cpp49 MDPComp* MDPComp::getObject(hwc_context_t *ctx, const int& dpy) { in getObject() function in qhwc::MDPComp
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_virtual.h36 static HWCVirtualBase* getObject(bool isVDSEnabled);
Dhwc_uevents.cpp44 ctx->mFBUpdate[dpy] = IFBUpdate::getObject(ctx, dpy); in setup()
45 ctx->mMDPComp[dpy] = MDPComp::getObject(ctx, dpy); in setup()
Dhwc_fbupdate.h50 static IFBUpdate *getObject(hwc_context_t *ctx, const int& dpy);
Dhwc_virtual.cpp39 HWCVirtualBase* HWCVirtualBase::getObject(bool isVDSEnabled) { in getObject() function in HWCVirtualBase
65 IFBUpdate::getObject(ctx, dpy); in init()
66 ctx->mMDPComp[dpy] = MDPComp::getObject(ctx, dpy); in init()
Dhwc_mdpcomp.h52 static MDPComp* getObject(hwc_context_t *ctx, const int& dpy);
Dhwc_fbupdate.cpp40 IFBUpdate* IFBUpdate::getObject(hwc_context_t *ctx, const int& dpy) { in getObject() function in qhwc::IFBUpdate
Dhwc_utils.cpp205 IFBUpdate::getObject(ctx, HWC_DISPLAY_PRIMARY); in initContext()
233 MDPComp::getObject(ctx, HWC_DISPLAY_PRIMARY); in initContext()
249 ctx->mHWCVirtual = HWCVirtualBase::getObject(ctx->mVDSEnabled); in initContext()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_fbupdate.h50 static IFBUpdate *getObject(hwc_context_t *ctx, const int& dpy);
Dhwc_mdpcomp.h49 static MDPComp* getObject(hwc_context_t *ctx, const int& dpy);
Dhwc_fbupdate.cpp38 IFBUpdate* IFBUpdate::getObject(hwc_context_t *ctx, const int& dpy) { in getObject() function in qhwc::IFBUpdate
Dhwc_utils.cpp154 ctx->mFBUpdate[dpy] = IFBUpdate::getObject(ctx, dpy); in initCompositionResources()
155 ctx->mMDPComp[dpy] = MDPComp::getObject(ctx, dpy); in initCompositionResources()

12