HomeSort by relevance Sort by last modified time
    Searched defs:PLAYING (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/media/audio/
audio_output_device.h 123 PLAYING, // Playing back. Can Pause()/Stop().
  /frameworks/av/include/media/stagefright/timedtext/
TimedTextDriver.h 71 PLAYING,
  /external/chromium_org/content/renderer/media/
webrtc_audio_renderer.h 47 bool playing() const { function in class:content::WebRtcAudioRenderer::PlayingState
52 void set_playing(bool playing) {
54 playing_ = playing;
88 // is "playing", Pause() won't be called when the state already is "paused"
115 // Called when an audio renderer, either the main or a proxy, starts playing.
117 // playing so that the shared play state of all the streams can be reflected
131 PLAYING,
138 // Maps an audio source to a list of playing states that collectively hold
163 // Tracks a playing state. The state must be playing when this metho
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaController.h 81 enum PlaybackState { WAITING, PLAYING, ENDED };
  /frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.h 64 PLAYING,
  /frameworks/av/include/media/
SoundPool.h 123 enum state { IDLE, RESUMING, STOPPING, PAUSED, PLAYING };
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
CommonControllerOverlay.java 46 PLAYING,
152 mState = State.PLAYING;
224 } else if (mState == State.PAUSED || mState == State.PLAYING) {
316 } else if (mState == State.PLAYING) {
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
PlayerActivity.java 85 PLAYING, PAUSED, BUFFERING, IDLE;
112 mPlaybackState = PlaybackState.PLAYING;
129 if (mPlaybackState == PlaybackState.PLAYING ||
376 case PLAYING:
429 mPlaybackState = PlaybackState.PLAYING;
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 114 PLAYING = 0x01,
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilPlayer.java 40 * The SmilPlayer is responsible for playing, stopping, pausing and resuming a SMIL tree.
41 * <li>It creates a whole timeline before playing.</li>
52 PLAYING,
261 return mState == SmilPlayerState.PLAYING;
314 mState = SmilPlayerState.PLAYING;
317 Log.w(TAG, "Error State: Playback is playing!");
326 Log.w(TAG, "Error State: Playback is not playing!");
510 mState = SmilPlayerState.PLAYING;
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/media/
media_controls.js 35 PLAYING: 'playing',
147 * @return {boolean} True if the media is currently playing.
386 * @param {boolean} playing True if playing.
389 MediaControls.prototype.onMediaPlay_ = function(playing) {
393 this.updatePlayButtonState_(playing);
465 * @param {boolean} playing If the video is playing.
468 MediaControls.prototype.updatePlayButtonState_ = function(playing) {
    [all...]

Completed in 415 milliseconds