Searched refs:loadSound (Results 1 - 4 of 4) 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.h176 void loadSound();
H A DCameraService.cpp1991 void CameraService::loadSound() { function in class:android::CameraService
1995 LOG1("CameraService::loadSound ref=%d", mSoundRef);
2049 cameraService->loadSound();

Completed in 5638 milliseconds