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

  /frameworks/av/services/camera/libcameraservice/
CameraService.h 327 sp<MediaPlayer> mSoundPlayer[NUM_SOUNDS];
  /packages/apps/Camera/src/com/android/camera/
PanoramaModule.java 170 private SoundClips.Player mSoundPlayer;
737 mSoundPlayer.play(SoundClips.START_VIDEO_RECORDING);
741 mSoundPlayer.play(SoundClips.STOP_VIDEO_RECORDING);
    [all...]
EffectsRecorder.java 178 private SoundClips.Player mSoundPlayer;
313 mSoundPlayer = SoundClips.getPlayer(context);
    [all...]
  /packages/apps/Gallery2/src/com/android/camera/
PanoramaModule.java 170 private SoundClips.Player mSoundPlayer;
736 mSoundPlayer.play(SoundClips.START_VIDEO_RECORDING);
740 mSoundPlayer.play(SoundClips.STOP_VIDEO_RECORDING);
    [all...]
EffectsRecorder.java 179 private SoundClips.Player mSoundPlayer;
314 mSoundPlayer = SoundClips.getPlayer(context);
    [all...]

Completed in 653 milliseconds