Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_surface/sync_fence/include/
H A Dframe_sched.h28 using SetFrameParamFunc = void(*)(int, int, int, int); variable
52 SetFrameParamFunc setFrameParamFunc_ = nullptr;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/frame_report/include/
H A Drs_frame_report.h32 using SetFrameParamFunc = void(*)(int, int, int, int); variable
66 SetFrameParamFunc setFrameParamFunc_ = nullptr;
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dframe_report.h42 using SetFrameParamFunc = void (*)(int, int, int, int); variable
99 ACE_EXPORT SetFrameParamFunc setFrameParamFunc_ = nullptr;
/ohos5.0/foundation/graphic/graphic_surface/sync_fence/src/
H A Dframe_sched.cpp133 setFrameParamFunc_ = (SetFrameParamFunc)LoadSymbol("SetFrameParam"); in SetFrameParam()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/frame_report/src/
H A Drs_frame_report.cpp207 setFrameParamFunc_ = (SetFrameParamFunc)LoadSymbol("SetFrameParam"); in SetFrameParam()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dframe_report.cpp83 setFrameParamFunc_ = (SetFrameParamFunc)LoadSymbol("SetFrameParam"); in LoadLibrary()