HomeSort by relevance Sort by last modified time
    Searched defs:play (Results 1 - 25 of 344) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/client/cros/video/
vimeo_player.py 26 def play(self): member in class:VimeoPlayer
31 self.tab.ExecuteJavaScript('%s.play()' % self.video_id)
native_html5_player.py 50 def play(self): member in class:NativeHtml5Player
55 self.tab.ExecuteJavaScript('play()')
  /external/scapy/scapy/modules/
voip.py 28 raise OSError("Sox must be installed to play VoIP packets")
49 """Play VoIP packets with RAW data that
53 It will play only the incoming packets !
70 to play both the outcoming and incoming packets
78 def play(pkt): function in function:voip_play
88 sniff(store=0, prn=play, **kargs)
91 play(p)
103 Same than voip_play, but will play
110 to play only incoming packets.
116 def play(pkt) function in function:voip_play2
142 def play(pkt, dsp=dsp): function in function:voip_play3
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/focus/
FocusSound.java 39 * Play the focus sound with the sound player at the default
42 public void play() { method in class:FocusSound
44 mPlayer.play(mSoundId, DEFAULT_VOLUME);
  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/scenario/
Scenario.py 37 to play a complete scenario.
164 def play(self): member in class:Scenario
  /external/python/cpython2/Demo/turtle/
tdemo_minimal_hanoi.py 50 def play(): function
72 onkey(play, "space")
  /external/python/cpython3/Lib/turtledemo/
minimal_hanoi.py 50 def play(): function
72 onkey(play, "space")
  /packages/apps/Camera2/src/com/android/camera/
SoundPlayer.java 55 * Play the sound with the given resource. The resource has to be loaded
58 public void play(int resourceId, float volume) { method in class:SoundPlayer
63 mSoundPool.play(soundId, volume, volume, 0 /* priority */, 0 /* loop */, 1 /* rate */);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
morse.py 56 # If we play at 44.1 kHz (which we do), then if we produce one sine
102 play(mline, dev, wave)
118 # Play a line of morse code.
119 def play(line, dev, wave): function
  /external/python/cpython2/Demo/scripts/
morse.py 56 # If we play at 44.1 kHz (which we do), then if we produce one sine
102 play(mline, dev, wave)
118 # Play a line of morse code.
119 def play(line, dev, wave): function
  /hardware/qcom/display/msm8960/liboverlay/
mdpWrapper.h 76 bool play(int fd, msmfb_overlay_data& od);
182 inline bool play(int fd, msmfb_overlay_data& od) { function in namespace:overlay::mdp_wrapper
  /prebuilts/go/darwin-x86/doc/codewalk/
pig.go 56 // play simulates a Pig game and returns the winner (0 or 1).
57 func play(strategy0, strategy1 strategy) int { func
78 winner := play(strategies[i], strategies[j])
87 gamesPerStrategy := gamesPerSeries * (len(strategies) - 1) // no self play
  /prebuilts/go/linux-x86/doc/codewalk/
pig.go 56 // play simulates a Pig game and returns the winner (0 or 1).
57 func play(strategy0, strategy1 strategy) int { func
78 winner := play(strategies[i], strategies[j])
87 gamesPerStrategy := gamesPerSeries * (len(strategies) - 1) // no self play
  /frameworks/base/media/java/android/media/
MediaActionSound.java 28 * camera2 API does not play any sounds on its own for any capture or video recording actions.</p>
30 * <p>With the older {@link android.hardware.Camera} API, use this class to play an appropriate
37 * <p>There is no need to play sounds when using
40 * as the Android framework will play the appropriate sounds when needed for
67 * @see #play
75 * @see #play
83 * @see #play
91 * @see #play
154 * played later by {@link #play}.
158 * @see #play
214 public void play(int soundName) { method in class:MediaActionSound
    [all...]
  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/media/
PlaybackBannerControlGlueTest.java 48 public void play() { method in class:PlaybackBannerControlGlueTest.PlayerAdapterSample
192 mGlue.play();
193 Mockito.verify(impl, times(1)).play();
197 // one call for play() and one call for seekTo()
  /developers/samples/android/common/src/java/com/example/android/common/play/
GoogleServicesConnectionFailedHelper.java 18 package com.example.android.common.play;
28 * Helper to handle errors from Google Play Services connections.
46 * Google Play services can resolve some errors it detects.
48 * start a Google Play services activity that can resolve
56 * Thrown if Google Play services canceled the original
PlayHelper.java 18 package com.example.android.common.play;
30 * Helper class for Google Play Services functions.
43 * Checks for Google Play Services installation on the device. If found, validates the
49 * @param requestCode If we need to download Google Play Services, the download activity will be
57 // Query for the status of Google Play services on the device
68 // If Google Play services can provide an error dialog
88 * Checks for Google Play Services installation on the device. If the service is installed but
  /external/adhd/scripts/mic_testing/frontend/
source.js 111 * Initializes audio play object
174 this.play = function(done_cb, play_cb) { class
  /external/python/cpython2/Lib/plat-irix5/
readcd.py 184 def play(self): member in class:Readcd
  /external/python/cpython2/Lib/plat-irix6/
readcd.py 184 def play(self): member in class:Readcd
  /external/python/cpython2/Mac/Demo/sound/
morse.py 62 # If we play at 44.1 kHz (which we do), then if we produce one sine
142 play(mline, dev)
162 # Play a line of morse code.
163 def play(line, dev): function
  /external/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/animation/
AnimationActivity.java 38 findViewById(id.play).setOnClickListener(new OnClickListener() {
39 @Override public void onClick(View v) { AnimationActivity.this.play(); }
54 private void play() { method in class:AnimationActivity
  /packages/apps/Stk/src/com/android/stk/
TonePlayer.java 53 public void play(Tone tone) { method in class:TonePlayer
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
Http2ConnectionTest.java 64 peer.play();
66 // play it back
84 peer.play();
86 // play it back
113 peer.play();
186 peer.play();
188 // play it back
246 peer.play();
248 // Play it back.
286 peer.play();
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
ButtonAnimationComponent.java 57 sound.play(mDepressSound, false, SoundSystem.PRIORITY_NORMAL);

Completed in 823 milliseconds

1 2 3 4 5 6 7 8 91011>>