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

  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
benchmark.h 48 atrace_int64(ATRACE_TAG_WEBVIEW, log_message, nanoseconds_monotonic);
69 atrace_int64(ATRACE_TAG_WEBVIEW, log_message, nanoseconds_monotonic);
  /system/core/libcutils/include/cutils/
trace.h 246 #define ATRACE_INT64(name, value) atrace_int64(ATRACE_TAG, name, value)
247 static inline void atrace_int64(uint64_t tag, const char* name, int64_t value) function

Completed in 67 milliseconds