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 64 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) && mPlayer == 0)
    [all...]
  /frameworks/av/media/libmedia/include/media/
mediaplayer.h 154 MEDIA_PLAYER_IDLE = 1 << 0,

Completed in 137 milliseconds