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

  /external/chromium_org/content/browser/media/capture/
content_video_capture_device_core.cc 272 TransitionStateTo(kCapturing);
284 TransitionStateTo(kIdle);
327 void ContentVideoCaptureDeviceCore::TransitionStateTo(State next_state) {
351 TransitionStateTo(kError);
content_video_capture_device_core.h 168 void TransitionStateTo(State next_state);

Completed in 412 milliseconds