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

  /system/core/libcutils/
trace-host.c 25 uint64_t atrace_enabled_tags = 0; variable
trace-dev.c 44 uint64_t atrace_enabled_tags = ATRACE_TAG_NOT_READY; variable
150 atrace_enabled_tags = tags;
156 atrace_enabled_tags = ATRACE_TAG_NOT_READY;
167 atrace_enabled_tags = 0;
171 atrace_enabled_tags = atrace_get_property();

Completed in 315 milliseconds