Searched defs:UNLOCK (Results 1 – 6 of 6) sorted by relevance
20 UNLOCK = 0, enumConstant
34 public static final int UNLOCK = 4; field in Classifier
24 public static final int UNLOCK = 4; field in CameraActions
224 static final int ERROR = 0, UNLOCK = 1, LOCK = 2, SCANNING = 3; field in LockIcon
49 UNLOCK, enumerator
694 enum class Request { UNKNOWN, LOCK_SHARED, LOCK_EXCLUSIVE, UNLOCK, EXIT }; enumerator