Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DEventThread.h191 using DisplayEventConsumers = std::vector<sp<EventThreadConnection>>; variable
198 const DisplayEventConsumers& consumers) REQUIRES(mMutex);
H A DEventThread.cpp403 DisplayEventConsumers consumers; in threadMain()
571 const DisplayEventConsumers& consumers) { in dispatchEvent()