Home
last modified time | relevance | path

Searched refs:IFBUpdate (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/display/libhwcomposer/
Dhwc_fbupdate.h32 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 {
Dhwc_fbupdate.cpp29 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()
Dhwc_utils.h59 class IFBUpdate; variable
285 qhwc::IFBUpdate *mFBUpdate[MAX_DISPLAYS];
Dhwc_uevents.cpp141 IFBUpdate::getObject(ctx->dpyAttr[dpy].xres, dpy); in handle_uevent()
Dhwc_utils.cpp129 IFBUpdate::getObject(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres, in initContext()