Searched refs:MEDIA_PLAYER_IDLE (Results 1 – 2 of 2) sorted by relevance
54 mCurrentState = MEDIA_PLAYER_IDLE; in MediaPlayer()116 if ( !( (mCurrentState & MEDIA_PLAYER_IDLE) || in attachNewPlayer()196 ((mCurrentState & MEDIA_PLAYER_IDLE) != MEDIA_PLAYER_IDLE); in invoke()458 if (mCurrentState == MEDIA_PLAYER_IDLE) return NO_ERROR; in reset_l()466 mCurrentState = MEDIA_PLAYER_IDLE; in reset_l()551 if (!(mCurrentState & MEDIA_PLAYER_IDLE)) { in setAudioSessionId()588 (mCurrentState & MEDIA_PLAYER_IDLE) || in attachAuxEffect()625 if ((mPlayer != NULL) || (mCurrentState != MEDIA_PLAYER_IDLE)) in setRetransmitEndpoint()667 if (!(msg == MEDIA_ERROR && mCurrentState == MEDIA_PLAYER_IDLE) && mPlayer == 0) { in notify()688 if (mCurrentState == MEDIA_PLAYER_IDLE) { in notify()
132 MEDIA_PLAYER_IDLE = 1 << 0, enumerator