Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/one/v2/core/
DObservableFrameServer.java104 public Session tryCreateExclusiveSession() { in tryCreateExclusiveSession() method in ObservableFrameServer
105 Session session = mDelegate.tryCreateExclusiveSession(); in tryCreateExclusiveSession()
DFrameServer.java82 public Session tryCreateExclusiveSession(); in tryCreateExclusiveSession() method
DFrameServerImpl.java99 public Session tryCreateExclusiveSession() { in tryCreateExclusiveSession() method in FrameServerImpl
/packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
DFullAFScanCommand.java64 FrameServer.Session session = mFrameServer.tryCreateExclusiveSession(); in run()