Searched refs:gChoreographer (Results 1 – 1 of 1) sorted by relevance
89 static thread_local Choreographer* gChoreographer; variable91 if (gChoreographer == nullptr) { in getForThread()97 gChoreographer = new Choreographer(looper); in getForThread()98 status_t result = gChoreographer->initialize(); in getForThread()104 return gChoreographer; in getForThread()