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

  /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/content/browser/renderer_host/media/
audio_renderer_host.cc 65 bool playing() const { return playing_; } function in class:content::AudioRendererHost::AudioEntry
66 void set_playing(bool playing) { playing_ = playing; }
277 if (!entry->playing()) {
285 if (entry->playing()) {
457 if (entry->playing())
  /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"
116 // Called when an audio renderer, either the main or a proxy, starts playing.
118 // playing so that the shared play state of all the streams can be reflected
132 PLAYING,
139 // Maps an audio source to a list of playing states that collectively hold
164 // Tracks a playing state. The state must be playing when this metho
    [all...]
  /external/chromium_org/media/audio/win/
audio_low_latency_output_win.cc 357 bool playing = true; local
372 while (playing && !error) {
382 playing = false;
394 if (playing && error) {
482 // Stream position of the sample that is currently playing
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationPlayer.h 90 bool playing() { return !(finished() || m_paused || m_isPausedForTesting || m_idle); } function in class:blink::FINAL
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeaudiocapturemodule.cc 187 // No playout device, just playing from file. Return success.
264 bool FakeAudioCaptureModule::Playing() const {
322 // No speaker, just playing from file. Return success.
332 // No microphone, just playing from file. Return success.
680 bool playing; local
684 playing = playing_;
689 if (playing) {
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc 678 bool playing = _playing; local
705 if (playing)
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/
channel.h 89 playing(false),
97 bool playing; member in struct:webrtc::voe::ChannelState::State
138 state_.playing = enable;
442 bool Playing() const
444 return channel_state_.Get().playing;
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 

Completed in 813 milliseconds