Searched defs:SetErrorState (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/media/video/capture/android/
H A Dvideo_capture_device_android.cc74 SetErrorState("failed to allocate");
102 SetErrorState("failed to start capture");
124 SetErrorState("failed to stop capture");
192 void VideoCaptureDeviceAndroid::SetErrorState(const std::string& reason) { function in class:media::VideoCaptureDeviceAndroid
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Derror_screen.cc133 void ErrorScreen::SetErrorState(ErrorState error_state, function in class:chromeos::ErrorScreen
136 actor_->SetErrorState(error_state, network);
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Derror_screen_handler.cc133 void ErrorScreenHandler::SetErrorState(ErrorScreen::ErrorState error_state, function in class:chromeos::ErrorScreenHandler
/external/chromium_org/extensions/browser/api/cast_channel/
H A Dcast_transport.cc183 void CastTransport::SetErrorState(ChannelError error_state) { function in class:extensions::core_api::cast_channel::CastTransport
273 SetErrorState(CHANNEL_ERROR_TRANSPORT_ERROR);
391 SetErrorState(CHANNEL_ERROR_TRANSPORT_ERROR);
411 SetErrorState(CHANNEL_ERROR_INVALID_MESSAGE);
425 SetErrorState(CHANNEL_ERROR_INVALID_MESSAGE);
H A Dcast_socket.cc404 SetErrorState(CHANNEL_ERROR_NONE);
410 SetErrorState(CHANNEL_ERROR_CONNECT_TIMEOUT);
412 SetErrorState(CHANNEL_ERROR_CONNECT_ERROR);
588 SetErrorState(CHANNEL_ERROR_SOCKET_ERROR);
736 SetErrorState(CHANNEL_ERROR_SOCKET_ERROR);
776 SetErrorState(CHANNEL_ERROR_INVALID_MESSAGE);
786 SetErrorState(CHANNEL_ERROR_INVALID_MESSAGE);
842 void CastSocket::SetErrorState(ChannelError error_state) { function in class:extensions::core_api::cast_channel::CastSocket
/external/chromium_org/media/video/capture/linux/
H A Dvideo_capture_device_linux.cc216 SetErrorState("Failed to open V4L2 device driver.");
227 SetErrorState("This is not a V4L2 video capture device");
249 SetErrorState("Failed to find a supported camera format.");
263 SetErrorState(
285 SetErrorState("Failed to set camera framerate");
319 SetErrorState("Allocate buffer failed");
326 SetErrorState("VIDIOC_STREAMON failed");
343 SetErrorState("VIDIOC_STREAMOFF failed");
381 SetErrorState("Select failed");
395 SetErrorState(bas
507 void VideoCaptureDeviceLinux::SetErrorState(const std::string& reason) { function in class:media::VideoCaptureDeviceLinux
[all...]
/external/chromium_org/media/video/capture/win/
H A Dvideo_capture_device_win.cc337 SetErrorState("Can't get the Capture format settings");
344 SetErrorState("Failed to GetNumberOfCapabilities");
357 SetErrorState("Failed to get capture device capabilities");
372 SetErrorState("Failed to set capture device output format");
415 SetErrorState("Failed to connect the Capture graph.");
421 SetErrorState("Failed to Pause the Capture device. "
433 SetErrorState("Failed to start the Capture device.");
447 SetErrorState("Failed to stop the capture graph.");
465 SetErrorState("Failed to Stop the Capture device");
657 void VideoCaptureDeviceWin::SetErrorState(cons function in class:media::VideoCaptureDeviceWin
[all...]

Completed in 282 milliseconds