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

  /frameworks/base/native/android/
trace.cpp 21 return atrace_is_tag_enabled(ATRACE_TAG_APP);
25 atrace_begin(ATRACE_TAG_APP, sectionName);
29 atrace_end(ATRACE_TAG_APP);
  /system/core/libcutils/
trace-dev.inc 128 tags |= ATRACE_TAG_APP;
130 tags &= ~ATRACE_TAG_APP;
  /system/core/libcutils/include/cutils/
trace.h 64 #define ATRACE_TAG_APP (1<<12)

Completed in 107 milliseconds