Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
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()
DPlayerBase.java108 mState = AudioPlaybackConfiguration.PLAYER_STATE_IDLE; in PlayerBase()
/frameworks/native/include/audiomanager/
DAudioManager.h36 PLAYER_STATE_IDLE = 1, enumerator
/frameworks/base/core/api/
Dsystem-current.txt7163 field public static final int PLAYER_STATE_IDLE = 1; // 0x1
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt28296 Landroid/media/MediaPlayerBase;->PLAYER_STATE_IDLE:I