Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DFadeOutManager.java180 + apc.getPlayerInterfaceId() + " uid:" + apc.getClientUid()); in checkFade()
197 + apc.getPlayerInterfaceId() + " uid:" + uid); in removeReleased()
240 final int piid = new Integer(apc.getPlayerInterfaceId()); in addFade()
286 mFadedPlayers.remove(new Integer(apc.getPlayerInterfaceId())); in removeReleased()
H A DPlaybackActivityMonitor.java202 final int piid = apc.getPlayerInterfaceId(); in checkBanPlayer()
635 if (mDoNotLogPiidList.contains(apc.getPlayerInterfaceId())) { in dump()
1116 + apc.getPlayerInterfaceId()+ " uid:"+ apc.getClientUid()); } in checkDuck()
1133 + apc.getPlayerInterfaceId() + " uid:" + uid); } in removeReleased()
1164 final int piid = new Integer(apc.getPlayerInterfaceId()); in addDuck()
1206 mDuckedPlayers.remove(new Integer(apc.getPlayerInterfaceId())); in removeReleased()
1300 mPlayerIId = apc.getPlayerInterfaceId(); in NewPlayerEvent()
1327 mPlayerIId = apc.getPlayerInterfaceId(); in VolumeShaperEvent()
1482 + apc.getPlayerInterfaceId() in maybeMutePlayerAwaitingConnection()
1487 mMutedPlayersAwaitingConnection.add(apc.getPlayerInterfaceId()); in maybeMutePlayerAwaitingConnection()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DAudioPlayerStateMonitor.java233 activeAudioPlaybackConfigs.put(config.getPlayerInterfaceId(), config); in onPlaybackConfigChanged()
242 config.getPlayerInterfaceId())) { in onPlaybackConfigChanged()
279 final int pii = config.getPlayerInterfaceId(); in onPlaybackConfigChanged()
H A DMediaRouterService.java1944 int idx = mActivePlayerMinPriorityQueue.indexOf(config.getPlayerInterfaceId()); in onAudioPlayerActiveStateChanged()
1953 mActivePlayerMinPriorityQueue.add(config.getPlayerInterfaceId()); in onAudioPlayerActiveStateChanged()
/aosp14/frameworks/base/media/java/android/media/
H A DAudioPlaybackConfiguration.java542 public int getPlayerInterfaceId() { in getPlayerInterfaceId() method in AudioPlaybackConfiguration
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt7033 method public int getPlayerInterfaceId();