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