Home
last modified time | relevance | path

Searched refs:getBaseTime (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/FrameTimeline/
H A DFrameTimeline.h187 nsecs_t getBaseTime() const;
381 nsecs_t getBaseTime() const;
H A DFrameTimeline.cpp378 nsecs_t SurfaceFrame::getBaseTime() const { in getBaseTime() function in android::frametimeline::SurfaceFrame
1191 nsecs_t FrameTimeline::DisplayFrame::getBaseTime() const { in getBaseTime() function in android::frametimeline::impl::FrameTimeline::DisplayFrame
1195 nsecs_t surfaceFrameBaseTime = surfaceFrame->getBaseTime(); in getBaseTime()
1261 nsecs_t baseTime = (mDisplayFrames.empty()) ? 0 : mDisplayFrames[0]->getBaseTime(); in dumpAll()
1270 nsecs_t baseTime = (mDisplayFrames.empty()) ? 0 : mDisplayFrames[0]->getBaseTime(); in dumpJank()