Searched refs:MEDIA_PLAYER_IDLE (Results 1 – 2 of 2) sorted by relevance
59 mCurrentState = MEDIA_PLAYER_IDLE; in MediaPlayer()124 if ( !( (mCurrentState & MEDIA_PLAYER_IDLE) || in attachNewPlayer()205 ((mCurrentState & MEDIA_PLAYER_IDLE) != MEDIA_PLAYER_IDLE); in invoke()565 if (mCurrentState == MEDIA_PLAYER_IDLE) return NO_ERROR; in reset_l()574 mCurrentState = MEDIA_PLAYER_IDLE; in reset_l()667 if (!(mCurrentState & MEDIA_PLAYER_IDLE)) { in setAudioSessionId()704 (mCurrentState & MEDIA_PLAYER_IDLE) || in attachAuxEffect()776 if ((mPlayer != NULL) || (mCurrentState != MEDIA_PLAYER_IDLE)) in setRetransmitEndpoint()818 if (!(msg == MEDIA_ERROR && mCurrentState == MEDIA_PLAYER_IDLE) && mPlayer == 0) { in notify()839 if (mCurrentState == MEDIA_PLAYER_IDLE) { in notify()
143 MEDIA_PLAYER_IDLE = 1 << 0, enumerator