Home
last modified time | relevance | path

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

/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
DBlockingCameraManager.java186 private boolean mNoReply = true; // Start with no reply until proven otherwise field in BlockingCameraManager.OpenListener
214 mNoReply = false; in onOpened()
237 mNoReply = false; in onDisconnected()
263 mNoReply = false; in onError()
289 if (mNoReply) { // Give the async camera a fighting chance (required) in blockUntilOpen()