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

  /system/core/include/cutils/
trace.h 156 #define ATRACE_GET_ENABLED_TAGS() atrace_get_enabled_tags()
157 static inline uint64_t atrace_get_enabled_tags() function
171 return atrace_get_enabled_tags() & tag;
264 #define ATRACE_GET_ENABLED_TAGS()
  /frameworks/base/core/jni/
android_os_Trace.cpp 43 return atrace_get_enabled_tags();

Completed in 295 milliseconds