Home | History | Annotate | Download | only in webrtc

Lines Matching refs:module_

126       module_(NULL),
132 module_(NULL),
137 if (module_) {
138 module_->Release();
143 if (module_) {
197 module_ = factory_->Create(0, vcm_id);
198 if (!module_) {
204 module_->AddRef();
211 if (module_) {
220 (module_ = module)->AddRef();
245 if (!module_) {
266 if (module_->RegisterCaptureDataCallback(*this) != 0 ||
267 module_->StartCapture(cap) != 0) {
284 module_->StopCapture();
285 module_->DeRegisterCaptureDataCallback();
298 return (module_ != NULL && module_->CaptureStarted());