Searched refs:TimedJob (Results 1 – 1 of 1) sorted by relevance
294 mJobs.insert(TimedJob{id, now + timeout, std::move(what)}); in addJob()351 struct TimedJob { struct in android::incremental::RealTimedQueueWrapper355 friend bool operator<(const TimedJob& lhs, const TimedJob& rhs) { in operator <()360 std::multiset<TimedJob> mJobs;