Home
last modified time | relevance | path

Searched defs:surfaceFlingerPid (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/mock/
DMockFrameTimeline.cpp22 FrameTimeline::FrameTimeline(std::shared_ptr<TimeStats> timeStats, pid_t surfaceFlingerPid) in FrameTimeline()
/frameworks/native/services/surfaceflinger/
DSurfaceFlingerDefaultFactory.cpp129 std::shared_ptr<TimeStats> timeStats, pid_t surfaceFlingerPid) { in createFrameTimeline()
/frameworks/base/core/jni/
Dcom_android_internal_os_KernelAllocationStats.cpp62 pid_t surfaceFlingerPid = -1; in KernelAllocationStats_getDmabufAllocations() local
/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.cpp763 FrameTimeline::FrameTimeline(std::shared_ptr<TimeStats> timeStats, pid_t surfaceFlingerPid, in FrameTimeline()
1021 void FrameTimeline::DisplayFrame::tracePredictions(pid_t surfaceFlingerPid, in tracePredictions()
1055 void FrameTimeline::DisplayFrame::traceActuals(pid_t surfaceFlingerPid, in traceActuals()
1096 void FrameTimeline::DisplayFrame::trace(pid_t surfaceFlingerPid, nsecs_t monoBootOffset) const { in trace()
/frameworks/native/services/surfaceflinger/Tracing/tools/
DLayerTraceGenerator.cpp116 std::shared_ptr<TimeStats> timeStats, pid_t surfaceFlingerPid = 0) override { in createFrameTimeline()