Home
last modified time | relevance | path

Searched refs:mSoundPlayer (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp1985 mSoundPlayer[SOUND_SHUTTER] = newMediaPlayer("/system/media/audio/ui/camera_click.ogg"); in loadSound()
1986 mSoundPlayer[SOUND_RECORDING_START] = newMediaPlayer("/system/media/audio/ui/VideoRecord.ogg"); in loadSound()
1987 mSoundPlayer[SOUND_RECORDING_STOP] = newMediaPlayer("/system/media/audio/ui/VideoStop.ogg"); in loadSound()
1996 if (mSoundPlayer[i] != 0) { in releaseSound()
1997 mSoundPlayer[i]->disconnect(); in releaseSound()
1998 mSoundPlayer[i].clear(); in releaseSound()
2008 sp<MediaPlayer> player = mSoundPlayer[kind]; in playSound()
DCameraService.h655 sp<MediaPlayer> mSoundPlayer[NUM_SOUNDS]; variable