Searched refs:_recDeviceName (Results 1 – 2 of 2) sorted by relevance
72 _recDeviceName(NULL), in AudioDeviceLinuxPulse()127 if (_recDeviceName) in ~AudioDeviceLinuxPulse()129 delete [] _recDeviceName; in ~AudioDeviceLinuxPulse()130 _recDeviceName = NULL; in ~AudioDeviceLinuxPulse()1820 if (_recDeviceName) in PaSourceInfoCallbackHandler()1823 strncpy(_recDeviceName, i->name, kAdmMaxDeviceNameSize); in PaSourceInfoCallbackHandler()1824 _recDeviceName[kAdmMaxDeviceNameSize - 1] = '\0'; in PaSourceInfoCallbackHandler()2863 _recDeviceName = NULL; in RecThreadProcess()2869 _recDeviceName = new char[kAdmMaxDeviceNameSize]; in RecThreadProcess()2881 _recDeviceName, in RecThreadProcess()[all …]
338 char* _recDeviceName; variable