Home
last modified time | relevance | path

Searched refs:SOUND_RECORDING_STOP (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp2291 } else if (SOUND_RECORDING_STOP == kind && mSoundPlayer[SOUND_RECORDING_STOP] == NULL) { in loadSoundLocked()
2292 … mSoundPlayer[SOUND_RECORDING_STOP] = newMediaPlayer("/product/media/audio/ui/VideoStop.ogg"); in loadSoundLocked()
2293 if (mSoundPlayer[SOUND_RECORDING_STOP] == nullptr) { in loadSoundLocked()
2294 … mSoundPlayer[SOUND_RECORDING_STOP] = newMediaPlayer("/system/media/audio/ui/VideoStop.ogg"); in loadSoundLocked()
DCameraService.h194 SOUND_RECORDING_STOP = 2, enumerator
/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.cpp484 sCameraService->playSound(CameraService::SOUND_RECORDING_STOP); in stopRecording()
DCamera2Client.cpp1254 sCameraService->playSound(CameraService::SOUND_RECORDING_STOP); in stopRecording()