Searched refs:PLAYER_STATE_IDLE (Results 1 – 6 of 6) sorted by relevance
143 public static final int PLAYER_STATE_IDLE = 1; field in AudioPlaybackConfiguration167 PLAYER_STATE_IDLE,205 mPlayerState = PLAYER_STATE_IDLE; in AudioPlaybackConfiguration()409 case PLAYER_STATE_IDLE: in isActive()576 case PLAYER_STATE_IDLE: return "idle"; in toLogFriendlyPlayerState()
104 mState = AudioPlaybackConfiguration.PLAYER_STATE_IDLE; in PlayerBase()
36 PLAYER_STATE_IDLE = 1, enumerator
646 public static final int PLAYER_STATE_IDLE = 1001;676 PLAYER_STATE_IDLE,746 if (state != PLAYER_STATE_ERROR && state != PLAYER_STATE_IDLE) {1117 if (state == PLAYER_STATE_ERROR || state == PLAYER_STATE_IDLE) {
3533 field public static final int PLAYER_STATE_IDLE = 1; // 0x1
41192 Landroid/media/MediaPlayerBase;->PLAYER_STATE_IDLE:I