Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/src/swappy/
DChoreographerThread.cpp55 class NDKChoreographerThread : public ChoreographerThread { class
57 NDKChoreographerThread(Callback onChoreographer);
58 ~NDKChoreographerThread() override;
75 NDKChoreographerThread::NDKChoreographerThread(Callback onChoreographer) : in NDKChoreographerThread() function in swappy::NDKChoreographerThread
112 NDKChoreographerThread::~NDKChoreographerThread() in ~NDKChoreographerThread()
130 void NDKChoreographerThread::looperThread() in looperThread()
182 void NDKChoreographerThread::scheduleNextFrameCallback() in scheduleNextFrameCallback()
186 reinterpret_cast<NDKChoreographerThread*>(data)->onChoreographer(); in scheduleNextFrameCallback()
385 return std::make_unique<NDKChoreographerThread>(onChoreographer); in createChoreographerThread()