Home
last modified time | relevance | path

Searched refs:_openFile (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/media_file/
Dmedia_file_impl.cc46 _openFile(false), in MediaFileImpl()
75 if(_openFile) in ~MediaFileImpl()
393 _openFile = true; in StartPlayingAudioFile()
571 if(_openFile) in StopPlaying()
574 _openFile = false; in StopPlaying()
776 _openFile = true; in StartRecordingAudioFile()
957 if(_openFile) in StopRecording()
960 _openFile = false; in StopRecording()
Dmedia_file_impl.h140 bool _openFile; variable