Searched defs:mPreparedSurfaces (Results 1 - 1 of 1) sorted by relevance

/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingSessionCallback.java85 private final HashMap<CameraCaptureSession, List<Surface> > mPreparedSurfaces = new HashMap<>(); field in class:BlockingSessionCallback
164 synchronized (mPreparedSurfaces) {
165 mPreparedSurfaces.remove(session);
204 synchronized (mPreparedSurfaces) {
205 List<Surface> preparedSurfaces = mPreparedSurfaces.get(session);
210 mPreparedSurfaces.put(session, preparedSurfaces);
211 mPreparedSurfaces.notifyAll();
234 synchronized (mPreparedSurfaces) {
235 List<Surface> preparedSurfaces = mPreparedSurfaces.get(session);
243 mPreparedSurfaces
[all...]

Completed in 82 milliseconds