Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DISurfaceComposer.cpp65 InputWindowCommands commands, int64_t desiredPresentTime, bool isAutoTimestamp, in setTransactionState()
163 int64_t desiredPresentTime = 0; in onTransact() local
DSurfaceComposerClient.cpp748 const int64_t desiredPresentTime = parcel->readInt64(); in readFromParcel() local
1870 nsecs_t desiredPresentTime) { in setDesiredPresentTime()
/frameworks/native/services/surfaceflinger/
DFrameTracker.h98 nsecs_t desiredPresentTime; member
DTransactionState.h126 int64_t desiredPresentTime; member
DLayer.cpp3074 const BufferData& bufferData, nsecs_t postTime, nsecs_t desiredPresentTime, in setBuffer()
3192 void Layer::setDesiredPresentTime(nsecs_t desiredPresentTime, bool isAutoTimestamp) { in setDesiredPresentTime()
3976 nsecs_t desiredPresentTime = mBufferInfo.mDesiredPresentTime; in onPostComposition() local
DLayer.h173 nsecs_t desiredPresentTime = 0; member
DSurfaceFlinger.cpp4267 const TimePoint desiredPresentTime = TimePoint::fromNs(transaction.desiredPresentTime); in transactionReadyTimelineCheck() local
4501 InputWindowCommands inputWindowCommands, int64_t desiredPresentTime, bool isAutoTimestamp, in setTransactionState()
4619 const int64_t desiredPresentTime, bool isAutoTimestamp, in applyTransactionState()
4799 int64_t desiredPresentTime, bool isAutoTimestamp, in setClientStateLocked()
5148 int64_t desiredPresentTime, in updateLayerCallbacksAndStats()
/frameworks/native/services/surfaceflinger/fuzzer/
Dsurfaceflinger_fuzzer.cpp183 int64_t desiredPresentTime = mFdp.ConsumeIntegral<int64_t>(); in setTransactionState() local
Dsurfaceflinger_fuzzers_utils.h747 const InputWindowCommands& inputWindowCommands, int64_t desiredPresentTime, in setTransactionState()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTransactionApplicationTest.cpp71 int64_t desiredPresentTime = 0; member
90 void setupSingle(TransactionInfo& transaction, uint32_t flags, int64_t desiredPresentTime, in setupSingle()
DTestableSurfaceFlinger.h507 const InputWindowCommands& inputWindowCommands, int64_t desiredPresentTime, in setTransactionState()
/frameworks/base/native/android/
Dsurface_control.cpp537 int64_t desiredPresentTime) { in ASurfaceTransaction_setDesiredPresentTime()
/frameworks/native/libs/gui/tests/
DBLASTBufferQueue_test.cpp403 nsecs_t desiredPresentTime = systemTime() + nsecs_t(5 * 1e8); in TEST_F() local