Searched refs:IFBUpdate (Results 1 – 5 of 5) sorted by relevance
32 class IFBUpdate {34 explicit IFBUpdate(const int& dpy) : mDpy(dpy) {} in IFBUpdate() function35 virtual ~IFBUpdate() {}; in ~IFBUpdate()44 static IFBUpdate *getObject(const int& width, const int& dpy);52 class FBUpdateLowRes : public IFBUpdate {67 class FBUpdateHighRes : public IFBUpdate {
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()
59 class IFBUpdate; variable285 qhwc::IFBUpdate *mFBUpdate[MAX_DISPLAYS];
141 IFBUpdate::getObject(ctx->dpyAttr[dpy].xres, dpy); in handle_uevent()
129 IFBUpdate::getObject(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres, in initContext()