Searched refs:functors (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayList.cpp47 , functors(stdAllocator)
76 for (auto& iter : functors) {
H A DDisplayList.h163 const LsaVector<FunctorContainer>& getFunctors() const { return functors; }
203 // List of functors
204 LsaVector<FunctorContainer> functors; member in class:android::uirenderer::DisplayList
206 // List of functors that need to be notified of pushStaging. Note that this list gets nothing
207 // but a callback during sync DisplayList, unlike the list of functors defined above, which
H A DDisplayListCanvas.cpp87 mDisplayList->functors.push_back({functor, listener});
H A DRecordingCanvas.cpp599 mDisplayList->functors.push_back({functor, listener});

Completed in 55 milliseconds