Home | History | Annotate | Download | only in apprtc

Lines Matching refs:isError

102   private boolean isError;
242 isError = false;
303 isError = false;
434 if (factory == null || isError) {
567 if (peerConnection == null || isError) {
622 if (peerConnection != null && !isError) {
635 if (peerConnection != null && !isError) {
648 if (peerConnection != null && !isError) {
663 if (peerConnection == null || isError) {
724 if (!isError) {
726 isError = true;
879 if (!videoCallEnabled || numberOfCameras < 2 || isError || videoCapturer == null) {
881 + isError + ". Number of cameras: " + numberOfCameras);
907 if (!videoCallEnabled || isError || videoCapturer == null) {
909 + isError);
967 if (peerConnection == null || isError) {
1028 if (peerConnection != null && !isError) {
1041 if (peerConnection == null || isError) {