Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DBufferQueueLayer.cpp204 nsecs_t expectedPresentTime = mFlinger->mScheduler->expectedPresentTime(); in getFrameNumber() local
282 nsecs_t expectedPresentTime = mFlinger->mScheduler->expectedPresentTime(); in updateTexImage() local
DBufferLayerConsumer.cpp101 status_t BufferLayerConsumer::updateTexImage(BufferRejecter* rejecter, nsecs_t expectedPresentTime, in updateTexImage()
DSurfaceFlinger.cpp3246 nsecs_t expectedPresentTime; in handlePageFlip() local
3644 nsecs_t expectedPresentTime = mScheduler->expectedPresentTime(); in transactionIsReadyToBeApplied() local
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp312 nsecs_t Scheduler::expectedPresentTime() { in expectedPresentTime() function in android::Scheduler
DDispSync.cpp842 nsecs_t DispSync::expectedPresentTime() { in expectedPresentTime() function in android::impl::DispSync
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp3191 void addExpectedPresentTime(nsecs_t expectedPresentTime) { in addExpectedPresentTime()