OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createExclusiveSession
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera2/src/com/android/camera/one/v2/core/
FrameServer.java
75
public Session
createExclusiveSession
() throws InterruptedException;
78
* Like {@link #
createExclusiveSession
}, but returns null instead of
FrameServerImpl.java
90
public Session
createExclusiveSession
() throws InterruptedException {
ObservableFrameServer.java
85
public Session
createExclusiveSession
() throws InterruptedException {
91
Session session = mDelegate.
createExclusiveSession
();
Completed in 469 milliseconds