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

1 2 3 4 5 6 7 8 9

  /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/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
SoundHandleJme.java 72 public void play() { method in class:SoundHandleJme
81 node.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
63 * @see #play
71 * @see #play
79 * @see #play
87 * @see #play
111 * played later by {@link #play}.
115 * @see #play
162 public synchronized void play(int soundName) { method in class:MediaActionSound
    [all...]
  /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 */);
  /external/jmonkeyengine/engine/src/android/jme3test/android/
SimpleSoundTest.java 26 nature.play();
  /external/jmonkeyengine/engine/src/test/jme3test/audio/
TestMusicStreaming.java 50 audioSource.play();
TestOgg.java 52 audioSource.play();
64 audioSource.play();
TestAmbient.java 68 nature.play();
TestDoppler.java 72 ufo.play();
  /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
  /packages/apps/Camera/src/com/android/camera/
SoundClips.java 39 public void play(int action); method in interface:SoundClips.Player
75 public synchronized void play(int action) { method in class:SoundClips.MediaActionSoundPlayer
78 mSound.play(MediaActionSound.FOCUS_COMPLETE);
81 mSound.play(MediaActionSound.START_VIDEO_RECORDING);
84 mSound.play(MediaActionSound.STOP_VIDEO_RECORDING);
148 public synchronized void play(int action) { method in class:SoundClips.SoundPoolPlayer
150 Log.e(TAG, "Resource ID not found for action:" + action + " in play().");
156 // Not loaded yet, load first and then play when the loading is complete.
163 mSoundPool.play(mSoundIDs[index], 1f, 1f, 0, 0, 1f);
189 mSoundPool.play(soundID, 1f, 1f, 0, 0, 1f)
    [all...]
  /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/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
CinematicEvent.java 49 public void play(); method in interface:CinematicEvent
  /packages/apps/Stk/src/com/android/stk/
TonePlayer.java 53 public void play(Tone tone) { method in class:TonePlayer
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
KeyFrame.java 59 event.play();
  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloAudio.java 58 audio_nature.play(); // play continuously!
67 /** Defining the "Shoot" action: Play a gun sound. */
72 audio_gun.playInstance(); // play each instance once!
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
SocksProxyTest.java 39 socksProxy.play();
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
Http2ConnectionTest.java 62 peer.play();
64 // play it back
82 peer.play();
84 // play it back
111 peer.play();
184 peer.play();
186 // play it back
244 peer.play();
246 // Play it back.
284 peer.play();
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
ButtonAnimationComponent.java 57 sound.play(mDepressSound, false, SoundSystem.PRIORITY_NORMAL);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
ViewPropertyAnimatorCompatSet.java 47 public ViewPropertyAnimatorCompatSet play(ViewPropertyAnimatorCompat animator) { method in class:ViewPropertyAnimatorCompatSet
  /hardware/qcom/display/msm8084/liboverlay/
mdpWrapper.h 81 bool play(int fd, msmfb_overlay_data& od);
214 inline bool play(int fd, msmfb_overlay_data& od) { function in namespace:overlay::mdp_wrapper
  /hardware/qcom/display/msm8226/liboverlay/
mdpWrapper.h 84 bool play(int fd, msmfb_overlay_data& od);
221 inline bool play(int fd, msmfb_overlay_data& od) { function in namespace:overlay::mdp_wrapper
  /hardware/qcom/display/msm8974/liboverlay/
mdpWrapper.h 78 bool play(int fd, msmfb_overlay_data& od);
208 inline bool play(int fd, msmfb_overlay_data& od) { function in namespace:overlay::mdp_wrapper
  /hardware/qcom/display/msm8994/liboverlay/
mdpWrapper.h 87 bool play(int fd, msmfb_overlay_data& od);
248 inline bool play(int fd, msmfb_overlay_data& od) { function in namespace:overlay::mdp_wrapper

Completed in 1477 milliseconds

1 2 3 4 5 6 7 8 9