Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DFrameTracerTest.cpp69 static std::unique_ptr<perfetto::TracingSession> getTracingSessionForTest() { in getTracingSessionForTest() function in android::__anon977cfc640110::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()
H A 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()
/aosp12/frameworks/native/services/gpuservice/tests/unittests/
H A DGpuMemTracerTest.cpp132 auto tracingSession = mGpuMemTracer->getTracingSessionForTest(); in TEST_F()
183 auto tracingSession = mGpuMemTracer->getTracingSessionForTest(); in TEST_F()
/aosp12/frameworks/native/services/gpuservice/tracing/include/tracing/
H A DGpuMemTracer.h64 std::unique_ptr<perfetto::TracingSession> getTracingSessionForTest();
/aosp12/frameworks/native/services/gpuservice/tracing/
H A DGpuMemTracer.cpp66 std::unique_ptr<perfetto::TracingSession> GpuMemTracer::getTracingSessionForTest() { in getTracingSessionForTest() function in android::GpuMemTracer