HomeSort by relevance Sort by last modified time
    Searched refs:loadSound (Results 1 - 7 of 7) sorted by null

  /packages/apps/Camera2/src/com/android/camera/
SoundPlayer.java 45 public void loadSound(int resourceId) {
57 throw new IllegalStateException("Sound not loaded. Must call #loadSound first.");
68 throw new IllegalStateException("Sound not loaded. Must call #loadSound first.");
CaptureModule.java 577 mCountdownSoundPlayer.loadSound(R.raw.timer_final_second);
578 mCountdownSoundPlayer.loadSound(R.raw.timer_increment);
    [all...]
PhotoModule.java     [all...]
  /frameworks/base/media/tests/SoundPoolTest/src/com/android/
SoundPoolTest.java 95 private int loadSound(int resId, int priority) {
122 mSounds[index] = loadSound(mTestFiles[index], NORMAL_PRIORITY);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 185 function loadSound(file, id) {
426 loadSound(soundLists[list][id], id);
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 133 void loadSound();
CameraService.cpp     [all...]

Completed in 162 milliseconds