Searched refs:isExternal (Results 1 – 6 of 6) sorted by relevance
556 boolean isExternal = false; in testGetWithId()558 isExternal = CameraUtils.isExternal(context, cameraId); in testGetWithId()563 if (!isExternal) { in testGetWithId()661 boolean isExternal = false; in checkAllHdrProfile()663 isExternal = CameraUtils.isExternal(context, cameraId); in checkAllHdrProfile()668 if (!isExternal) { in checkAllHdrProfile()
131 boolean isExternal = (ch.get(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL) == in matchParametersToCharacteristics()135 boolean fixedFocusExternal = isExternal && !hasValidMinFocusDistance; in matchParametersToCharacteristics()175 public static boolean isExternal(Context context, int cameraId) throws Exception { in isExternal() method in CameraUtils
147 mIsExternalCamera = CameraUtils.isExternal( in initializeMessageLooper()
191 looperInfo.isExternalCamera = CameraUtils.isExternal( in initializeMessageLooper()
998 return CameraUtils.isExternal(this, cameraId); in isExternalCamera()
51027 method public boolean isExternal();