Searched refs:mCameraLock (Results 1 – 2 of 2) sorted by relevance
70 mCameraLock.unlock(); in close()77 private final ReentrantLock mCameraLock; field in FrameServerImpl85 mCameraLock = new ReentrantLock(true); in FrameServerImpl()91 checkState(!mCameraLock.isHeldByCurrentThread(), "Cannot acquire another " + in createExclusiveSession()93 mCameraLock.lockInterruptibly(); in createExclusiveSession()100 if (mCameraLock.isHeldByCurrentThread()) { in tryCreateExclusiveSession()103 if (mCameraLock.tryLock()) { in tryCreateExclusiveSession()
72 static ReentrantLock mCameraLock = new ReentrantLock(); field in CameraStreamer1403 if (!mCameraLock.tryLock(MAX_CAMERA_WAIT_TIME, TimeUnit.SECONDS)) { in openCamera()1508 mCameraLock.unlock(); in closeCamera()1748 if (!mCameraLock.tryLock(MAX_CAMERA_WAIT_TIME, TimeUnit.SECONDS)) { in stopAndWait()1754 mCameraLock.unlock(); in stopAndWait()