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()
1097 sCameraService->playSound(CameraService::SOUND_RECORDING_START); in startRecordingL()1682 sCameraService->playSound(CameraService::SOUND_RECORDING_START); in commandPlayRecordingSoundL()
2285 } else if (SOUND_RECORDING_START == kind && mSoundPlayer[SOUND_RECORDING_START] == NULL) { in loadSoundLocked()2286 … mSoundPlayer[SOUND_RECORDING_START] = newMediaPlayer("/product/media/audio/ui/VideoRecord.ogg"); in loadSoundLocked()2287 if (mSoundPlayer[SOUND_RECORDING_START] == nullptr) { in loadSoundLocked()2288 mSoundPlayer[SOUND_RECORDING_START] = in loadSoundLocked()
193 SOUND_RECORDING_START = 1, enumerator