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 42 uint64_t atrace_enabled_tags = ATRACE_TAG_NOT_READY; variable
155 atrace_enabled_tags = tags;
161 atrace_enabled_tags = ATRACE_TAG_NOT_READY;
172 atrace_enabled_tags = 0;
176 atrace_enabled_tags = atrace_get_property();

Completed in 74 milliseconds