OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atrace_async_end
(Results
1 - 2
of
2
) sorted by null
/system/core/include/cutils/
trace.h
230
#define
ATRACE_ASYNC_END
(name, cookie)
atrace_async_end
(ATRACE_TAG, name, cookie)
231
static inline void
atrace_async_end
(uint64_t tag, const char* name,
function
287
#define
ATRACE_ASYNC_END
(name, cookie)
/frameworks/base/core/jni/
android_os_Trace.cpp
81
atrace_async_end
(tag, utf8Chars.string(), cookie);
Completed in 741 milliseconds