Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/device/
DSingleDeviceStateMachine.java207 closeRequestWithException(throwable); in onDeviceOpenException()
222 closeRequestWithException(new CameraOpenException(-1)); in onDeviceOpenException()
256 closeRequestWithException(throwable); in onDeviceClosingException()
339 private void closeRequestWithException(Throwable exception) { in closeRequestWithException() method in SingleDeviceStateMachine