Home
last modified time | relevance | path

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

/system/core/adb/client/
Dincremental_server.cpp249 using TimePoint = decltype(std::chrono::high_resolution_clock::now()); typedef in incremental::IncrementalServer
250 bool ServingComplete(std::optional<TimePoint> startTime, int missesCount, int missesSent);
530 bool IncrementalServer::ServingComplete(std::optional<TimePoint> startTime, int missesCount, in ServingComplete()
557 std::optional<TimePoint> startTime; in Serve()
Dadb_install.cpp303 template <class TimePoint>
304 static int ms_between(TimePoint start, TimePoint end) { in ms_between()