Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.cpp454 sCameraService->playSound(CameraService::SOUND_RECORDING_START); in startRecordingMode()
772 sCameraService->playSound(CameraService::SOUND_RECORDING_START); in sendCommand()
DCamera2Client.cpp1094 sCameraService->playSound(CameraService::SOUND_RECORDING_START); in startRecordingL()
1688 sCameraService->playSound(CameraService::SOUND_RECORDING_START); in commandPlayRecordingSoundL()
/frameworks/av/services/camera/libcameraservice/
DCameraService.h175 SOUND_RECORDING_START = 1, enumerator
DCameraService.cpp2032 mSoundPlayer[SOUND_RECORDING_START] = newMediaPlayer("/product/media/audio/ui/VideoRecord.ogg"); in loadSound()
2033 if (mSoundPlayer[SOUND_RECORDING_START] == nullptr) { in loadSound()
2034 mSoundPlayer[SOUND_RECORDING_START] = in loadSound()