Home
last modified time | relevance | path

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

/frameworks/native/libs/tracing_perfetto/include/
Dtracing_perfetto.h32 Result traceAsyncBegin(uint64_t category, const char* name, int32_t cookie);
/frameworks/native/libs/tracing_perfetto/
Dtracing_perfetto.cpp53 Result traceAsyncBegin(uint64_t category, const char* name, int32_t cookie) { in traceAsyncBegin() function
/frameworks/base/core/jni/
Dandroid_os_Trace.cpp79 tracing_perfetto::traceAsyncBegin(tag, str, cookie); in android_os_Trace_nativeAsyncTraceBegin()