Searched refs:preparedSurfaces (Results 1 – 1 of 1) sorted by relevance
205 List<Surface> preparedSurfaces = mPreparedSurfaces.get(session); in onSurfacePrepared() local206 if (preparedSurfaces == null) { in onSurfacePrepared()207 preparedSurfaces = new ArrayList<Surface>(); in onSurfacePrepared()209 preparedSurfaces.add(surface); in onSurfacePrepared()210 mPreparedSurfaces.put(session, preparedSurfaces); in onSurfacePrepared()235 List<Surface> preparedSurfaces = mPreparedSurfaces.get(session); in waitForSurfacePrepared() local236 if (preparedSurfaces != null && preparedSurfaces.contains(surface)) { in waitForSurfacePrepared()246 preparedSurfaces = mPreparedSurfaces.get(session); in waitForSurfacePrepared()247 if (waitTimeRemaining >= 0 && preparedSurfaces != null && in waitForSurfacePrepared()248 preparedSurfaces.contains(surface)) { in waitForSurfacePrepared()