Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.h72 Connection(sp<ConnectionHandle> handle, sp<EventThreadConnection> eventConnection, in Connection() argument
74 : handle(handle), eventConnection(eventConnection), thread(std::move(eventThread)) {} in Connection()
79 sp<EventThreadConnection> eventConnection; variable
DScheduler.cpp168 return mConnections[handle->id]->eventConnection; in getEventConnection()