Searched refs:SOUND_RECORDING_STOP (Results 1 – 4 of 4) sorted by relevance
2678 } else if (SOUND_RECORDING_STOP == kind && mSoundPlayer[SOUND_RECORDING_STOP] == NULL) { in loadSoundLocked()2679 … mSoundPlayer[SOUND_RECORDING_STOP] = newMediaPlayer("/product/media/audio/ui/VideoStop.ogg"); in loadSoundLocked()2680 if (mSoundPlayer[SOUND_RECORDING_STOP] == nullptr) { in loadSoundLocked()2681 … mSoundPlayer[SOUND_RECORDING_STOP] = newMediaPlayer("/system/media/audio/ui/VideoStop.ogg"); in loadSoundLocked()
211 SOUND_RECORDING_STOP = 2, enumerator
484 sCameraService->playSound(CameraService::SOUND_RECORDING_STOP); in stopRecording()
1260 sCameraService->playSound(CameraService::SOUND_RECORDING_STOP); in stopRecording()