Home
last modified time | relevance | path

Searched refs:traceCounter (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/base/
DTracing.cpp83 __attribute__((always_inline)) void traceCounter(const char* name, int64_t value) { in traceCounter() function
86 virtualdeviceperfetto::traceCounter(name, value); in traceCounter()
/hardware/google/aemu/base/include/aemu/base/
DTracing.h58 TRACING_API void traceCounter(const char* tag, int64_t value);
81 void traceCounter(const char* name, int64_t value);
/hardware/google/gfxstream/host/
DRenderControl.cpp1449 android::base::traceCounter("gfxstreamFrameNumber", (int64_t)frameNumber); in rcFlushWindowColorBufferAsyncWithFrameNumber()