Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DAudioPlaybackConfiguration.java149 public static final int PLAYER_STATE_IDLE = 1; field in AudioPlaybackConfiguration
193 PLAYER_STATE_IDLE,
210 case PLAYER_STATE_IDLE: return "PLAYER_STATE_IDLE"; in playerStateToString()
351 mPlayerState = PLAYER_STATE_IDLE; in AudioPlaybackConfiguration()
731 case PLAYER_STATE_IDLE: in isActive()
1015 case PLAYER_STATE_IDLE: return "idle"; in toLogFriendlyPlayerState()
H A DPlayerBase.java108 mState = AudioPlaybackConfiguration.PLAYER_STATE_IDLE; in PlayerBase()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt7048 field public static final int PLAYER_STATE_IDLE = 1; // 0x1
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt28296 Landroid/media/MediaPlayerBase;->PLAYER_STATE_IDLE:I