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

  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.cc 212 SetErrorState("Failed to open V4L2 device driver.");
223 SetErrorState("This is not a V4L2 video capture device");
245 SetErrorState("Failed to find a supported camera format.");
259 SetErrorState("Failed to set camera format");
280 SetErrorState("Failed to set camera framerate");
314 SetErrorState("Allocate buffer failed");
321 SetErrorState("VIDIOC_STREAMON failed");
338 SetErrorState("VIDIOC_STREAMOFF failed");
376 SetErrorState("Select failed");
390 SetErrorState(base::StringPrintf
    [all...]
video_capture_device_linux.h 69 void SetErrorState(const std::string& reason);
  /external/chromium_org/chrome/browser/chromeos/login/screens/
mock_error_screen.h 33 MOCK_METHOD2(SetErrorState, void(ErrorScreen::ErrorState error_state,
update_screen_browsertest.cc 259 SetErrorState(ErrorScreen::ERROR_STATE_PORTAL, std::string()))
305 SetErrorState(ErrorScreen::ERROR_STATE_PORTAL, std::string()))
325 SetErrorState(ErrorScreen::ERROR_STATE_PROXY, std::string()))
346 SetErrorState(_, _))
358 SetErrorState(ErrorScreen::ERROR_STATE_OFFLINE, std::string()))
384 SetErrorState(ErrorScreen::ERROR_STATE_PORTAL, std::string()))
error_screen.cc 123 void ErrorScreen::SetErrorState(ErrorState error_state,
126 actor_->SetErrorState(error_state, network);
error_screen.h 87 void SetErrorState(ErrorState error_state, const std::string& network);
error_screen_actor.h 69 virtual void SetErrorState(ErrorScreen::ErrorState error_state,
update_screen.cc 501 GetErrorScreen()->SetErrorState(ErrorScreen::ERROR_STATE_OFFLINE,
506 GetErrorScreen()->SetErrorState(ErrorScreen::ERROR_STATE_PORTAL,
514 GetErrorScreen()->SetErrorState(ErrorScreen::ERROR_STATE_PROXY,
  /external/chromium_org/media/video/capture/android/
video_capture_device_android.cc 74 SetErrorState("failed to allocate");
102 SetErrorState("failed to start capture");
124 SetErrorState("failed to stop capture");
192 void VideoCaptureDeviceAndroid::SetErrorState(const std::string& reason) {
193 LOG(ERROR) << "VideoCaptureDeviceAndroid::SetErrorState: " << reason;
video_capture_device_android.h 65 void SetErrorState(const std::string& reason);
  /external/chromium_org/media/video/capture/mac/
video_capture_device_mac.h 54 void SetErrorState(const std::string& reason);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
app_launch_splash_screen_handler.cc 159 error_screen_actor_->SetErrorState(
166 error_screen_actor_->SetErrorState(
171 error_screen_actor_->SetErrorState(
176 error_screen_actor_->SetErrorState(
181 error_screen_actor_->SetErrorState(
error_screen_handler.h 42 virtual void SetErrorState(ErrorScreen::ErrorState error_state,
error_screen_handler.cc 115 void ErrorScreenHandler::SetErrorState(ErrorScreen::ErrorState error_state,
120 CallJS("setErrorState", static_cast<int>(error_state_), network);
signin_screen_handler.cc 609 error_screen_actor_->SetErrorState(ErrorScreen::ERROR_STATE_PROXY,
622 error_screen_actor_->SetErrorState(ErrorScreen::ERROR_STATE_PORTAL,
625 error_screen_actor_->SetErrorState(
628 error_screen_actor_->SetErrorState(ErrorScreen::ERROR_STATE_OFFLINE,
    [all...]
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.cc 299 SetErrorState("Can't get the Capture format settings");
330 SetErrorState("Failed to set capture device output format");
364 SetErrorState("Failed to connect the Capture graph.");
370 SetErrorState("Failed to Pause the Capture device. "
382 SetErrorState("Failed to start the Capture device.");
396 SetErrorState("Failed to stop the capture graph.");
410 SetErrorState("Failed to Stop the Capture device");
542 void VideoCaptureDeviceWin::SetErrorState(const std::string& reason) {
video_capture_device_win.h 89 void SetErrorState(const std::string& reason);
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
auto_enrollment_check_screen.cc 211 error_screen->SetErrorState(error_state,
  /external/chromium_org/chrome/browser/chromeos/login/managed/
locally_managed_user_creation_screen.cc 66 screen->SetErrorState(ErrorScreen::ERROR_STATE_OFFLINE,
70 screen->SetErrorState(ErrorScreen::ERROR_STATE_PORTAL,
75 screen->SetErrorState(ErrorScreen::ERROR_STATE_PROXY,

Completed in 160 milliseconds