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

  /frameworks/base/media/libmedia/
mediaplayer.cpp 56 mCurrentState = MEDIA_PLAYER_IDLE;
116 if ( !( (mCurrentState & MEDIA_PLAYER_IDLE) ||
193 ((mCurrentState & MEDIA_PLAYER_IDLE) != MEDIA_PLAYER_IDLE);
463 if (mCurrentState == MEDIA_PLAYER_IDLE) return NO_ERROR;
471 mCurrentState = MEDIA_PLAYER_IDLE;
542 if (!(mCurrentState & MEDIA_PLAYER_IDLE)) {
579 (mCurrentState & MEDIA_PLAYER_IDLE) ||
630 if (!(msg == MEDIA_ERROR && mCurrentState == MEDIA_PLAYER_IDLE) && mPlayer == 0) {
651 if (mCurrentState == MEDIA_PLAYER_IDLE) {
    [all...]
  /frameworks/base/include/media/
mediaplayer.h 124 MEDIA_PLAYER_IDLE = 1 << 0,

Completed in 17 milliseconds