Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/src/swappy/
DChoreographerThread.cpp283 void postFrameCallbacks() override;
291 void NoChoreographerThread::postFrameCallbacks() { in postFrameCallbacks() function in swappy::NoChoreographerThread
302 void ChoreographerThread::postFrameCallbacks() in postFrameCallbacks() function in swappy::ChoreographerThread
DChoreographerThread.h44 virtual void postFrameCallbacks();
DSwappy.cpp142 swappy->mChoreographerThread->postFrameCallbacks(); in onChoreographer()
163 mChoreographerThread->postFrameCallbacks(); in swapInternal()