Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DBufferQueueLayer.cpp200 nsecs_t expectedPresentTime = mFlinger->getExpectedPresentTime(); in getFrameNumber() local
279 nsecs_t expectedPresentTime = mFlinger->getExpectedPresentTime(); in updateTexImage() local
DBufferLayerConsumer.cpp101 status_t BufferLayerConsumer::updateTexImage(BufferRejecter* rejecter, nsecs_t expectedPresentTime, in updateTexImage()
DSurfaceFlinger.cpp3318 const nsecs_t expectedPresentTime = getExpectedPresentTime(); in handlePageFlip() local
3725 nsecs_t expectedPresentTime = getExpectedPresentTime(); in transactionIsReadyToBeApplied() local
/frameworks/native/services/surfaceflinger/Scheduler/
DDispSync.cpp856 nsecs_t DispSync::expectedPresentTime() { in expectedPresentTime() function in android::impl::DispSync
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp3254 void addExpectedPresentTime(nsecs_t expectedPresentTime) { in addExpectedPresentTime()