Home
last modified time | relevance | path

Searched defs:desiredPresentTime (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/services/surfaceflinger/
DFrameTracker.h98 nsecs_t desiredPresentTime; member
DBufferStateLayer.cpp406 nsecs_t desiredPresentTime) { in addFrameEvent()
420 nsecs_t desiredPresentTime, bool isAutoTimestamp, in setBuffer()
DBufferLayer.cpp392 nsecs_t desiredPresentTime = mBufferInfo.mDesiredPresentTime; in onPostComposition() local
DLayer.h227 nsecs_t desiredPresentTime = 0; member
DSurfaceFlinger.cpp3577 const FrameTimelineInfo& info, bool isAutoTimestamp, int64_t desiredPresentTime, in transactionIsReadyToBeApplied()
3703 const InputWindowCommands& inputWindowCommands, int64_t desiredPresentTime, in setTransactionState()
3755 const int64_t desiredPresentTime, bool isAutoTimestamp, in applyTransactionState()
3902 int64_t desiredPresentTime, bool isAutoTimestamp, int64_t postTime, uint32_t permissions, in setClientStateLocked()
DSurfaceFlinger.h556 const int64_t desiredPresentTime; member
/frameworks/native/services/surfaceflinger/tests/unittests/
DTransactionApplicationTest.cpp97 int64_t desiredPresentTime = 0; member
116 int64_t desiredPresentTime, bool isAutoTimestamp, in setupSingle()
DTestableSurfaceFlinger.h376 const InputWindowCommands& inputWindowCommands, int64_t desiredPresentTime, in setTransactionState()
/frameworks/native/libs/gui/
DISurfaceComposer.cpp71 int64_t desiredPresentTime, bool isAutoTimestamp, in setTransactionState()
1282 int64_t desiredPresentTime = 0; in onTransact() local
DSurfaceComposerClient.cpp550 const int64_t desiredPresentTime = parcel->readInt64(); in readFromParcel() local
1402 nsecs_t desiredPresentTime) { in setDesiredPresentTime()
/frameworks/base/native/android/
Dsurface_control.cpp498 int64_t desiredPresentTime) { in ASurfaceTransaction_setDesiredPresentTime()
/frameworks/native/libs/gui/tests/
DBLASTBufferQueue_test.cpp340 nsecs_t desiredPresentTime = systemTime() + nsecs_t(5 * 1e8); in TEST_F() local