Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DPlaybackActivityMonitor.java153 private final HashMap<Integer, AudioPlaybackConfiguration> mPlayers = field in PlaybackActivityMonitor
195 for (AudioPlaybackConfiguration apc : mPlayers.values()) { in disableAudioForUid()
258 mPlayers.put(newPiid, apc); in trackPlayer()
274 final AudioPlaybackConfiguration apc = mPlayers.get(new Integer(piid)); in playerAttributes()
297 final AudioPlaybackConfiguration apc = mPlayers.get(new Integer(piid)); in playerSessionId()
363 final AudioPlaybackConfiguration apc = mPlayers.get(new Integer(piid)); in playerEvent()
456 final AudioPlaybackConfiguration apc = mPlayers.get(piid); in portEvent()
498 final AudioPlaybackConfiguration apc = mPlayers.get(new Integer(piid)); in releasePlayer()
502 mPlayers.remove(new Integer(piid)); in releasePlayer()
578 for (AudioPlaybackConfiguration apc : mPlayers.values()) { in setAllowedCapturePolicy()
[all …]