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.java146 public static final int PLAYER_STATE_IDLE = 1; field in AudioPlaybackConfiguration
175 PLAYER_STATE_IDLE,
189 case PLAYER_STATE_IDLE: return "PLAYER_STATE_IDLE"; in playerStateToString()
237 mPlayerState = PLAYER_STATE_IDLE; in AudioPlaybackConfiguration()
494 case PLAYER_STATE_IDLE: in isActive()
668 case PLAYER_STATE_IDLE: return "idle"; in toLogFriendlyPlayerState()
DPlayerBase.java102 mState = AudioPlaybackConfiguration.PLAYER_STATE_IDLE; in PlayerBase()
/frameworks/native/include/audiomanager/
DAudioManager.h36 PLAYER_STATE_IDLE = 1, enumerator
/frameworks/base/core/api/
Dsystem-current.txt5264 field public static final int PLAYER_STATE_IDLE = 1; // 0x1
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt31174 Landroid/media/MediaPlayerBase;->PLAYER_STATE_IDLE:I