Searched refs:_fileRecorderPtr (Results 1 – 2 of 2) sorted by relevance
185 _fileRecorderPtr(NULL), in TransmitMixer()230 if (_fileRecorderPtr) in ~TransmitMixer()232 _fileRecorderPtr->RegisterModuleFileCallback(NULL); in ~TransmitMixer()233 _fileRecorderPtr->StopRecording(); in ~TransmitMixer()234 FileRecorder::DestroyFileRecorder(_fileRecorderPtr); in ~TransmitMixer()235 _fileRecorderPtr = NULL; in ~TransmitMixer()724 if (_fileRecorderPtr) in StartRecordingMicrophone()726 _fileRecorderPtr->RegisterModuleFileCallback(NULL); in StartRecordingMicrophone()727 FileRecorder::DestroyFileRecorder(_fileRecorderPtr); in StartRecordingMicrophone()728 _fileRecorderPtr = NULL; in StartRecordingMicrophone()[all …]
203 FileRecorder* _fileRecorderPtr; variable