Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/utils/
H A Dhitrace_utils.h21 #define SYNC_TRACE_START(title) macro
36 #define SYNC_TRACE_START(title) StartTrace(DEFAULT_HITRACE_TAG, WRAP_TITLE_PREFIX(title), DEFAULT_H… macro
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/osal/utils/
H A Dhitrace_utils.h21 #define SYNC_TRACE_START(title) macro
36 #define SYNC_TRACE_START(title) StartTrace(DEFAULT_HITRACE_TAG, WRAP_TITLE_PREFIX(title), DEFAULT_H… macro
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Dhirecorder_impl.cpp242 SYNC_TRACE_START("Hst recorder Stop"); in Stop()