Searched refs:mActiveConnection (Results 1 – 3 of 3) sorted by relevance
55 private Connection mActiveConnection; field in RemoteDisplayProviderProxy96 mActiveConnection.setDiscoveryMode(mode); in setDiscoveryMode()109 mActiveConnection.connect(id); in setSelectedDisplay()159 if (mActiveConnection == null && shouldBind()) { in rebindIfDisconnected()232 mActiveConnection = connection; in onServiceConnected()253 if (mActiveConnection == connection) { in onConnectionReady()266 if (mActiveConnection == connection) { in onConnectionDied()275 if (mActiveConnection == connection) { in onDisplayStateChanged()284 if (mActiveConnection != null) { in disconnect()289 mActiveConnection.dispose(); in disconnect()[all …]
70 private Connection mActiveConnection; field in MediaRoute2ProviderServiceProxy315 if (mActiveConnection == connection) { in onConnectionReady()328 if (mActiveConnection == connection) { in onConnectionDied()337 if (mActiveConnection != connection) { in onProviderUpdated()348 if (mActiveConnection != connection) { in onSessionCreated()385 if (mActiveConnection != connection) { in onSessionsUpdated()415 if (mActiveConnection != connection) { in onSessionReleased()488 if (mActiveConnection != null) { in disconnect()490 mActiveConnection.dispose(); in disconnect()491 mActiveConnection = null; in disconnect()[all …]
78 private final ActiveConnection mActiveConnection = new ActiveConnection(); field in StorageUserConnection111 mActiveConnection.startSession(session, pfd); in startSession()131 mActiveConnection.notifyVolumeStateChanged(sessionId, vol); in notifyVolumeStateChanged()147 mActiveConnection.freeCache(sessionId, volumeUuid, bytes); in freeCache()163 mActiveConnection.notifyAnrDelayStarted(packageName, uid, tid, reason); in notifyAnrDelayStarted()197 mActiveConnection.endSession(session); in removeSessionAndWait()230 mActiveConnection.close(); in close()