Home
last modified time | relevance | path

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

/frameworks/native/libs/nativedisplay/
DAChoreographer.cpp105 } gChoreographers; variable
109 explicit Choreographer(const sp<Looper>& looper) EXCLUDES(gChoreographers.lock);
113 EXCLUDES(gChoreographers.lock);
130 virtual ~Choreographer() override EXCLUDES(gChoreographers.lock);
183 std::lock_guard<std::mutex> _l(gChoreographers.lock); in Choreographer()
184 gChoreographers.ptrs.push_back(this); in Choreographer()
188 std::lock_guard<std::mutex> _l(gChoreographers.lock); in ~Choreographer()
189 gChoreographers.ptrs.erase(std::remove_if(gChoreographers.ptrs.begin(), in ~Choreographer()
190 gChoreographers.ptrs.end(), in ~Choreographer()
192 gChoreographers.ptrs.end()); in ~Choreographer()
[all …]