Searched refs:syncToken (Results 1 – 1 of 1) sorted by relevance
746 private final Object syncToken = new Object(); field in TextureViewFactory783 synchronized (syncToken) { in waitForViewIsAvailable()785 syncToken.wait(VIEW_WAITTIME_MS); in waitForViewIsAvailable()800 synchronized (syncToken) { in onSurfaceTextureAvailable()801 syncToken.notify(); in onSurfaceTextureAvailable()827 private final Object syncToken = new Object(); field in SurfaceViewFactory861 synchronized (syncToken) { in waitForViewIsAvailable()863 syncToken.wait(VIEW_WAITTIME_MS); in waitForViewIsAvailable()891 synchronized (syncToken) { in surfaceCreated()892 syncToken.notify(); in surfaceCreated()