Home
last modified time | relevance | path

Searched refs:loadSound (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/tests/SoundPoolTest/src/com/android/
DSoundPoolTest.java95 private int loadSound(int resId, int priority) { in loadSound() method in SoundPoolTest.TestThread
122 mSounds[index] = loadSound(mTestFiles[index], NORMAL_PRIORITY); in initSoundPool()
/frameworks/av/services/camera/libcameraservice/
DCameraService.h163 void loadSound();
DCameraService.cpp1784 void CameraService::loadSound() { in loadSound() function in android::CameraService
1836 cameraService->loadSound(); in Client()