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

  /frameworks/av/media/libmediaplayer2/include/mediaplayer2/
MediaPlayer2Types.h 156 MEDIAPLAYER2_STATE_PAUSED = 4,
  /frameworks/support/media/src/main/java/androidx/media/
MediaPlayer2.java     [all...]
MediaPlayer2Impl.java 131 sStateMap.put(MEDIAPLAYER2_STATE_PAUSED, MediaPlayerInterface.PLAYER_STATE_PAUSED);
    [all...]
  /frameworks/base/media/java/android/media/
MediaPlayer2.java     [all...]
MediaPlayer2Impl.java 324 case MEDIAPLAYER2_STATE_PAUSED:
    [all...]
  /frameworks/av/media/libmediaplayer2/
mediaplayer2.cpp 878 return MEDIAPLAYER2_STATE_PAUSED;
    [all...]

Completed in 67 milliseconds