Home
last modified time | relevance | path

Searched refs:capture_state_ (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/talk/media/base/
Dfakescreencapturerfactory.h42 capture_state_(cricket::CS_STOPPED) {} in FakeScreenCapturerFactory()
60 cricket::CaptureState capture_state() { return capture_state_; } in capture_state()
69 capture_state_ = state; in OnStateChange()
73 cricket::CaptureState capture_state_; variable
Dcapturemanager_unittest.cc54 capture_state_ = cricket::CS_STOPPED; in SetUp()
71 cricket::CaptureState capture_state() { return capture_state_; } in capture_state()
75 capture_state_ = capture_state; in OnCapturerStateChange()
85 cricket::CaptureState capture_state_; member in CaptureManagerTest
Dvideocapturer.h214 return capture_state_; in capture_state()
348 CaptureState capture_state_; variable
Dvideocapturer.cc120 capture_state_ = CS_STOPPED; in Construct()
542 if (state == capture_state_) { in SetCaptureState()
547 capture_state_ = state; in SetCaptureState()
Dvideocapturer_unittest.cc55 : capture_state_(cricket::CS_STOPPED), in VideoCapturerTest()
80 capture_state_ = capture_state; in OnStateChange()
83 cricket::CaptureState capture_state() { return capture_state_; } in capture_state()
90 cricket::CaptureState capture_state_; member in VideoCapturerTest
/external/webrtc/talk/app/webrtc/
Dremotevideocapturer_unittest.cc49 capture_state_(cricket::CS_STOPPED) {} in RemoteVideoCapturerTest()
68 return capture_state_; in capture_state()
77 capture_state_ = capture_state; in OnStateChange()
86 CaptureState capture_state_; member in RemoteVideoCapturerTest