HomeSort by relevance Sort by last modified time
    Searched refs:EnableNoPictureAlarm (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/modules/video_capture/
video_capture.h 153 virtual void EnableNoPictureAlarm(const bool enable) = 0;
video_capture_impl.h 76 virtual void EnableNoPictureAlarm(const bool enable);
123 bool _noPictureAlarmCallBack; //true if EnableNoPictureAlarm
video_capture_impl.cc 348 void VideoCaptureImpl::EnableNoPictureAlarm(const bool enable) {
  /external/webrtc/talk/media/webrtc/
fakewebrtcvideocapturemodule.h 68 void EnableNoPictureAlarm(const bool enable) override {
  /external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc 466 capture_module_->EnableNoPictureAlarm(true);

Completed in 624 milliseconds