Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/include/
H A DLegacyHalUtils.h44 using LegacyTimePoint = std::chrono::time_point<std::chrono::steady_clock, LegacyDuration>; variable
45 using LegacyOptionalTimePoint = std::optional<LegacyTimePoint>;
/aosp12/packages/modules/NeuralNetworks/common/
H A DLegacyHalUtils.cpp59 return LegacyTimePoint{LegacyDuration{count}}; in makeDeadline()
69 constexpr auto kMaxTime = LegacyTimePoint::max(); in makeDeadline()