Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/gpuservice/tracing/
H A DGpuMemTracer.cpp50 tracerThreadCount++; in initialize()
62 tracerThreadCount++; in initializeForTest()
101 tracerThreadCount--; in threadLoop()
/aosp12/frameworks/native/services/gpuservice/tracing/include/tracing/
H A DGpuMemTracer.h82 std::atomic<int32_t> tracerThreadCount = 0; variable
/aosp12/frameworks/native/services/gpuservice/tests/unittests/
H A DGpuMemTracerTest.cpp75 int getTracerThreadCount() { return mGpuMemTracer->tracerThreadCount; } in getTracerThreadCount()