Searched defs:ChoreographerThread (Results 1 – 3 of 3) sorted by relevance
220 struct ChoreographerThread : public Thread { struct227 virtual ~ChoreographerThread() {} in ~ChoreographerThread()231 void* mData;234 ChoreographerThread::ChoreographerThread(bool canCallJava) : Thread(canCallJava) { in ChoreographerThread() function in android::ChoreographerThread
40 class ChoreographerThread; variable
297 ChoreographerThread::ChoreographerThread(Callback onChoreographer): in ChoreographerThread() function in swappy::ChoreographerThread