Searched defs:loadSound (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaActionSound.java134 private int loadSound(SoundState sound) { method in class:MediaActionSound
163 if (loadSound(sound) <= 0) {
213 loadSound(sound);
214 if (loadSound(sound) <= 0) {
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java95 private int loadSound(int resId, int priority) { method in class:SoundPoolTest.TestThread
122 mSounds[index] = loadSound(mTestFiles[index], NORMAL_PRIORITY);
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1977 void CameraService::loadSound() { function in class:android::CameraService
1981 LOG1("CameraService::loadSound ref=%d", mSoundRef);
2034 cameraService->loadSound();

Completed in 650 milliseconds