Home
last modified time | relevance | path

Searched refs:MonitorGpuStart (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/
H A Dframe_ui_intf.cpp238 void FrameUiIntf::MonitorGpuStart() const in MonitorGpuStart() function in OHOS::RME::FrameUiIntf
388 extern "C" void MonitorGpuStart() in MonitorGpuStart() function
390 FrameUiIntf::GetInstance().MonitorGpuStart(); in MonitorGpuStart()
H A Dframe_ui_intf.h60 void MonitorGpuStart() const;
/ohos5.0/foundation/graphic/graphic_surface/sync_fence/include/
H A Dframe_sched.h34 void MonitorGpuStart();
/ohos5.0/foundation/graphic/graphic_surface/sync_fence/test/unittest/
H A Dframe_sched_test.cpp64 frameSched_.MonitorGpuStart();
/ohos5.0/foundation/graphic/graphic_surface/sync_fence/src/
H A Dframe_sched.cpp106 void FrameSched::MonitorGpuStart() in MonitorGpuStart() function in OHOS::Rosen::FrameSched
H A Dsync_fence_tracker.cpp257 Rosen::FrameSched::GetInstance().MonitorGpuStart(); in WaitFence()