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::__anon968ca73f0111::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()
212 auto tracingSession = getTracingSessionForTest(); in TEST_F()
227 auto tracingSession = getTracingSessionForTest(); in TEST_F()
264 auto tracingSession = getTracingSessionForTest(); in TEST_F()
313 auto tracingSession = getTracingSessionForTest(); in TEST_F()
336 auto tracingSession = getTracingSessionForTest(); in TEST_F()
DFrameTimelineTest.cpp80 static std::unique_ptr<perfetto::TracingSession> getTracingSessionForTest() { in getTracingSessionForTest() function in android::frametimeline::FrameTimelineTest
742 auto tracingSession = getTracingSessionForTest(); in TEST_F()
764 auto tracingSession = getTracingSessionForTest(); in TEST_F()
794 auto tracingSession = getTracingSessionForTest(); in TEST_F()
813 auto tracingSession = getTracingSessionForTest(); in TEST_F()
992 auto tracingSession = getTracingSessionForTest(); in TEST_F()
1069 auto tracingSession = getTracingSessionForTest(); in TEST_F()
1124 auto tracingSession = getTracingSessionForTest(); in TEST_F()
1282 auto tracingSession = getTracingSessionForTest(); in TEST_F()
1358 auto tracingSession = getTracingSessionForTest(); in TEST_F()
/frameworks/native/services/gpuservice/tests/unittests/
DGpuMemTracerTest.cpp132 auto tracingSession = mGpuMemTracer->getTracingSessionForTest(); in TEST_F()
183 auto tracingSession = mGpuMemTracer->getTracingSessionForTest(); in TEST_F()
/frameworks/native/services/gpuservice/tracing/include/tracing/
DGpuMemTracer.h64 std::unique_ptr<perfetto::TracingSession> getTracingSessionForTest();
/frameworks/native/services/gpuservice/tracing/
DGpuMemTracer.cpp66 std::unique_ptr<perfetto::TracingSession> GpuMemTracer::getTracingSessionForTest() { in getTracingSessionForTest() function in android::GpuMemTracer