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

/frameworks/av/media/libmedia/
H A Dmediaplayer.cpp54 mCurrentState = MEDIA_PLAYER_IDLE;
116 if ( !( (mCurrentState & MEDIA_PLAYER_IDLE) ||
196 ((mCurrentState & MEDIA_PLAYER_IDLE) != MEDIA_PLAYER_IDLE);
458 if (mCurrentState == MEDIA_PLAYER_IDLE) return NO_ERROR;
466 mCurrentState = MEDIA_PLAYER_IDLE;
551 if (!(mCurrentState & MEDIA_PLAYER_IDLE)) {
588 (mCurrentState & MEDIA_PLAYER_IDLE) ||
625 if ((mPlayer != NULL) || (mCurrentState != MEDIA_PLAYER_IDLE))
667 if (!(msg == MEDIA_ERROR && mCurrentState == MEDIA_PLAYER_IDLE)
[all...]
/frameworks/av/include/media/
H A Dmediaplayer.h134 MEDIA_PLAYER_IDLE = 1 << 0, enumerator in enum:android::media_player_states

Completed in 32 milliseconds