Searched defs:OnStateChange (Results 1 - 15 of 15) sorted by relevance

/external/webrtc/talk/media/base/
H A Dfakescreencapturerfactory.h54 &FakeScreenCapturerFactory::OnStateChange);
68 void OnStateChange(cricket::VideoCapturer*, cricket::CaptureState state) { function in class:cricket::FakeScreenCapturerFactory
H A Dvideocapturer_unittest.cc61 &VideoCapturerTest::OnStateChange);
78 void OnStateChange(cricket::VideoCapturer*, function in class:VideoCapturerTest
H A Dtestutils.cc238 &VideoCapturerListener::OnStateChange);
243 void VideoCapturerListener::OnStateChange(VideoCapturer* capturer, function in class:cricket::VideoCapturerListener
/external/webrtc/webrtc/libjingle/xmpp/
H A Dutil_unittest.cc33 void XmppTestHandler::OnStateChange(int state) { function in class:buzz::XmppTestHandler
H A Dxmpppump.cc26 OnStateChange(buzz::XmppEngine::STATE_START);
28 client_->SignalStateChange.connect(this, &XmppPump::OnStateChange);
37 OnStateChange(buzz::XmppEngine::STATE_CLOSED);
40 void XmppPump::OnStateChange(buzz::XmppEngine::State state) { function in class:buzz::XmppPump
45 notify_->OnStateChange(state);
H A Dxmppthread.cc52 void XmppThread::OnStateChange(buzz::XmppEngine::State state) { function in class:buzz::XmppThread
H A Dxmppclient.cc76 void OnStateChange(int state);
378 void XmppClient::Private::OnStateChange(int state) { function in class:buzz::XmppClient::Private
/external/webrtc/talk/app/webrtc/
H A Dremotevideocapturer_unittest.cc53 this, &RemoteVideoCapturerTest::OnStateChange);
74 void OnStateChange(VideoCapturer* capturer, function in class:RemoteVideoCapturerTest
H A Ddatachannel_unittest.cc43 void OnStateChange() { function in class:FakeDataChannelObserver
455 // OnStateChange called for kClosing and kClosed.
468 // OnStateChange called for kClosing and kClosed.
H A Dvideosource.cc350 this, &VideoSource::OnStateChange);
454 // OnStateChange listens to the ChannelManager::SignalVideoCaptureStateChange.
457 void VideoSource::OnStateChange(cricket::VideoCapturer* capturer, function in class:webrtc::VideoSource
H A Dpeerconnectioninterface.h455 virtual void OnStateChange(StateType state_changed) {} function in class:webrtc::PeerConnectionObserver
H A Dpeerconnectioninterface_unittest.cc422 virtual void OnStateChange(StateType state_changed) { function in class:__anon30504::MockPeerConnectionObserver
427 // OnSignalingChange and OnStateChange(kSignalingState) should always
/external/webrtc/talk/app/webrtc/test/
H A Dpeerconnectiontestwrapper.h57 virtual void OnStateChange( function in class:PeerConnectionTestWrapper
/external/webrtc/webrtc/examples/peerconnection/client/
H A Dconductor.h67 virtual void OnStateChange( function in class:Conductor
/external/webrtc/talk/session/media/
H A Dchannel.cc1902 capturer->SignalStateChange.connect(this, &VideoChannel::OnStateChange);
1969 void VideoChannel::OnStateChange(VideoCapturer* capturer, CaptureState ev) { function in class:cricket::VideoChannel

Completed in 523 milliseconds