Home
last modified time | relevance | path

Searched defs:timePoint (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/cpp/computepipe/runner/input_manager/
DVideoInputManager.cpp104 auto timePoint = std::chrono::system_clock::now(); in startDecoders() local
DVideoDecoder.cpp36 auto timePoint = std::chrono::system_clock::now(); in getCurrentTime() local
/packages/modules/NeuralNetworks/common/types/src/
DTypeUtils.cpp734 std::ostream& operator<<(std::ostream& os, const TimePoint& timePoint) { in operator <<()
/packages/modules/NeuralNetworks/common/
DLegacyHalUtils.cpp54 LegacyOptionalTimePoint makeDeadline(const V1_3::OptionalTimePoint& timePoint) { in makeDeadline()
1744 V1_3::OptionalTimePoint convertToV1_3(const OptionalTimePoint& timePoint) { in convertToV1_3()