Home
last modified time | relevance | path

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

/frameworks/native/libs/nativedisplay/
DAChoreographer.cpp161 static thread_local Choreographer* gChoreographer; variable
163 if (gChoreographer == nullptr) { in getForThread()
169 gChoreographer = new Choreographer(looper); in getForThread()
170 status_t result = gChoreographer->initialize(); in getForThread()
176 return gChoreographer; in getForThread()