Searched refs:mPlayers (Results 1 – 1 of 1) sorted by relevance
153 private final HashMap<Integer, AudioPlaybackConfiguration> mPlayers = field in PlaybackActivityMonitor195 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 …]