Searched refs:SOUND_RECORDING_START (Results 1 – 4 of 4) sorted by relevance
451 sCameraService->playSound(CameraService::SOUND_RECORDING_START); in startRecordingMode()751 sCameraService->playSound(CameraService::SOUND_RECORDING_START); in sendCommand()
1103 sCameraService->playSound(CameraService::SOUND_RECORDING_START); in startRecordingL()1688 sCameraService->playSound(CameraService::SOUND_RECORDING_START); in commandPlayRecordingSoundL()
2672 } else if (SOUND_RECORDING_START == kind && mSoundPlayer[SOUND_RECORDING_START] == NULL) { in loadSoundLocked()2673 … mSoundPlayer[SOUND_RECORDING_START] = newMediaPlayer("/product/media/audio/ui/VideoRecord.ogg"); in loadSoundLocked()2674 if (mSoundPlayer[SOUND_RECORDING_START] == nullptr) { in loadSoundLocked()2675 mSoundPlayer[SOUND_RECORDING_START] = in loadSoundLocked()
210 SOUND_RECORDING_START = 1, enumerator