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

/frameworks/av/media/libmedia/
H A Dmediaplayer.cpp64 mCurrentState = MEDIA_PLAYER_IDLE;
131 if ( !( (mCurrentState & MEDIA_PLAYER_IDLE) ||
212 ((mCurrentState & MEDIA_PLAYER_IDLE) != MEDIA_PLAYER_IDLE);
607 if (mCurrentState == MEDIA_PLAYER_IDLE) return NO_ERROR;
616 mCurrentState = MEDIA_PLAYER_IDLE;
713 if (!(mCurrentState & MEDIA_PLAYER_IDLE)) {
750 (mCurrentState & MEDIA_PLAYER_IDLE) ||
826 if ((mPlayer != NULL) || (mCurrentState != MEDIA_PLAYER_IDLE))
868 if (!(msg == MEDIA_ERROR && mCurrentState == MEDIA_PLAYER_IDLE)
[all...]
/frameworks/av/include/media/
H A Dmediaplayer.h154 MEDIA_PLAYER_IDLE = 1 << 0, enumerator in enum:android::media_player_states
/frameworks/av/media/libmedia/include/media/
H A Dmediaplayer.h154 MEDIA_PLAYER_IDLE = 1 << 0, enumerator in enum:android::media_player_states

Completed in 60 milliseconds