Searched refs:mPreparedSurfaces (Results 1 – 1 of 1) sorted by relevance
85 private final HashMap<CameraCaptureSession, List<Surface> > mPreparedSurfaces = new HashMap<>(); field in BlockingSessionCallback164 synchronized (mPreparedSurfaces) { in onClosed()165 mPreparedSurfaces.remove(session); in onClosed()204 synchronized (mPreparedSurfaces) { in onSurfacePrepared()205 List<Surface> preparedSurfaces = mPreparedSurfaces.get(session); in onSurfacePrepared()210 mPreparedSurfaces.put(session, preparedSurfaces); in onSurfacePrepared()211 mPreparedSurfaces.notifyAll(); in onSurfacePrepared()234 synchronized (mPreparedSurfaces) { in waitForSurfacePrepared()235 List<Surface> preparedSurfaces = mPreparedSurfaces.get(session); in waitForSurfacePrepared()243 mPreparedSurfaces.wait(timeoutMs); in waitForSurfacePrepared()[all …]