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

  /external/webrtc/webrtc/modules/audio_device/android/
audio_track_jni.h 76 bool Playing() const { return playing_; }
opensles_player.h 74 bool Playing() const { return playing_; }
  /external/webrtc/webrtc/test/
fake_audio_device.cc 67 bool FakeAudioDevice::Playing() const {
  /external/webrtc/webrtc/modules/audio_device/dummy/
audio_device_dummy.cc 72 bool AudioDeviceDummy::Playing() const { return false; }
file_audio_device.cc 245 bool FileAudioDevice::Playing() const {
  /external/webrtc/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/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.cc 177 // No playout device, just playing from file. Return success.
254 bool FakeAudioCaptureModule::Playing() const {
312 // No speaker, just playing from file. Return success.
322 // No microphone, just playing from file. Return success.
  /external/webrtc/webrtc/modules/audio_device/
audio_device_impl.cc 201 "Will use file-playing dummy device.");
    [all...]
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc 651 bool playing = _playing; local
678 if (playing)
    [all...]
audio_device_pulse_linux.cc 407 // Only update the volume if it's been set while we weren't playing.
    [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.cc     [all...]
audio_device_core_win.cc     [all...]
  /external/webrtc/webrtc/voice_engine/
channel.h 93 playing(false),
101 bool playing; member in struct:webrtc::voe::ChannelState::State
142 state_.playing = enable;
418 bool Playing() const
420 return channel_state_.Get().playing;
  /external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc     [all...]

Completed in 376 milliseconds