Home
last modified time | relevance | path

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

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
DCameraOps2.java49 } catch (CameraAccessException e) { in CameraOps2()
50 TLog.e("Unable to get camera list: %s", e); in CameraOps2()
100 TLog.e("Camera %s is already open", cameraId); in openCamera()
107 } catch (CameraAccessException e) { in openCamera()
108 TLog.e("Unable to open camera %s.", e, cameraId); in openCamera()
118 } catch (CameraAccessException e) { in getCameraInfo()
119 TLog.e("Unable to get camera characteristics for camera %s.", e, cameraId); in getCameraInfo()
DTLog.java56 synchronized static public void e(String text, Object... args) { in e() method in TLog
60 android.util.Log.e(TAG, text); in e()
77 synchronized static public void e(String text, Throwable e, Object... args) { in e() method in TLog
78 text = String.format("%s\n%s", text, Log.getStackTraceString(e)); in e()
82 android.util.Log.e(TAG, text); in e()
DCameraControlPane.java253 } catch (CameraAccessException e) { in getRequestBuilder()
254 TLog.e("Unable to build request for camera %s with template %d.", e, in getRequestBuilder()
272 } catch (CameraAccessException e) { in capture()
273 TLog.e("Unable to capture for camera %s.", e, mCurrentCameraId); in capture()
284 } catch (CameraAccessException e) { in repeat()
285 TLog.e("Unable to set repeating request for camera %s.", e, mCurrentCameraId); in repeat()
367 } catch (CameraAccessException e) { in updateCameraList()
368 TLog.e("Exception trying to get list of cameras: " + e); in updateCameraList()
401 } catch (CameraAccessException e) {
402 TLog.e("Unable to stop repeating request for camera %s.", e, mCurrentCameraId);
[all …]
DTestingCamera21.java174 TLog.e("Saving a configuration is not yet implemented"); in onOptionsItemSelected()
245 } catch (XmlPullParserException e) { in readConfig()
246 TLog.e("Unable to parse new config.", e); in readConfig()
247 } catch (IOException e) { in readConfig()
248 TLog.e("Unable to read new config.", e); in readConfig()
DCheckableListAdapter.java105 for (String e : elems) { in updateItems()
106 CheckableItem item = new CheckableItem(e, false); in updateItems()
112 if (current.name.equals(e) && current.isChecked) { in updateItems()
DCameraInfoDialogFragment.java67 } catch (CameraAccessException e) { in onCreateDialog()
68 TLog.e(String.format("Can't get characteristics for camera %s: %s", mCameraId, e)); in onCreateDialog()
DImageReaderSubPane.java361 TLog.e("RAW10 viewing not implemented"); in updateImage()
460 } catch (IOException e) {
461 TLog.e("Can't save file:", e);
502 TLog.e("RAW10 saving not implemented"); in saveImage()
518 TLog.e("No camera availble for camera info, not saving DNG (timestamp %d)", in writeDngImage()
524 TLog.e("No result matching raw image found, not saving DNG (timestamp %d)", in writeDngImage()
607 TLog.e("Failed to create directory for pictures/video"); in getOutputImageFile()
DRequestControlPane.java200 TLog.e("No camera selected for request");
216 TLog.e("No camera selected for request");
230 TLog.e("No target(s) selected for request"); in createRequest()
244 TLog.e("Target not configured for camera"); in createRequest()
DControlPane.java163 } catch (NumberFormatException e) { in getAttributeInt()
165 configParser, e); in getAttributeInt()
DTargetControlPane.java285 TLog.e("No implementation yet for view type %s", type); in createOutputView()
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
DCameraOps.java139 } catch (CameraAccessException e) { in getDevices()
140 throw new ApiFailureException("Can't query device set", e); in getDevices()
167 } catch (Exception e) { in closeDevice()
168 throw new ApiFailureException("can't close device!", e); in closeDevice()
189 } catch (CameraAccessException e) { in minimalOpenCamera()
190 throw new ApiFailureException("open failure", e); in minimalOpenCamera()
191 } catch (BlockingOpenException e) { in minimalOpenCamera()
192 throw new ApiFailureException("open async failure", e); in minimalOpenCamera()
240 } catch (CameraAccessException e) { in minimalPreviewConfig()
241 throw new ApiFailureException("Error setting up minimal preview", e); in minimalPreviewConfig()
[all …]
DTestingCamera2.java177 } catch(ApiFailureException e) { in onCreate()
178 logException("Cannot create camera ops!",e); in onCreate()
204 } catch (ApiFailureException e) { in onResume()
205 logException("Can't configure preview surface: ",e); in onResume()
216 } catch (ApiFailureException e) { in onPause()
217 logException("Can't close device: ",e); in onPause()
306 } catch (ApiFailureException e) { in surfaceChanged()
307 logException("Can't start minimal preview: ", e); in surfaceChanged()
334 } catch (ApiFailureException e) {
335 logException("Can't take a JPEG! ", e);
[all …]
DCameraRecordingStream.java232 Log.e(TAG, "setting camera to idle"); in stop()
237 } catch (InterruptedException e) { in stop()
238 throw new RuntimeException("Stop recording failed", e); in stop()
247 } catch (RuntimeException e) { in stop()
249 Log.e(TAG, "Could not create output file"); in stop()
374 Log.e(TAG, "External storage is not mounted!"); in getOutputMediaFileName()
383 Log.e(TAG, "Failed to create directory " + mediaStorageDir.getPath() in getOutputMediaFileName()
480 } catch (IllegalStateException e) { in configureMediaRecorder()
481 Log.v(TAG, "MediaRecorder throws IllegalStateException " + e.toString()); in configureMediaRecorder()
482 } catch (IOException e) { in configureMediaRecorder()
[all …]
/pdk/apps/TestingCamera/src/com/android/testingcamera/
DSnapshotDialogFragment.java145 } catch (IOException e) { in saveFile()
146 parent.logE("Unable to save file: " + e.getMessage()); in saveFile()
237 } catch (IOException e) { in updateExif()
238 ((TestingCamera) getActivity()).logE("Unable to extract EXIF: " + e.getMessage()); in updateExif()
DTestingCamera.java390 } catch (IOException e) { in surfaceChanged()
925 } catch (RuntimeException e) { in setUpCamera()
926 logE("Exception opening camera: " + e.getMessage()); in setUpCamera()
992 } catch(IOException e) { in setUpCamera()
993 Log.e(TAG, "Unable to set up preview!"); in setUpCamera()
1532 } catch (Exception e) { in startRecording()
1534 e.printStackTrace(new PrintWriter(writer)); in startRecording()
1545 } catch (Exception e) { in startRecording()
1547 e.printStackTrace(new PrintWriter(writer)); in startRecording()
1593 } catch (RuntimeException e) { in stopRecording()
[all …]
DCallbackProcessor.java108 } catch (InterruptedException e) { in stop()