Searched defs:setExpectedPresentTime (Results 1 – 8 of 8) sorted by relevance
40 virtual void setExpectedPresentTime(int64_t __unused timestampNanos, in setExpectedPresentTime() function
515 void PowerAdvisor::setExpectedPresentTime(TimePoint expectedPresentTime) { in setExpectedPresentTime() function in android::adpf::impl::PowerAdvisor
824 void VariableRefreshRateController::setExpectedPresentTime(int64_t timestampNanos, in setExpectedPresentTime() function in android::hardware::graphics::composer::VariableRefreshRateController
782 HWC3::Error Display::setExpectedPresentTime( in setExpectedPresentTime() function in aidl::android::hardware::graphics::composer3::impl::Display
1153 void ExynosPrimaryDisplay::setExpectedPresentTime(uint64_t timestamp, int frameIntervalNs) { in setExpectedPresentTime() function in ExynosPrimaryDisplay
1267 int HalImpl::setExpectedPresentTime( in setExpectedPresentTime() function in aidl::android::hardware::graphics::composer3::impl::HalImpl
1342 virtual void setExpectedPresentTime(uint64_t __unused timestamp, in setExpectedPresentTime() function
1734 const auto setExpectedPresentTime = [&]() -> std::optional<ClockMonotonicTimestamp> { in Test_expectedPresentTime() local