Searched refs:getBaseTime (Results 1 – 2 of 2) sorted by relevance
187 nsecs_t getBaseTime() const;381 nsecs_t getBaseTime() const;
378 nsecs_t SurfaceFrame::getBaseTime() const { in getBaseTime() function in android::frametimeline::SurfaceFrame1191 nsecs_t FrameTimeline::DisplayFrame::getBaseTime() const { in getBaseTime() function in android::frametimeline::impl::FrameTimeline::DisplayFrame1195 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()