Home
last modified time | relevance | path

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

/external/webrtc/pc/test/
Dfake_audio_capture_module.cc46 rec_is_initialized_(false), in FakeAudioCaptureModule()
147 if (rec_is_initialized_) { in SetRecordingDevice()
173 rec_is_initialized_ = true; in InitRecording()
178 return rec_is_initialized_; in RecordingIsInitialized()
211 if (!rec_is_initialized_) { in StartRecording()
Dfake_audio_capture_module.h200 bool rec_is_initialized_; // True when the instance is ready to push audio. variable