Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/one/v2/core/
DObservableFrameServer.java85 public Session createExclusiveSession() throws InterruptedException { in createExclusiveSession() method in ObservableFrameServer
91 Session session = mDelegate.createExclusiveSession(); in createExclusiveSession()
DFrameServer.java75 public Session createExclusiveSession() throws InterruptedException; in createExclusiveSession() method
DFrameServerImpl.java90 public Session createExclusiveSession() throws InterruptedException { in createExclusiveSession() method in FrameServerImpl
/packages/apps/Camera2/src/com/android/camera/one/v2/commands/
DPreviewCommand.java51 try (FrameServer.Session session = mFrameServer.createExclusiveSession()) { in run()
DZslPreviewCommand.java76 try (FrameServer.Session session = mFrameServer.createExclusiveSession()) { in run()
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/
DSimpleImageCaptureCommand.java63 try (FrameServer.Session session = mFrameServer.createExclusiveSession(); in run()
DConvergedImageCaptureCommand.java153 try (FrameServer.Session session = mFrameServer.createExclusiveSession()) { in run()
/packages/apps/Camera2/src/com/android/camera/burst/
DBurstCaptureCommand.java112 try (FrameServer.Session session = mFrameServer.createExclusiveSession()) { in run()