Home
last modified time | relevance | path

Searched refs:getTracingSessionForTest (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DFrameTracerTest.cpp69 static std::unique_ptr<perfetto::TracingSession> getTracingSessionForTest() { in getTracingSessionForTest() function in android::__anon3da13af80111::FrameTracerTest
112 auto tracingSession = getTracingSessionForTest(); in TEST_F()
130 auto tracingSession = getTracingSessionForTest(); in TEST_F()
159 auto tracingSession = getTracingSessionForTest(); in TEST_F()
172 auto tracingSession = getTracingSessionForTest(); in TEST_F()
224 auto tracingSession = getTracingSessionForTest(); in TEST_F()
250 auto tracingSession = getTracingSessionForTest(); in TEST_F()
321 auto tracingSession = getTracingSessionForTest(); in TEST_F()
383 auto tracingSession = getTracingSessionForTest(); in TEST_F()
414 auto tracingSession = getTracingSessionForTest(); in TEST_F()
DFrameTimelineTest.cpp96 static std::unique_ptr<perfetto::TracingSession> getTracingSessionForTest() { in getTracingSessionForTest() function in android::frametimeline::FrameTimelineTest
872 auto tracingSession = getTracingSessionForTest(); in TEST_F()
897 auto tracingSession = getTracingSessionForTest(); in TEST_F()
930 auto tracingSession = getTracingSessionForTest(); in TEST_F()
949 auto tracingSession = getTracingSessionForTest(); in TEST_F()
1139 auto tracingSession = getTracingSessionForTest(); in TEST_F()
1209 auto tracingSession = getTracingSessionForTest(); in TEST_F()
1294 auto tracingSession = getTracingSessionForTest(); in TEST_F()
1375 auto tracingSession = getTracingSessionForTest(); in TEST_F()
1434 auto tracingSession = getTracingSessionForTest(); in TEST_F()
[all …]
/frameworks/native/services/gpuservice/tracing/include/tracing/
DGpuMemTracer.h64 std::unique_ptr<perfetto::TracingSession> getTracingSessionForTest();
/frameworks/native/services/gpuservice/tests/unittests/
DGpuMemTracerTest.cpp131 auto tracingSession = mGpuMemTracer->getTracingSessionForTest(); in TEST_F()
182 auto tracingSession = mGpuMemTracer->getTracingSessionForTest(); in TEST_F()
/frameworks/native/services/gpuservice/tracing/
DGpuMemTracer.cpp66 std::unique_ptr<perfetto::TracingSession> GpuMemTracer::getTracingSessionForTest() { in getTracingSessionForTest() function in android::GpuMemTracer