Searched defs:setExpectedPresentTime (Results 1 – 6 of 6) sorted by relevance
25 virtual void setExpectedPresentTime(int64_t __unused timestampNanos, in setExpectedPresentTime() function
742 void VariableRefreshRateController::setExpectedPresentTime(int64_t timestampNanos, in setExpectedPresentTime() function in android::hardware::graphics::composer::VariableRefreshRateController
1132 void ExynosPrimaryDisplay::setExpectedPresentTime(uint64_t timestamp, int frameIntervalNs) { in setExpectedPresentTime() function in ExynosPrimaryDisplay
1252 int HalImpl::setExpectedPresentTime( in setExpectedPresentTime() function in aidl::android::hardware::graphics::composer3::impl::HalImpl
1319 virtual void setExpectedPresentTime(uint64_t __unused timestamp, in setExpectedPresentTime() function
1709 const auto setExpectedPresentTime = [&]() -> std::optional<ClockMonotonicTimestamp> { in Test_expectedPresentTime() local