Searched refs:createExclusiveSession (Results 1 – 8 of 8) sorted by relevance
85 public Session createExclusiveSession() throws InterruptedException { in createExclusiveSession() method in ObservableFrameServer91 Session session = mDelegate.createExclusiveSession(); in createExclusiveSession()
75 public Session createExclusiveSession() throws InterruptedException; in createExclusiveSession() method
90 public Session createExclusiveSession() throws InterruptedException { in createExclusiveSession() method in FrameServerImpl
51 try (FrameServer.Session session = mFrameServer.createExclusiveSession()) { in run()
76 try (FrameServer.Session session = mFrameServer.createExclusiveSession()) { in run()
63 try (FrameServer.Session session = mFrameServer.createExclusiveSession(); in run()
153 try (FrameServer.Session session = mFrameServer.createExclusiveSession()) { in run()
112 try (FrameServer.Session session = mFrameServer.createExclusiveSession()) { in run()