Searched refs:setExpectedPresentTime (Results 1 – 11 of 11) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libvrr/interface/ |
D | VariableRefreshRateInterface.h | 25 virtual void setExpectedPresentTime(int64_t __unused timestampNanos, in setExpectedPresentTime() function
|
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/ |
D | ExynosPrimaryDisplay.h | 47 virtual void setExpectedPresentTime(uint64_t timestamp, int frameIntervalNs) override;
|
D | ExynosPrimaryDisplay.cpp | 1132 void ExynosPrimaryDisplay::setExpectedPresentTime(uint64_t timestamp, int frameIntervalNs) { in setExpectedPresentTime() function in ExynosPrimaryDisplay 1137 presentListener->setExpectedPresentTime(timestamp, frameIntervalNs); in setExpectedPresentTime()
|
/hardware/google/graphics/common/libhwc2.1/libvrr/ |
D | VariableRefreshRateController.h | 231 virtual void setExpectedPresentTime(int64_t timestampNanos, int frameIntervalNs) override;
|
D | VariableRefreshRateController.cpp | 742 void VariableRefreshRateController::setExpectedPresentTime(int64_t timestampNanos, in setExpectedPresentTime() function in android::hardware::graphics::composer::VariableRefreshRateController
|
/hardware/google/graphics/common/hwc3/impl/ |
D | HalImpl.h | 181 int32_t setExpectedPresentTime(
|
D | HalImpl.cpp | 1252 int HalImpl::setExpectedPresentTime( in setExpectedPresentTime() function in aidl::android::hardware::graphics::composer3::impl::HalImpl 1264 halDisplay->setExpectedPresentTime(expectedPresentTime->timestampNanos, frameIntervalNs); in setExpectedPresentTime()
|
/hardware/google/graphics/common/hwc3/include/ |
D | IComposerHal.h | 244 virtual int32_t setExpectedPresentTime(
|
/hardware/google/graphics/common/hwc3/ |
D | ComposerCommandEngine.cpp | 255 mHal->setExpectedPresentTime(display, expectedPresentTime, frameIntervalNs); in executeSetExpectedPresentTimeInternal()
|
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | ExynosDisplay.h | 1319 virtual void setExpectedPresentTime(uint64_t __unused timestamp, in setExpectedPresentTime() function
|
/hardware/interfaces/graphics/composer/aidl/vts/ |
D | VtsHalGraphicsComposer3_TargetTest.cpp | 1709 const auto setExpectedPresentTime = [&]() -> std::optional<ClockMonotonicTimestamp> { in Test_expectedPresentTime() local 1718 const sp<::android::Fence> presentFence2 = presentAndGetFence(setExpectedPresentTime); in Test_expectedPresentTime()
|