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.java74 private Connection mActiveConnection; field in MediaRoute2ProviderServiceProxy
137 mActiveConnection.requestCreateSession( in requestCreateSession()
151 mActiveConnection.releaseSession(requestId, sessionId); in releaseSession()
163 mActiveConnection.updateDiscoveryPreference(discoveryPreference); in updateDiscoveryPreference()
171 mActiveConnection.selectRoute(requestId, sessionId, routeId); in selectRoute()
178 mActiveConnection.deselectRoute(requestId, sessionId, routeId); in deselectRoute()
203 mActiveConnection.transferToRoute(requestId, sessionOriginalId, routeOriginalId); in transferToRoute()
210 mActiveConnection.setRouteVolume(requestId, routeOriginalId, volume); in setRouteVolume()
218 mActiveConnection.setSessionVolume(requestId, sessionOriginalId, volume); in setSessionVolume()
251 if (rebindIfDisconnected && mActiveConnection == null && shouldBind()) { in start()
[all …]
/frameworks/base/services/core/java/com/android/server/storage/
DStorageUserConnection.java78 private final ActiveConnection mActiveConnection = new ActiveConnection(); field in StorageUserConnection
111 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()