Searched refs:mChoreographerThread (Results 1 – 4 of 4) sorted by relevance
268 mChoreographerThread = new ChoreographerThread(true); in VideoFrameScheduler2()271 if (mChoreographerThread->init(static_cast<void*>(mVsyncTracker.get())) != OK) { in VideoFrameScheduler2()272 mChoreographerThread.clear(); in VideoFrameScheduler2()274 if (mChoreographerThread != NULL && mChoreographerThread->run("Choreographer") != OK) { in VideoFrameScheduler2()275 mChoreographerThread.clear(); in VideoFrameScheduler2()294 mChoreographerThread->requestExitAndWait(); in release()295 mChoreographerThread.clear(); in release()
40 sp<ChoreographerThread> mChoreographerThread; member
135 swappy->mChoreographerThread = in onChoreographer()142 swappy->mChoreographerThread->postFrameCallbacks(); in onChoreographer()163 mChoreographerThread->postFrameCallbacks(); in swapInternal()410 mChoreographerThread = ChoreographerThread::createChoreographerThread( in Swappy()
219 std::unique_ptr<ChoreographerThread> mChoreographerThread; variable