Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/src/swappy/
DChoreographerThread.cpp62 void scheduleNextFrameCallback() override REQUIRES(mWaitingMutex);
182 void NDKChoreographerThread::scheduleNextFrameCallback() in scheduleNextFrameCallback() function in swappy::NDKChoreographerThread
200 void scheduleNextFrameCallback() override REQUIRES(mWaitingMutex);
256 void JavaChoreographerThread::scheduleNextFrameCallback() in scheduleNextFrameCallback() function in swappy::JavaChoreographerThread
284 void scheduleNextFrameCallback() override REQUIRES(mWaitingMutex);
295 void NoChoreographerThread::scheduleNextFrameCallback() {} in scheduleNextFrameCallback() function in swappy::NoChoreographerThread
311 scheduleNextFrameCallback(); in postFrameCallbacks()
325 scheduleNextFrameCallback(); in onChoreographer()
DChoreographerThread.h48 virtual void scheduleNextFrameCallback() REQUIRES(mWaitingMutex) = 0;