Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DAudioPlaybackConfiguration.java143 public static final int PLAYER_STATE_IDLE = 1; field in AudioPlaybackConfiguration
167 PLAYER_STATE_IDLE,
205 mPlayerState = PLAYER_STATE_IDLE; in AudioPlaybackConfiguration()
410 case PLAYER_STATE_IDLE: in isActive()
575 case PLAYER_STATE_IDLE: return "idle"; in toLogFriendlyPlayerState()
DPlayerBase.java104 mState = AudioPlaybackConfiguration.PLAYER_STATE_IDLE; in PlayerBase()
/frameworks/native/include/audiomanager/
DAudioManager.h36 PLAYER_STATE_IDLE = 1, enumerator
/frameworks/base/api/
Dsystem-current.txt3801 field public static final int PLAYER_STATE_IDLE = 1; // 0x1
/frameworks/base/non-updatable-api/
Dsystem-current.txt3801 field public static final int PLAYER_STATE_IDLE = 1; // 0x1
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt38425 Landroid/media/MediaPlayerBase;->PLAYER_STATE_IDLE:I