Home
last modified time | relevance | path

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

/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPeerConnectionClient.java138 private boolean videoCapturerStopped; field in PeerConnectionClient
712 videoCapturerStopped = true; in closeInternal()
871 if (videoCapturer != null && !videoCapturerStopped) { in stopVideoSource()
877 videoCapturerStopped = true; in stopVideoSource()
884 if (videoCapturer != null && videoCapturerStopped) { in startVideoSource()
887 videoCapturerStopped = false; in startVideoSource()