Searched refs:NoChoreographerThread (Results 1 – 1 of 1) sorted by relevance
278 class NoChoreographerThread : public ChoreographerThread { class280 NoChoreographerThread(Callback onChoreographer);287 NoChoreographerThread::NoChoreographerThread(Callback onChoreographer) : in NoChoreographerThread() function in swappy::NoChoreographerThread291 void NoChoreographerThread::postFrameCallbacks() { in postFrameCallbacks()295 void NoChoreographerThread::scheduleNextFrameCallback() {} in scheduleNextFrameCallback()380 return std::make_unique<NoChoreographerThread>(onChoreographer); in createChoreographerThread()394 return std::make_unique<NoChoreographerThread>(onChoreographer); in createChoreographerThread()