Searched refs:syncToken (Results 1 – 1 of 1) sorted by relevance
749 private final Object syncToken = new Object(); field in TextureViewFactory786 synchronized (syncToken) { in waitForViewIsAvailable()788 syncToken.wait(VIEW_WAITTIME_MS); in waitForViewIsAvailable()803 synchronized (syncToken) { in onSurfaceTextureAvailable()804 syncToken.notify(); in onSurfaceTextureAvailable()830 private final Object syncToken = new Object(); field in SurfaceViewFactory864 synchronized (syncToken) { in waitForViewIsAvailable()866 syncToken.wait(VIEW_WAITTIME_MS); in waitForViewIsAvailable()894 synchronized (syncToken) { in surfaceCreated()895 syncToken.notify(); in surfaceCreated()[all …]