Lines Matching refs:mConnections
54 if (handle == nullptr || mConnections.count(handle->id) == 0) return value
56 if (handle == nullptr || mConnections.count(handle->id) == 0) return
133 mConnections.emplace(id, in createConnection()
137 return mConnections[id]->handle; in createConnection()
157 return createConnectionInternal(mConnections[handle->id]->thread.get(), in createDisplayEventConnection()
163 return mConnections[handle->id]->thread.get(); in getEventThread()
168 return mConnections[handle->id]->eventConnection; in getEventConnection()
174 mConnections[handle->id]->thread->onHotplugReceived(displayId, connected); in hotplugReceived()
179 mConnections[handle->id]->thread->onScreenAcquired(); in onScreenAcquired()
184 mConnections[handle->id]->thread->onScreenReleased(); in onScreenReleased()
190 mConnections[handle->id]->thread->onConfigChanged(displayId, configId); in onConfigChanged()
195 mConnections.at(handle->id)->thread->dump(result); in dump()
200 mConnections[handle->id]->thread->setPhaseOffset(phaseOffset); in setPhaseOffset()