Home
last modified time | relevance | path

Searched refs:MonitorGpuStartFunc (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/sync_fence/include/
H A Dframe_sched.h26 using MonitorGpuStartFunc = void(*)(); variable
50 MonitorGpuStartFunc monitorGpuStartFunc_ = nullptr;
/ohos5.0/foundation/graphic/graphic_surface/sync_fence/src/
H A Dframe_sched.cpp109 monitorGpuStartFunc_ = (MonitorGpuStartFunc)LoadSymbol("MonitorGpuStart"); in MonitorGpuStart()