Home
last modified time | relevance | path

Searched refs:mActiveConnection (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/media/
DRemoteDisplayProviderProxy.java55 private Connection mActiveConnection; field in RemoteDisplayProviderProxy
77 pw.println(prefix + " mActiveConnection=" + mActiveConnection); in dump()
96 mActiveConnection.setDiscoveryMode(mode); in setDiscoveryMode()
105 mActiveConnection.disconnect(mSelectedDisplayId); in setSelectedDisplay()
109 mActiveConnection.connect(id); in setSelectedDisplay()
117 mActiveConnection.setVolume(mSelectedDisplayId, volume); in setDisplayVolume()
123 mActiveConnection.adjustVolume(mSelectedDisplayId, delta); in adjustDisplayVolume()
159 if (mActiveConnection == null && shouldBind()) { in rebindIfDisconnected()
232 mActiveConnection = connection; in onServiceConnected()
253 if (mActiveConnection == connection) { in onConnectionReady()
[all …]
DMediaRoute2ProviderServiceProxy.java64 private Connection mActiveConnection; field in MediaRoute2ProviderServiceProxy
85 pw.println(prefix + " mActiveConnection=" + mActiveConnection); in dump()
93 mActiveConnection.requestCreateSession(requestId, packageName, routeId, sessionHints); in requestCreateSession()
101 mActiveConnection.releaseSession(requestId, sessionId); in releaseSession()
110 mActiveConnection.updateDiscoveryPreference(discoveryPreference); in updateDiscoveryPreference()
118 mActiveConnection.selectRoute(requestId, sessionId, routeId); in selectRoute()
125 mActiveConnection.deselectRoute(requestId, sessionId, routeId); in deselectRoute()
132 mActiveConnection.transferToRoute(requestId, sessionId, routeId); in transferToRoute()
139 mActiveConnection.setRouteVolume(requestId, routeId, volume); in setRouteVolume()
147 mActiveConnection.setSessionVolume(requestId, sessionId, volume); in setSessionVolume()
[all …]
/frameworks/base/services/core/java/com/android/server/storage/
DStorageUserConnection.java73 private final ActiveConnection mActiveConnection = new ActiveConnection(); field in StorageUserConnection
109 mActiveConnection.startSessionLocked(session, pfd); in startSession()
126 mActiveConnection.notifyVolumeStateChangedLocked(sessionId, vol); in notifyVolumeStateChanged()
158 mActiveConnection.endSessionLocked(session); in removeSessionAndWait()
193 mActiveConnection.close(); in close()
208 waitForLatch(mActiveConnection.bind(), "remote_prepare_user " + mUserId); in prepareRemote()