Home
last modified time | relevance | path

Searched refs:MEDIA_PLAYER_IDLE (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libmedia/
Dmediaplayer.cpp54 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()
/frameworks/av/include/media/
Dmediaplayer.h132 MEDIA_PLAYER_IDLE = 1 << 0, enumerator