HomeSort by relevance Sort by last modified time
    Searched refs:playing (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/qemu/distrib/sdl-1.2.15/src/audio/dc/
SDL_dcaudio.h 36 int playing; member in struct:SDL_PrivateAudioData
SDL_dcaudio.c 98 if (this->hidden->playing) {
153 if (this->hidden->playing) {
174 if (!this->hidden->playing) {
176 this->hidden->playing = 1;
241 this->hidden->playing = 0;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMediaPlayer.java 21 private boolean playing; field in class:ShadowMediaPlayer
52 playing = true;
72 return playing;
92 playing = true;
97 playing = false;
102 playing = false;
108 playing = false;
114 playing = false;
  /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...]
webrtc_audio_renderer.cc 94 // WebRtcAudioRenderer instance. This class maintains the per-user 'playing'
134 if (playing_state_.playing())
143 if (!playing_state_.playing())
366 if (playing_state_.playing())
382 DCHECK(play_ref_count_ == 0 || state_ == PLAYING);
385 if (state_ != PLAYING) {
386 state_ = PLAYING;
398 if (!playing_state_.playing())
414 DCHECK_EQ(state_, PLAYING);
478 return (state_ == PLAYING) ? audio_bus->frames() : 0
    [all...]
  /external/chromium_org/content/renderer/pepper/
ppb_audio_impl.cc 58 if (playing())
67 if (!playing())
  /external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
control_panel.js 100 * Flag whether the audio is playing or paused. True if playing, or false
104 playing: false,
127 this.playing = !this.playing;
  /frameworks/support/v4/jellybean-mr2/android/support/v4/media/
TransportMediatorJellybeanMR2.java 158 public void refreshState(boolean playing, long position, int transportControls) {
160 mRemoteControl.setPlaybackState(playing ? RemoteControlClient.PLAYSTATE_PLAYING
161 : RemoteControlClient.PLAYSTATE_STOPPED, position, playing ? 1 : 0);
  /external/chromium_org/ppapi/shared_impl/
ppb_audio_shared.h 52 bool playing() const { return playing_; } function in class:ppapi::PPB_Audio_Shared
60 // Configures the current state to be playing or not. The caller is
105 // True if playing the stream.
  /external/chromium_org/third_party/WebKit/Source/core/dom/
GlobalEventHandlers.h 82 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(playing);
  /external/chromium_org/third_party/openssl/openssl/crypto/des/times/
usparc.cc 11 [ 16-Jan-06 - I've been playing with the
  /external/openssl/crypto/des/times/
usparc.cc 11 [ 16-Jan-06 - I've been playing with the
  /external/chromium_org/content/browser/renderer_host/media/
audio_renderer_host.cc 64 bool playing() const { return playing_; } function in class:content::AudioRendererHost::AudioEntry
65 void set_playing(bool playing) { playing_ = playing; }
285 if (!entry->playing()) {
293 if (entry->playing()) {
476 if (entry->playing())
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
play.js 11 console.log('Playing element: ' + mediaElements[i].src);
25 window.__registerHTML5EventCompleted(element, 'playing');
  /external/qemu/distrib/sdl-1.2.15/src/audio/dma/
SDL_dmaaudio.c 217 int playing; local
233 playing = info.ptr / this->spec.size;
234 filling = (playing + 1)%num_buffers;
  /packages/apps/Music/src/com/android/music/
MediaAppWidgetProvider.java 31 * Simple widget to show currently playing album art along
73 linkButtons(context, views, false /* not playing */);
152 final boolean playing = service.isPlaying();
153 if (playing) {
160 linkButtons(service, views, playing);
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/media/
player_testapi.js 29 * Respond with a boolean value, true if the media is playing.
80 * Starts playing immediately.
132 * Starts playing one of the tracks immediately.
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
media_controls.css 24 .media-button[state='playing']:not(.disabled):not(:hover):not(:active) >
25 .playing.normal,
26 .media-button[state='playing']:not(.disabled):hover > .playing.hover,
27 .media-button[state='playing']:not(.disabled):active > .playing.active,
212 .media-button.play > .playing.normal {
218 .media-button.play > .playing.hover {
224 .media-button.play > .playing.active {
  /external/chromium_org/media/audio/win/
audio_low_latency_output_win.cc 345 bool playing = true; local
360 while (playing && !error) {
370 playing = false;
382 if (playing && error) {
470 // Stream position of the sample that is currently playing
  /external/chromium_org/content/test/data/media/
media_source_utils.js 7 video.addEventListener('playing', function(event) {
8 console.log('Video Playing.');
  /external/chromium_org/ppapi/proxy/
ppb_audio_proxy.cc 96 if (playing())
108 if (!playing())
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaController.cpp 189 // the user agent must change the MediaController into a playing media controller,
210 // When the pause() method is invoked, if the MediaController is a playing media controller,
303 DEFINE_STATIC_LOCAL(AtomicString, playing, ("playing", AtomicString::ConstructFromLiteral));
304 return playing;
318 case PLAYING:
420 // Let new playback state be playing.
421 newPlaybackState = PLAYING;
430 // then queue a task that, if the MediaController object is a playing media controller, and
443 // then queue a task to fire a simple event at the MediaController object, whose name is playing
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeaudiocapturemodule.cc 194 // No playout device, just playing from file. Return success.
271 bool FakeAudioCaptureModule::Playing() const {
335 // No speaker, just playing from file. Return success.
345 // No microphone, just playing from file. Return success.
351 // No microphone, just playing from file. Return success.
699 bool playing; local
703 playing = playing_;
708 if (playing) {
  /external/chromium_org/third_party/webrtc/voice_engine/
channel.h 87 playing(false),
95 bool playing; member in struct:webrtc::voe::ChannelState::State
136 state_.playing = enable;
442 bool Playing() const
444 return channel_state_.Get().playing;
  /external/chromium_org/ui/keyboard/resources/
constants.js 102 * The size of the pool to use for playing audio sounds on key press. This is to

Completed in 1442 milliseconds

1 2 3