Searched refs:eventConnection (Results 1 – 2 of 2) sorted by relevance
72 Connection(sp<ConnectionHandle> handle, sp<EventThreadConnection> eventConnection, in Connection() argument74 : handle(handle), eventConnection(eventConnection), thread(std::move(eventThread)) {} in Connection()79 sp<EventThreadConnection> eventConnection; variable
168 return mConnections[handle->id]->eventConnection; in getEventConnection()