Home
last modified time | relevance | path

Searched refs:SorftVsync (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/vsync/
H A Dsorft_vsync.cpp24 SorftVsync::SorftVsync() {} in SorftVsync() function in OHOS::HDI::DISPLAY::SorftVsync
26 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()
H A Dsorft_vsync.h26 class SorftVsync {
28 SorftVsync();
29 virtual ~SorftVsync();
30 static SorftVsync &GetInstance();
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/
H A Dfb_display.cpp165 SorftVsync::GetInstance().ReqesterVBlankCb(vsyncCb); in RegDisplayVBlankCallback()
178 SorftVsync::GetInstance().EnableVsync(enabled); in SetDisplayVsyncEnabled()