Home | History | Annotate | Download | only in voice_engine

Lines Matching defs:SetRecordingDevice

298 int VoEHardwareImpl::SetRecordingDevice(int index,
302 "SetRecordingDevice(index=%d, recordingChannel=%d)",
319 "SetRecordingDevice() device is modified while recording"
325 "SetRecordingDevice() unable to stop recording");
360 res = _shared->audio_device()->SetRecordingDevice(
365 res = _shared->audio_device()->SetRecordingDevice(
370 res = _shared->audio_device()->SetRecordingDevice(indexU);
376 "SetRecordingDevice() unable to set the recording device");
384 "SetRecordingDevice() cannot access microphone");
397 "SetRecordingDevice() failed to set mono recording mode");
407 "SetRecordingDevice() recording is now being restored...");
412 "SetRecordingDevice() failed to initialize recording");
419 "SetRecordingDevice() failed to start recording");