Searched refs:PLAYSTATE_PLAYING (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
H A DBlockingAudioTrack.java35 * it remains in PLAYSTATE_PLAYING. This should never happen in normal usage, but
193 if (audioTrack.getPlayState() != AudioTrack.PLAYSTATE_PLAYING) {
287 audioTrack.getPlayState() == AudioTrack.PLAYSTATE_PLAYING && !mStopped) {
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardTransportControlView.java337 return mCurrentPlayState == RemoteControlClient.PLAYSTATE_PLAYING
365 case RemoteControlClient.PLAYSTATE_PLAYING:
489 case RemoteControlClient.PLAYSTATE_PLAYING:
/frameworks/base/media/java/android/media/
H A DAudioTrack.java77 public static final int PLAYSTATE_PLAYING = 3; // matches SL_PLAYSTATE_PLAYING field in class:AudioTrack
600 * @see #PLAYSTATE_PLAYING
888 mPlayState = PLAYSTATE_PLAYING;
H A DRemoteControlClient.java84 public final static int PLAYSTATE_PLAYING = 3; field in class:RemoteControlClient
586 * {@link #PLAYSTATE_PLAYING},
H A DAudioService.java5604 case RemoteControlClient.PLAYSTATE_PLAYING:
/frameworks/base/core/java/com/android/internal/widget/
H A DTransportControlView.java350 case RemoteControlClient.PLAYSTATE_PLAYING:
487 case RemoteControlClient.PLAYSTATE_PLAYING:

Completed in 294 milliseconds