Searched refs:_handleRecord (Results 1 – 2 of 2) sorted by relevance
71 _handleRecord(NULL), in AudioDeviceLinuxALSA()1197 if (_handleRecord != NULL) in InitRecording()1199 int errVal = LATE(snd_pcm_close)(_handleRecord); in InitRecording()1200 _handleRecord = NULL; in InitRecording()1220 (&_handleRecord, in InitRecording()1232 (&_handleRecord, in InitRecording()1247 _handleRecord = NULL; in InitRecording()1252 if ((errVal = LATE(snd_pcm_set_params)(_handleRecord, in InitRecording()1271 if ((errVal = LATE(snd_pcm_set_params)(_handleRecord, in InitRecording()1288 ErrorRecovery(errVal, _handleRecord); in InitRecording()[all …]
202 snd_pcm_t* _handleRecord; variable