Searched defs:ERROR_DISCONNECTED (Results 1 - 1 of 1) sorted by relevance

/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingCameraManager.java55 public static final int ERROR_DISCONNECTED = 0; // Does not clash with ERROR_... field in class:BlockingCameraManager.BlockingOpenException
60 return mError == ERROR_DISCONNECTED;
64 return mError != ERROR_DISCONNECTED;
68 * Returns the error code {@link ERROR_DISCONNECTED} if disconnected, or one of
314 BlockingOpenException.ERROR_DISCONNECTED,

Completed in 24 milliseconds