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

1 2

  /external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule_unittest.cc 158 EXPECT_FALSE(fake_audio_capture_module_->Playing());
163 EXPECT_FALSE(fake_audio_capture_module_->Playing());
166 EXPECT_TRUE(fake_audio_capture_module_->Playing());
176 EXPECT_FALSE(fake_audio_capture_module_->Playing());
fakeaudiocapturemodule.h 115 bool Playing() const override;
  /external/webrtc/webrtc/test/
fake_audio_device.h 39 bool Playing() const override;
fake_audio_device.cc 67 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/autotest/client/site_tests/video_VimeoVideo/
video_VimeoVideo.py 76 # Abort the test if video is not playing.
80 'Init: video isn\'t playing.'),
84 #TODO: mussa crbug/445636 Get pausing and playing again to work
85 """ Pausing and Playing again under WPR currently causes vimeo to throw
99 'Long Wait: Video is not playing.'),
  /external/webrtc/webrtc/modules/audio_device/android/
opensles_player.h 74 bool Playing() const { return playing_; }
audio_track_jni.h 76 bool Playing() const { return playing_; }
audio_device_template.h 176 if (!Playing())
182 bool Playing() const override {
183 return output_.Playing();
  /external/webrtc/webrtc/voice_engine/
shared_data.cc 94 if (it.GetChannel()->Playing())
voe_dtmf_impl.cc 94 // Mute the microphone signal while playing back the tone directly.
177 if (!_shared->audio_device()->Playing()) {
179 "PlayDtmfTone() no channel is playing out");
voe_external_media_impl.cc 144 if (!channelPtr->Playing()) {
147 "GetAudioFrame() was called on channel that is not playing.");
voe_base_impl.cc 508 if (channelPtr->Playing()) {
600 if (!shared_->audio_device()->Playing()) {
614 // Stop audio-device playing if no channel is playing out
  /external/webrtc/webrtc/modules/audio_device/test/
func_test_manager.cc     [all...]
audio_device_test_api.cc 291 EXPECT_FALSE(audio_device_->Playing());
628 EXPECT_TRUE(audio_device_->Playing());
631 EXPECT_FALSE(audio_device_->Playing());
643 EXPECT_TRUE(audio_device_->Playing());
646 EXPECT_FALSE(audio_device_->Playing());
658 EXPECT_TRUE(audio_device_->Playing());
661 EXPECT_FALSE(audio_device_->Playing());
762 EXPECT_TRUE(audio_device_->Playing());
772 EXPECT_FALSE(audio_device_->Playing());
    [all...]
  /external/webrtc/webrtc/modules/audio_device/
audio_device_generic.h 59 virtual bool Playing() const = 0;
audio_device_impl.h 96 bool Playing() const override;
  /external/webrtc/webrtc/modules/audio_device/dummy/
audio_device_dummy.cc 72 bool AudioDeviceDummy::Playing() const { return false; }
audio_device_dummy.h 63 bool Playing() const override;
file_audio_device.h 83 bool Playing() const override;
  /external/webrtc/webrtc/modules/audio_device/include/
audio_device.h 96 virtual bool Playing() const = 0;
fake_audio_device.h 65 virtual bool Playing() const { return false; }
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_unittest_ios.cc 569 EXPECT_FALSE(audio_device()->Playing());
573 EXPECT_TRUE(audio_device()->Playing());
578 EXPECT_FALSE(audio_device()->Playing());
643 // Verify that we can create two ADMs and start playing on the second ADM.
670 // reuse the audio session activated when the first ADM started playing.
680 // playing first ADM.
690 EXPECT_TRUE(second_audio_device->Playing());
693 EXPECT_FALSE(second_audio_device->Playing());
    [all...]
audio_device_ios.h 56 bool Playing() const override { return playing_; }
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.h 75 bool Playing() const override;

Completed in 251 milliseconds

1 2