HomeSort by relevance Sort by last modified time
    Searched refs:MEDIA_PLAYER_IDLE (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libmedia/
mediaplayer.cpp 62 mCurrentState = MEDIA_PLAYER_IDLE;
129 if ( !( (mCurrentState & MEDIA_PLAYER_IDLE) ||
212 ((mCurrentState & MEDIA_PLAYER_IDLE) != MEDIA_PLAYER_IDLE);
614 if (mCurrentState == MEDIA_PLAYER_IDLE) return NO_ERROR;
623 mCurrentState = MEDIA_PLAYER_IDLE;
717 if (!(mCurrentState & MEDIA_PLAYER_IDLE)) {
754 (mCurrentState & MEDIA_PLAYER_IDLE) ||
830 if ((mPlayer != NULL) || (mCurrentState != MEDIA_PLAYER_IDLE))
872 if (!(msg == MEDIA_ERROR && mCurrentState == MEDIA_PLAYER_IDLE) && mPlayer == 0)
    [all...]
  /frameworks/av/media/libmedia/include/media/
mediaplayer.h 149 MEDIA_PLAYER_IDLE = 1 << 0,

Completed in 51 milliseconds