Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DFadeOutManager.java347 if (apc.getPlayerProxy() != null) { in addFade()
364 if ((apc != null) && (apc.getPlayerProxy() != null)) { in removeUnfadeAll()
400 if (apc.getPlayerProxy() != null) { in fadeInPlayer()
437 apc.getPlayerProxy().applyVolumeShaper(config, operation); in applyVolumeShaperInternal()
DPlaybackActivityMonitor.java213 apc.getPlayerProxy().pause(); in checkBanPlayer()
909 apc.getPlayerProxy().setVolume(0.0f); in mutePlayersForCall()
934 apc.getPlayerProxy().setVolume(1.0f); in unmutePlayersForCall()
1261 apc.getPlayerProxy().applyVolumeShaper(config, operation); in addDuck()
1275 apc.getPlayerProxy().applyVolumeShaper( in removeUnduckAll()
1611 apc.getPlayerProxy().applyVolumeShaper( in maybeMutePlayerAwaitingConnection()
1634 apc.getPlayerProxy().applyVolumeShaper(MUTE_AWAIT_CONNECTION_VSHAPE, in unmutePlayersExpectingDevice()
/frameworks/base/media/java/android/media/
DAudioPlaybackConfiguration.java552 public PlayerProxy getPlayerProxy() { in getPlayerProxy() method in AudioPlaybackConfiguration
/frameworks/base/core/api/
Dsystem-current.txt7149 method public android.media.PlayerProxy getPlayerProxy();