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

  /external/qemu/distrib/sdl-1.2.15/src/audio/dc/
SDL_dcaudio.h 36 int playing; member in struct:SDL_PrivateAudioData
  /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/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"
115 // Called when an audio renderer, either the main or a proxy, starts playing.
117 // playing so that the shared play state of all the streams can be reflected
131 PLAYING,
138 // Maps an audio source to a list of playing states that collectively hold
163 // Tracks a playing state. The state must be playing when this metho
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/dma/
SDL_dmaaudio.c 217 int playing; local
233 playing = info.ptr / this->spec.size;
234 filling = (playing + 1)%num_buffers;
  /external/chromium_org/content/browser/renderer_host/media/
audio_renderer_host.cc 64 bool playing() const { return playing_; } function in class:content::AudioRendererHost::AudioEntry
65 void set_playing(bool playing) { playing_ = playing; }
285 if (!entry->playing()) {
293 if (entry->playing()) {
476 if (entry->playing())
  /external/chromium_org/media/audio/win/
audio_low_latency_output_win.cc 345 bool playing = true; local
360 while (playing && !error) {
370 playing = false;
382 if (playing && error) {
470 // Stream position of the sample that is currently playing
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMediaPlayer.java 21 private boolean playing; field in class:ShadowMediaPlayer
52 playing = true;
72 return playing;
92 playing = true;
97 playing = false;
102 playing = false;
108 playing = false;
114 playing = false;
  /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/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 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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/
def.h 603 int playing; member in struct:pa_timing_info
643 * underrun. playing will tell you which case it is. \since
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
def.h 603 int playing; member in struct:pa_timing_info
643 * underrun. playing will tell you which case it is. \since
    [all...]
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.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 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.1/
support-v4-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
support-v4-19.1.0.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 2585 milliseconds