Searched refs:playing (Results 1 - 10 of 10) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMediaPlayer.java21 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/adhd/scripts/mic_testing/frontend/
H A Dsource.js108 var playing = false;
158 if (!playing) return;
179 playing = false;
187 playing = true;
194 playing = false;
/external/python/cpython2/Lib/plat-irix5/
H A Dreadcd.py42 self.playing = 0
54 if self.playing:
55 ## print 'stop playing from eject'
130 if self.playing:
143 if self.playing:
189 self.playing = 0
201 if not self.playing:
235 self.playing = 1
238 self.playing = 0
244 self.playing
[all...]
/external/python/cpython2/Lib/plat-irix6/
H A Dreadcd.py42 self.playing = 0
54 if self.playing:
55 ## print 'stop playing from eject'
130 if self.playing:
143 if self.playing:
189 self.playing = 0
201 if not self.playing:
235 self.playing = 1
238 self.playing = 0
244 self.playing
[all...]
/external/autotest/client/site_tests/video_VimeoVideo/
H A Dvideo_VimeoVideo.py76 # 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
99 'Long Wait: Video is not playing.'),
/external/webrtc/webrtc/voice_engine/
H A Dchannel.h93 playing(false),
101 bool playing; member in struct:webrtc::voe::ChannelState::State
142 state_.playing = enable;
420 return channel_state_.Get().playing;
H A Dchannel.cc397 // Start playing out the Dtmf tone (if playout is enabled).
467 if (!channel_state_.Get().playing)
469 // Avoid inserting into NetEQ when we are not playing. Count the
473 "received packet is discarded since playing is not"
701 // Special case, if we're playing a file on the playout side
1198 if (channel_state_.Get().playing)
1226 if (!channel_state_.Get().playing)
1480 if (channel_state_.Get().playing)
1484 "SetRecPayloadType() unable to set PT while playing");
1854 "StartPlayingFileLocally() is already playing");
[all...]
/external/webrtc/webrtc/modules/audio_device/linux/
H A Daudio_device_alsa_linux.cc651 bool playing = _playing; local
678 if (playing)
1565 " Error stop playing: %s",
/external/adhd/cras/src/tests/
H A Dcras_test_client.c1123 printf("--show_latency - Display latency while playing or recording.\n");
/external/doclava/res/assets/templates-sdk/assets/css/
H A Ddefault.css192 .video-wrapper.playing:before {

Completed in 379 milliseconds