Lines Matching refs:mConnections
57 if (mConnections.count(handle) == 0) { \
195 mConnections.emplace(handle, Connection{connection, std::move(eventThread)}); in createConnection()
207 return createConnectionInternal(mConnections[handle].thread.get(), configChanged); in createDisplayEventConnection()
212 return mConnections[handle].connection; in getEventConnection()
218 mConnections[handle].thread->onHotplugReceived(displayId, connected); in onHotplugReceived()
223 mConnections[handle].thread->onScreenAcquired(); in onScreenAcquired()
228 mConnections[handle].thread->onScreenReleased(); in onScreenReleased()
262 mConnections[handle].thread->onConfigChanged(displayId, configId, vsyncPeriod); in onNonPrimaryDisplayConfigChanged()
267 return mConnections[handle].thread->getEventThreadConnectionCount(); in getEventThreadConnectionCount()
272 mConnections.at(handle).thread->dump(result); in dump()
277 mConnections[handle].thread->setPhaseOffset(phaseOffset); in setPhaseOffset()