Home
last modified time | relevance | path

Searched refs:CLOCK_SKEW_RETRY_TIMEOUT (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dconstants.hpp48 constexpr Seconds CLOCK_SKEW_RETRY_TIMEOUT { 30 }; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Donline_file_source.cpp297 return now + std::max<Seconds>(delta, util::CLOCK_SKEW_RETRY_TIMEOUT); in interpolateExpiration()