HomeSort by relevance Sort by last modified time
    Searched defs:onCameraException (Results 1 - 3 of 3) sorted by null

  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraExceptionHandler.java 34 public void onCameraException(
49 public void onCameraException(
97 public void onCameraException(
103 mCallback.onCameraException(ex, commandHistory, action, state);
AndroidCameraAgentImpl.java 67 public void onCameraException(RuntimeException ex, String commandHistory, int action,
69 Log.w(TAG, "onCameraException called with no handler set", ex);
336 mExceptionHandler.onCameraException(
643 exceptionHandler.onCameraException(
    [all...]
AndroidCamera2AgentImpl.java 662 mExceptionHandler.onCameraException((RuntimeException) ex, commandHistory,
    [all...]

Completed in 241 milliseconds