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

1 2

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeaudiocapturemodule_unittest.cc 156 EXPECT_FALSE(fake_audio_capture_module_->Playing());
161 EXPECT_FALSE(fake_audio_capture_module_->Playing());
164 EXPECT_TRUE(fake_audio_capture_module_->Playing());
174 EXPECT_FALSE(fake_audio_capture_module_->Playing());
fakeaudiocapturemodule.h 122 virtual bool Playing() const OVERRIDE;
  /external/chromium_org/third_party/webrtc/test/
fake_audio_device.h 39 virtual bool Playing() const OVERRIDE;
fake_audio_device.cc 76 bool FakeAudioDevice::Playing() const {
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 88 Playing, // playback active (media player ready!). (but the media player may actually be
96 // if in Retrieving mode, this flag indicates whether we should start playing immediately
101 // start playing when we are ready. If null, we should play a random song from the device
120 // title of the song we are currently playing
123 // whether the song we are playing is streaming from the network
163 // Make sure the media player will acquire a wake-lock while playing. If we don't do
164 // that, the CPU might go to sleep while the song is playing, causing playback to stop.
171 // playing:
236 // If we are still retrieving media, just set the flag to start playing when we're
248 // If we're stopped, just go ahead to the next song and start playing
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
streamplayer.h 47 TBool Playing() const;
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
play.js 11 console.log('Playing element: ' + mediaElements[i].src);
25 window.__registerHTML5EventCompleted(element, 'playing');
  /external/chromium_org/third_party/webrtc/voice_engine/
shared_data.cc 97 if (it.GetChannel()->Playing())
voe_external_media_impl.cc 171 if (!channelPtr->Playing()) {
173 "GetAudioFrame() was called on channel that is not playing.");
voe_dtmf_impl.cc 109 // Mute the microphone signal while playing back the tone directly.
209 if (!_shared->audio_device()->Playing())
212 "PlayDtmfTone() no channel is playing out");
  /external/chromium_org/third_party/webrtc/modules/audio_device/test/
func_test_manager.cc     [all...]
audio_device_test_api.cc 317 EXPECT_FALSE(audio_device_->Playing());
653 EXPECT_TRUE(audio_device_->Playing());
656 EXPECT_FALSE(audio_device_->Playing());
668 EXPECT_TRUE(audio_device_->Playing());
671 EXPECT_FALSE(audio_device_->Playing());
683 EXPECT_TRUE(audio_device_->Playing());
686 EXPECT_FALSE(audio_device_->Playing());
787 EXPECT_TRUE(audio_device_->Playing());
797 EXPECT_FALSE(audio_device_->Playing());
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
audio_track_jni.h 62 bool Playing() const { return _playing; }
opensles_output.h 33 // OpenSL implementation that facilitate playing PCM data to an android device.
74 bool Playing() const { return playing_; }
203 // This member controls the starting and stopping of playing audio to the
audio_device_template.h 139 bool Playing() const {
140 return output_.Playing();
  /external/chromium_org/content/renderer/media/
webrtc_audio_device_impl.h 308 virtual bool Playing() const OVERRIDE;
  /external/chromium_org/third_party/webrtc/modules/audio_device/
audio_device_generic.h 63 virtual bool Playing() const = 0;
audio_device_impl.h 102 virtual bool Playing() const OVERRIDE;
  /external/chromium_org/third_party/webrtc/modules/audio_device/dummy/
audio_device_dummy.cc 72 bool AudioDeviceDummy::Playing() const { return false; }
audio_device_dummy.h 63 virtual bool Playing() const OVERRIDE;
file_audio_device.h 80 virtual bool Playing() const OVERRIDE;
  /external/chromium_org/third_party/webrtc/modules/audio_device/include/
audio_device.h 94 virtual bool Playing() const = 0;
fake_audio_device.h 65 virtual bool Playing() const { return false; }
  /external/chromium_org/third_party/webrtc/modules/audio_device/ios/
audio_device_ios.h 77 virtual bool Playing() const;
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.h 77 virtual bool Playing() const OVERRIDE;

Completed in 413 milliseconds

1 2