Home
last modified time | relevance | path

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

/frameworks/base/native/android/
Dchoreographer.cpp85 static thread_local Choreographer* gChoreographer; variable
87 if (gChoreographer == nullptr) { in getForThread()
93 gChoreographer = new Choreographer(looper); in getForThread()
94 status_t result = gChoreographer->initialize(); in getForThread()
100 return gChoreographer; in getForThread()