Home
last modified time | relevance | path

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

/hardware/google/graphics/common/hwc3/
DComposerCommandEngine.cpp253 int64_t display, const std::optional<ClockMonotonicTimestamp> expectedPresentTime, in executeSetExpectedPresentTimeInternal()
259 int64_t display, const std::optional<ClockMonotonicTimestamp> expectedPresentTime, in executeValidateDisplay()
275 int64_t display, const std::optional<ClockMonotonicTimestamp> expectedPresentTime, in executePresentOrValidateDisplay()
DComposerClient.cpp88 int64_t display, const ClockMonotonicTimestamp& expectedPresentTime, in notifyExpectedPresent()
/hardware/interfaces/graphics/composer/aidl/include/android/hardware/graphics/composer3/
DComposerClientWriter.h113 std::optional<ClockMonotonicTimestamp> expectedPresentTime, in validateDisplay()
122 std::optional<ClockMonotonicTimestamp> expectedPresentTime, in presentOrvalidateDisplay()
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/
DIComposerClient.aidl915 long display, in ClockMonotonicTimestamp expectedPresentTime, int frameIntervalNs); in notifyExpectedPresent()
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/
DIComposerClient.aidl89 …otifyExpectedPresent(long display, in android.hardware.graphics.composer3.ClockMonotonicTimestamp … in notifyExpectedPresent()
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/3/android/hardware/graphics/composer3/
DIComposerClient.aidl89 …otifyExpectedPresent(long display, in android.hardware.graphics.composer3.ClockMonotonicTimestamp … in notifyExpectedPresent()
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsComposerClient.cpp346 ClockMonotonicTimestamp expectedPresentTime, in notifyExpectedPresent()
DVtsHalGraphicsComposer3_TargetTest.cpp1534 std::optional<ClockMonotonicTimestamp> expectedPresentTime, in presentAndGetFence()
1702 auto expectedPresentTime = presentFence1->getSignalTime() + vsyncPeriod; in Test_expectedPresentTime() local
/hardware/google/graphics/common/hwc3/impl/
DHalImpl.cpp523 const ClockMonotonicTimestamp& expectedPresentTime, in notifyExpectedPresent()
1253 int64_t display, const std::optional<ClockMonotonicTimestamp> expectedPresentTime, in setExpectedPresentTime()
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.cpp2189 auto expectedPresentTime = mExynosDisplay->getPendingExpectedPresentTime(); in deliverWinConfigData() local
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp6426 auto expectedPresentTime = startTime - 1; in getPredictedPresentTime() local