Home | History | Annotate | Download | only in linux

Lines Matching defs:Recording

127     // Clean up the recording buffer and playout buffer.
214 // RECORDING
607 bool recording = _recording;
612 // Stop/uninitialize recording if initialized (and possibly started)
625 // Stop/uninitialize recording
634 if (recording)
683 // Stop/uninitialize recording if initialized (and possibly started)
696 // Stop/uninitialize recording
1014 // Try to initialize the recording side with mono
1232 " Error closing current recording sound device,"
1238 // Open PCM device for recording
1352 // Mark recording side as initialized
1388 " failed to alloc recording buffer");
1392 // RECORDING
1468 // Make sure we don't start recording (it's asynchronous).
1492 // Stop and close pcm recording device.
1497 " Error stop recording: %s",
1529 bool AudioDeviceLinuxALSA::Recording() const