Searched refs:runAt (Results 1 – 2 of 2) sorted by relevance
51 WorkItem(nsecs_t runAt, std::function<void()>&& work) in WorkItem()52 : runAt(runAt), work(std::move(work)) {} in WorkItem()54 nsecs_t runAt; member70 [&now](WorkItem& item) { return item.runAt > now; }); in process()116 return std::begin(mWorkQueue)->runAt; in nextWakeup()127 [time = item.runAt](WorkItem & item) { return item.runAt > time; }); in enqueue()
327 nsecs_t runAt = (vsyncEvent + mDispatchFrameDelay); in drainDisplayEventQueue() local328 queue().postAt(runAt, [this]() { dispatchFrameCallbacks(); }); in drainDisplayEventQueue()