Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h1101 nsecs_t calculateExpectedPresentTime(DisplayStatInfo) const;
H A DSurfaceFlinger.cpp1511 const auto expectedPresent = calculateExpectedPresentTime(stats); in injectVSync()
1864 nsecs_t SurfaceFlinger::calculateExpectedPresentTime(DisplayStatInfo stats) const { in calculateExpectedPresentTime() function in android::SurfaceFlinger
1892 mExpectedPresentTime = calculateExpectedPresentTime(stats); in onMessageInvalidate()