Searched refs:EnableBrightnessAlarm (Results 1 - 7 of 7) sorted by last modified time

/external/chromium_org/third_party/webrtc/video_engine/include/
H A Dvie_capture.h243 virtual int EnableBrightnessAlarm(const int capture_id,
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_capture.cc435 EXPECT_EQ(0, video_engine.capture->EnableBrightnessAlarm(capture_id, true));
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_capture_impl.cc381 int ViECaptureImpl::EnableBrightnessAlarm(const int capture_id, function in class:webrtc::ViECaptureImpl
383 LOG(LS_INFO) << "EnableBrightnessAlarm for device " << capture_id
391 if (vie_capture->EnableBrightnessAlarm(enable) != 0) {
H A Dvie_capture_impl.h66 virtual int EnableBrightnessAlarm(const int capture_id, const bool enable);
H A Dvie_capturer.cc450 int32_t ViECapturer::EnableBrightnessAlarm(bool enable) { function in class:webrtc::ViECapturer
H A Dvie_capturer.h99 int32_t EnableBrightnessAlarm(bool enable);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvideoengine.h869 WEBRTC_STUB(EnableBrightnessAlarm, (const int, const bool));

Completed in 144 milliseconds