Lines Matching refs:null
158 super(context, attrs, null, null); in CameraControlPane()
172 if (mCameraIds != null) { in CameraControlPane()
179 super(tc, null, listener, tc.getPaneTracker()); in CameraControlPane()
193 String cameraId = getAttributeString(configParser, CAMERA_ID, null); in CameraControlPane()
202 if (mCameraIds != null && cameraId != null) { in CameraControlPane()
212 if (!gotCamera && mCameraIds != null) { in CameraControlPane()
240 if (mCurrentCameraId != null) { in getCharacteristics()
243 return null; in getCharacteristics()
247 CaptureRequest.Builder request = null; in getRequestBuilder()
248 if (mCurrentCamera != null) { in getRequestBuilder()
269 if (mCurrentCaptureSession != null) { in capture()
271 mCurrentCaptureSession.capture(request, mResultListener, null); in capture()
281 if (mCurrentCaptureSession != null) { in repeat()
283 mCurrentCaptureSession.setRepeatingRequest(request, mResultListener, null); in repeat()
296 if (resultTimestamp > timestamp) return null; in getResultAt()
298 return null; in getResultAt()
302 if (mCurrentCaptureSession != null) { in prepareSurface()
408 mCameraIds = null; in updateCameraList()
429 mCurrentCamera = null;
448 if (mCurrentCaptureSession != null) {
461 if (mCurrentCaptureSession != null) {
478 if (target != null) {
488 … mCurrentCamera.createCaptureSession(targetSurfaces, mSessionListener, /*handler*/null);
489 } else if (mCurrentCaptureSession != null) {
491 mCurrentCaptureSession = null;
562 if (mCurrentCaptureSession != null && session != mCurrentCaptureSession) {
604 if (mCurrentCameraId == null) { in switchToCamera()
614 if (mCurrentCamera != null) { in closeCurrentCamera()
616 mCurrentCamera = null; in closeCurrentCamera()
633 mConfiguredTargetPanes = null; in setSessionState()
639 mConfiguredTargetPanes = null; in setSessionState()
667 mConfiguredTargetPanes = null; in setCameraState()
675 mConfiguredTargetPanes = null; in setCameraState()
681 mConfiguredTargetPanes = null; in setCameraState()
733 switchToCamera(null);