Home
last modified time | relevance | path

Searched refs:PLAYER_STATE_PAUSED (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/media/java/android/media/
DAudioPlaybackConfiguration.java158 public static final int PLAYER_STATE_PAUSED = 3; field in AudioPlaybackConfiguration
177 PLAYER_STATE_PAUSED,
191 case PLAYER_STATE_PAUSED: return "PLAYER_STATE_PAUSED"; in playerStateToString()
495 case PLAYER_STATE_PAUSED: in isActive()
670 case PLAYER_STATE_PAUSED: return "paused"; in toLogFriendlyPlayerState()
DPlayerBase.java205 updateState(AudioPlaybackConfiguration.PLAYER_STATE_PAUSED, 0); in basePause()
/frameworks/native/include/audiomanager/
DAudioManager.h38 PLAYER_STATE_PAUSED = 3, enumerator
/frameworks/av/media/libaudioclient/
DPlayerBase.cpp122 servicePlayerEvent(PLAYER_STATE_PAUSED, AUDIO_PORT_HANDLE_NONE); in pauseWithStatus()
/frameworks/wilhelm/src/android/
DAudioPlayer_to_android.cpp2277 audioManagerPlayerEvent(ap, android::PLAYER_STATE_PAUSED, AUDIO_PORT_HANDLE_NONE); in android_audioPlayer_setPlayState()
/frameworks/base/core/api/
Dsystem-current.txt5265 field public static final int PLAYER_STATE_PAUSED = 3; // 0x3
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt31175 Landroid/media/MediaPlayerBase;->PLAYER_STATE_PAUSED:I