Searched refs:cameraMgr (Results 1 – 2 of 2) sorted by relevance
57 public CameraInfoCache(CameraManager cameraMgr, boolean useFrontCamera) { in CameraInfoCache() argument60 cameralist = cameraMgr.getCameraIdList(); in CameraInfoCache()62 mCameraCharacteristics = cameraMgr.getCameraCharacteristics(id); in CameraInfoCache()
51 …CameraManager cameraMgr = (CameraManager) activity.getSystemService(Context.CAMERA_SERVICE); // "c… in printCameraSystemInfo() local54 cameralist = cameraMgr.getCameraIdList(); in printCameraSystemInfo()61 printCameraInfo(cameraMgr, cameraId); in printCameraSystemInfo()