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

  /external/chromium_org/third_party/webrtc/test/
fake_audio_device.cc 76 bool FakeAudioDevice::Playing() const {
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLPlugInElement.h 130 Playing
  /external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
streamplayer.cpp 256 TBool CStreamPlayer::Playing() const
  /external/chromium_org/content/renderer/media/
webrtc_audio_device_impl.cc 321 bool WebRtcAudioDeviceImpl::Playing() const {
  /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/third_party/webrtc/modules/audio_device/dummy/
audio_device_dummy.cc 72 bool AudioDeviceDummy::Playing() const { return false; }
file_audio_device.cc 272 bool FileAudioDevice::Playing() const {
  /external/chromium_org/third_party/webrtc/modules/audio_device/
audio_device_impl.cc 215 "Will use file-playing dummy device.");
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/include/
fake_audio_device.h 65 virtual bool Playing() const { return false; }
  /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/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/modules/audio_device/ios/
audio_device_ios.cc 192 _id, " Cannot init speaker when playing");
961 " Playing already started");
1015 bool AudioDeviceIPhone::Playing() const {
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc 678 bool playing = _playing; local
705 if (playing)
    [all...]
audio_device_pulse_linux.cc 474 // Only update the volume if it's been set while we weren't playing.
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_wave_win.cc     [all...]
audio_device_core_win.cc     [all...]
  /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/third_party/webrtc/modules/audio_device/mac/
audio_device_mac.cc     [all...]

Completed in 650 milliseconds