Searched refs:syncToken (Results 1 – 1 of 1) sorted by relevance
744 private final Object syncToken = new Object(); field in TextureViewFactory781 synchronized (syncToken) { in waitForViewIsAvailable()783 syncToken.wait(VIEW_WAITTIME_MS); in waitForViewIsAvailable()798 synchronized (syncToken) { in onSurfaceTextureAvailable()799 syncToken.notify(); in onSurfaceTextureAvailable()825 private final Object syncToken = new Object(); field in SurfaceViewFactory859 synchronized (syncToken) { in waitForViewIsAvailable()861 syncToken.wait(VIEW_WAITTIME_MS); in waitForViewIsAvailable()889 synchronized (syncToken) { in surfaceCreated()890 syncToken.notify(); in surfaceCreated()