Home
last modified time | relevance | path

Searched defs:ScopedTrace (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/
DSysTrace.h25 explicit ScopedTrace(const char* label) { atrace_pm_begin(label); } in ScopedTrace() function
/frameworks/native/libs/binder/include/binder/
DTrace.h49 inline ScopedTrace(uint64_t tag, const char* name) : mTag(tag) { os::trace_begin(mTag, name); } in ScopedTrace() function
/frameworks/native/libs/vr/libpdx/private/pdx/
Dtrace.h45 ScopedTrace(uint64_t tag, bool enabled, const char* name) in ScopedTrace() function