Searched refs:SorftVsync (Results 1 – 3 of 3) sorted by relevance
24 SorftVsync::SorftVsync() {} in SorftVsync() function in OHOS::HDI::DISPLAY::SorftVsync26 int32_t SorftVsync::Init() in Init()34 SorftVsync &SorftVsync::GetInstance() in GetInstance()36 static SorftVsync instance; in GetInstance()47 SorftVsync::~SorftVsync() in ~SorftVsync()60 bool SorftVsync::CheckRuning() in CheckRuning()67 void SorftVsync::EnableVsync(bool enable) in EnableVsync()77 void SorftVsync::WorkThread() in WorkThread()97 void SorftVsync::ReqesterVBlankCb(const std::shared_ptr<VsyncCallBack> &cb) in ReqesterVBlankCb()
26 class SorftVsync {28 SorftVsync();29 virtual ~SorftVsync();30 static SorftVsync &GetInstance();
165 SorftVsync::GetInstance().ReqesterVBlankCb(vsyncCb); in RegDisplayVBlankCallback()178 SorftVsync::GetInstance().EnableVsync(enabled); in SetDisplayVsyncEnabled()