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 53 mCurrentState = MEDIA_PLAYER_IDLE;
114 if ( !( (mCurrentState & MEDIA_PLAYER_IDLE) ||
194 ((mCurrentState & MEDIA_PLAYER_IDLE) != MEDIA_PLAYER_IDLE);
477 if (mCurrentState == MEDIA_PLAYER_IDLE) return NO_ERROR;
485 mCurrentState = MEDIA_PLAYER_IDLE;
570 if (!(mCurrentState & MEDIA_PLAYER_IDLE)) {
607 (mCurrentState & MEDIA_PLAYER_IDLE) ||
644 if ((mPlayer != NULL) || (mCurrentState != MEDIA_PLAYER_IDLE))
686 if (!(msg == MEDIA_ERROR && mCurrentState == MEDIA_PLAYER_IDLE) && mPlayer == 0)
    [all...]
  /frameworks/av/include/media/
mediaplayer.h 139 MEDIA_PLAYER_IDLE = 1 << 0,

Completed in 24 milliseconds