Home
last modified time | relevance | path

Searched refs:timePoint (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/cpp/computepipe/runner/input_manager/
DVideoInputManager.cpp104 auto timePoint = std::chrono::system_clock::now(); in startDecoders() local
105 int64_t timestamp = std::chrono::time_point_cast<std::chrono::microseconds>(timePoint) in startDecoders()
DVideoDecoder.cpp36 auto timePoint = std::chrono::system_clock::now(); in getCurrentTime() local
37 return std::chrono::time_point_cast<std::chrono::microseconds>(timePoint) in getCurrentTime()
/packages/modules/NeuralNetworks/common/include/
DLegacyHalUtils.h48 LegacyOptionalTimePoint makeDeadline(const V1_3::OptionalTimePoint& timePoint);
397 V1_3::OptionalTimePoint convertToV1_3(const OptionalTimePoint& timePoint);
/packages/modules/NeuralNetworks/common/
DLegacyHalUtils.cpp53 LegacyOptionalTimePoint makeDeadline(const V1_3::OptionalTimePoint& timePoint) { in makeDeadline() argument
55 if (timePoint.getDiscriminator() == Disc::none) { in makeDeadline()
58 const uint64_t count = timePoint.nanosecondsSinceEpoch(); in makeDeadline()
1741 V1_3::OptionalTimePoint convertToV1_3(const OptionalTimePoint& timePoint) { in convertToV1_3() argument
1742 return handleError(V1_3::utils::convert(timePoint)); in convertToV1_3()
DTypeUtils.cpp857 std::ostream& operator<<(std::ostream& os, const TimePoint& timePoint) { in operator <<() argument
858 return os << timePoint.time_since_epoch() << " since epoch"; in operator <<()
/packages/modules/NeuralNetworks/common/include/nnapi/
DTypeUtils.h132 std::ostream& operator<<(std::ostream& os, const TimePoint& timePoint);