Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/surfaceflinger/FrameTimeline/
H A DFrameTimeline.cpp914 FrameTimeline::FrameTimeline(std::shared_ptr<TimeStats> timeStats, pid_t surfaceFlingerPid, in FrameTimeline()
1208 void FrameTimeline::DisplayFrame::tracePredictions(pid_t surfaceFlingerPid, nsecs_t monoBootOffset, in tracePredictions()
1251 void FrameTimeline::DisplayFrame::addSkippedFrame(pid_t surfaceFlingerPid, nsecs_t monoBootOffset, in addSkippedFrame()
1327 void FrameTimeline::DisplayFrame::traceActuals(pid_t surfaceFlingerPid, nsecs_t monoBootOffset, in traceActuals()
1378 nsecs_t FrameTimeline::DisplayFrame::trace(pid_t surfaceFlingerPid, nsecs_t monoBootOffset, in trace()
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/mock/
H A DMockFrameTimeline.cpp22 FrameTimeline::FrameTimeline(std::shared_ptr<TimeStats> timeStats, pid_t surfaceFlingerPid) in FrameTimeline()
/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DSurfaceFlingerDefaultFactory.cpp97 std::shared_ptr<TimeStats> timeStats, pid_t surfaceFlingerPid) { in createFrameTimeline()
/aosp_15_r20/frameworks/base/core/jni/
H A Dcom_android_internal_os_KernelAllocationStats.cpp62 pid_t surfaceFlingerPid = -1; in KernelAllocationStats_getDmabufAllocations() local