/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_fbupdate.h | 32 class IFBUpdate { 34 explicit IFBUpdate(const int& dpy) : mDpy(dpy) {} in IFBUpdate() function 35 virtual ~IFBUpdate() {}; in ~IFBUpdate() 44 static IFBUpdate *getObject(const int& width, const int& dpy); 52 class FBUpdateLowRes : public IFBUpdate { 67 class FBUpdateHighRes : public IFBUpdate {
|
D | hwc_fbupdate.cpp | 29 IFBUpdate* IFBUpdate::getObject(const int& width, const int& dpy) { in getObject() 36 inline void IFBUpdate::reset() { in reset() 41 FBUpdateLowRes::FBUpdateLowRes(const int& dpy): IFBUpdate(dpy) {} in FBUpdateLowRes() 44 IFBUpdate::reset(); in reset() 143 FBUpdateHighRes::FBUpdateHighRes(const int& dpy): IFBUpdate(dpy) {} in FBUpdateHighRes() 146 IFBUpdate::reset(); in reset()
|
D | hwc_utils.h | 59 class IFBUpdate; variable 313 qhwc::IFBUpdate *mFBUpdate[MAX_DISPLAYS];
|
D | hwc_uevents.cpp | 139 IFBUpdate::getObject(ctx->dpyAttr[dpy].xres, dpy); in handle_uevent()
|
D | hwc_utils.cpp | 212 IFBUpdate::getObject(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres, in initContext()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_fbupdate.h | 36 class IFBUpdate { 38 explicit IFBUpdate(hwc_context_t *ctx, const int& dpy); 39 virtual ~IFBUpdate() {}; in ~IFBUpdate() 50 static IFBUpdate *getObject(hwc_context_t *ctx, const int& dpy); 62 class FBUpdateNonSplit : public IFBUpdate { 83 class FBUpdateSplit : public IFBUpdate {
|
D | hwc_fbupdate.cpp | 40 IFBUpdate* IFBUpdate::getObject(hwc_context_t *ctx, const int& dpy) { in getObject() 49 IFBUpdate::IFBUpdate(hwc_context_t *ctx, const int& dpy) : mDpy(dpy) { in IFBUpdate() function in qhwc::IFBUpdate 60 void IFBUpdate::reset() { in reset() 65 bool IFBUpdate::prepareAndValidate(hwc_context_t *ctx, in prepareAndValidate() 75 IFBUpdate(ctx, dpy) {} in FBUpdateNonSplit() 78 IFBUpdate::reset(); in reset() 255 IFBUpdate(ctx, dpy) {} in FBUpdateSplit() 258 IFBUpdate::reset(); in reset()
|
D | hwc_utils.h | 62 class IFBUpdate; variable 509 qhwc::IFBUpdate *mFBUpdate[HWC_NUM_DISPLAY_TYPES];
|
D | hwc_uevents.cpp | 44 ctx->mFBUpdate[dpy] = IFBUpdate::getObject(ctx, dpy); in setup()
|
D | hwc_virtual.cpp | 54 IFBUpdate::getObject(ctx, dpy); in init()
|
D | hwc_utils.cpp | 198 IFBUpdate::getObject(ctx, HWC_DISPLAY_PRIMARY); in initContext()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_fbupdate.h | 36 class IFBUpdate { 38 explicit IFBUpdate(hwc_context_t *ctx, const int& dpy); 39 virtual ~IFBUpdate() {}; in ~IFBUpdate() 50 static IFBUpdate *getObject(hwc_context_t *ctx, const int& dpy); 62 class FBUpdateNonSplit : public IFBUpdate { 83 class FBUpdateSplit : public IFBUpdate {
|
D | hwc_fbupdate.cpp | 38 IFBUpdate* IFBUpdate::getObject(hwc_context_t *ctx, const int& dpy) { in getObject() 47 IFBUpdate::IFBUpdate(hwc_context_t *ctx, const int& dpy) : mDpy(dpy) { in IFBUpdate() function in qhwc::IFBUpdate 65 void IFBUpdate::reset() { in reset() 70 bool IFBUpdate::prepareAndValidate(hwc_context_t *ctx, in prepareAndValidate() 80 IFBUpdate(ctx, dpy) {} in FBUpdateNonSplit() 83 IFBUpdate::reset(); in reset() 253 IFBUpdate(ctx, dpy) {} in FBUpdateSplit() 256 IFBUpdate::reset(); in reset()
|
D | hwc_utils.h | 69 class IFBUpdate; variable 617 qhwc::IFBUpdate *mFBUpdate[HWC_NUM_DISPLAY_TYPES];
|
D | hwc_utils.cpp | 154 ctx->mFBUpdate[dpy] = IFBUpdate::getObject(ctx, dpy); in initCompositionResources()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_fbupdate.h | 36 class IFBUpdate { 38 explicit IFBUpdate(hwc_context_t *ctx, const int& dpy); 39 virtual ~IFBUpdate() {}; in ~IFBUpdate() 50 static IFBUpdate *getObject(hwc_context_t *ctx, const int& dpy); 62 class FBUpdateNonSplit : public IFBUpdate { 83 class FBUpdateSplit : public IFBUpdate {
|
D | hwc_fbupdate.cpp | 40 IFBUpdate* IFBUpdate::getObject(hwc_context_t *ctx, const int& dpy) { in getObject() 49 IFBUpdate::IFBUpdate(hwc_context_t *ctx, const int& dpy) : mDpy(dpy) { in IFBUpdate() function in qhwc::IFBUpdate 67 void IFBUpdate::reset() { in reset() 72 bool IFBUpdate::prepareAndValidate(hwc_context_t *ctx, in prepareAndValidate() 82 IFBUpdate(ctx, dpy) {} in FBUpdateNonSplit() 85 IFBUpdate::reset(); in reset() 261 IFBUpdate(ctx, dpy) {} in FBUpdateSplit() 264 IFBUpdate::reset(); in reset()
|
D | hwc_uevents.cpp | 44 ctx->mFBUpdate[dpy] = IFBUpdate::getObject(ctx, dpy); in setup()
|
D | hwc_utils.h | 63 class IFBUpdate; variable 542 qhwc::IFBUpdate *mFBUpdate[HWC_NUM_DISPLAY_TYPES];
|
D | hwc_virtual.cpp | 65 IFBUpdate::getObject(ctx, dpy); in init()
|
D | hwc_utils.cpp | 205 IFBUpdate::getObject(ctx, HWC_DISPLAY_PRIMARY); in initContext()
|