HomeSort by relevance Sort by last modified time
    Searched refs:atrace_async_end (Results 1 - 2 of 2) sorted by null

  /system/core/include/cutils/
trace.h 229 #define ATRACE_ASYNC_END(name, cookie) atrace_async_end(ATRACE_TAG, name, cookie)
230 static inline void atrace_async_end(uint64_t tag, const char* name, function
269 #define ATRACE_ASYNC_END(name, cookie)
  /frameworks/base/core/jni/
android_os_Trace.cpp 81 atrace_async_end(tag, utf8Chars.string(), cookie);

Completed in 21 milliseconds