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

  /system/core/libcutils/
trace.c 35 uint64_t atrace_enabled_tags = ATRACE_TAG_NOT_READY; variable
156 atrace_enabled_tags = tags;
162 atrace_enabled_tags = ATRACE_TAG_NOT_READY;
173 atrace_enabled_tags = 0;
177 atrace_enabled_tags = atrace_get_property();
  /system/core/include/cutils/
trace.h 99 * If tracing is ready, set atrace_enabled_tags to the system property
130 extern uint64_t atrace_enabled_tags;
160 return atrace_enabled_tags;

Completed in 2715 milliseconds