Home
last modified time | relevance | path

Searched refs:GetVSyncPeriod (Results 1 – 25 of 46) sorted by relevance

12

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_vsync_adapter_impl.cpp29 int64_t ArkVSyncAdapterImpl::GetVSyncPeriod() in GetVSyncPeriod() function in OHOS::ArkWeb::ArkVSyncAdapterImpl
31 return real_.GetVSyncPeriod(); in GetVSyncPeriod()
H A Dark_vsync_adapter_impl.h31 int64_t GetVSyncPeriod() override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_ui_display_soloist.cpp178 int64_t currVsyncPeriod = GetVSyncPeriod(); in JudgeWhetherSkip()
304 int64_t RSDisplaySoloist::GetVSyncPeriod() in GetVSyncPeriod() function in OHOS::Rosen::RSDisplaySoloist
313 subReceiver_->GetVSyncPeriod(period); in GetVSyncPeriod()
319 period = soloistManager.GetVSyncPeriod(); in GetVSyncPeriod()
327 int64_t vsyncPeriod = GetVSyncPeriod(); in GetVSyncRate()
330 vsyncPeriod = soloistManager.GetVSyncPeriod(); in GetVSyncRate()
622 int64_t RSDisplaySoloistManager::GetVSyncPeriod() const in GetVSyncPeriod() function in OHOS::Rosen::RSDisplaySoloistManager
631 receiver_->GetVSyncPeriod(period); in GetVSyncPeriod()
H A Drs_ui_display_soloist.h80 int64_t GetVSyncPeriod();
151 int64_t GetVSyncPeriod() const;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_vsync_adapter_wrapper.cpp31 int64_t ArkVSyncAdapterWrapper::GetVSyncPeriod() in GetVSyncPeriod() function in OHOS::ArkWeb::ArkVSyncAdapterWrapper
36 return ctocpp_->GetVSyncPeriod(); in GetVSyncPeriod()
H A Dark_vsync_adapter_wrapper.h30 int64_t GetVSyncPeriod() override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_window.cpp57 int64_t refreshPeriod = window->GetVSyncPeriod(); in RosenWindow()
235 return ONE_SECOND_IN_NANO / rsWindow_->GetVSyncPeriod(); in GetRefreshRate()
251 int64_t RosenWindow::GetVSyncPeriod() const in GetVSyncPeriod() function in OHOS::Ace::NG::RosenWindow
256 return rsWindow_->GetVSyncPeriod(); in GetVSyncPeriod()
H A Drosen_window.h78 int64_t vsyncPeriod = GetVSyncPeriod(); in FlushAnimation()
106 int64_t GetVSyncPeriod() const override;
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dscreen_scene_test.cpp128 HWTEST_F(ScreenSceneTest, GetVSyncPeriod, Function | SmallTest | Level3)
131 screenScene.GetVSyncPeriod();
H A Droot_scene_test.cpp171 HWTEST_F(RootSceneTest, GetVSyncPeriod, Function | SmallTest | Level3)
174 rootScene.GetVSyncPeriod();
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/
H A Dvsync_adapter_impl.cpp151 int64_t VSyncAdapterImpl::GetVSyncPeriod() in GetVSyncPeriod() function in OHOS::NWeb::VSyncAdapterImpl
159 VsyncError ret = receiver_->GetVSyncPeriod(period); in GetVSyncPeriod()
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_vsync_station.cpp77 uint64_t DragVSyncStation::GetVSyncPeriod() in GetVSyncPeriod() function in OHOS::Msdp::DeviceStatus::DragVSyncStation
84 int32_t ret = receiver_->GetVSyncPeriod(period); in GetVSyncPeriod()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dscreen_scene.cpp161 int64_t ScreenScene::GetVSyncPeriod() in GetVSyncPeriod() function in OHOS::Rosen::ScreenScene
163 return vsyncStation_->GetVSyncPeriod(); in GetVSyncPeriod()
H A Droot_scene.cpp219 int64_t RootScene::GetVSyncPeriod() in GetVSyncPeriod() function in OHOS::Rosen::RootScene
221 return vsyncStation_->GetVSyncPeriod(); in GetVSyncPeriod()
H A Dvsync_station.cpp155 int64_t VsyncStation::GetVSyncPeriod() in GetVSyncPeriod() function in OHOS::Rosen::VsyncStation
159 receiver->GetVSyncPeriod(period); in GetVSyncPeriod()
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/graphic_adapter/vsyncadapter_fuzzer/
H A Dvsyncadapter_fuzzer.cpp41 adapter.GetVSyncPeriod(); in CameraManagerAdapterFuzzTest()
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dvsync_station.h44 int64_t GetVSyncPeriod();
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/
H A Dgraphic_adapter_test.cpp72 int64_t period = adapter.GetVSyncPeriod();
/ohos5.0/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_vsync_station.h39 uint64_t GetVSyncPeriod();
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/include/
H A Dvsync_adapter_impl.h37 int64_t GetVSyncPeriod() override;
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dvsync_station.h42 int64_t GetVSyncPeriod();
H A Dscreen_scene.h46 int64_t GetVSyncPeriod() override;
H A Droot_scene.h52 int64_t GetVSyncPeriod() override;
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dvsync_station.cpp60 int64_t VsyncStation::GetVSyncPeriod() in GetVSyncPeriod() function in OHOS::Rosen::VsyncStation
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwindow.h156 virtual int64_t GetVSyncPeriod() const in GetVSyncPeriod() function

12