package h0.c; import java.util.concurrent.Callable; import org.webrtc.TextureBufferImpl; /* compiled from: lambda */ public final /* synthetic */ class a0 implements Callable { public final /* synthetic */ TextureBufferImpl i; public /* synthetic */ a0(TextureBufferImpl textureBufferImpl) { this.i = textureBufferImpl; } @Override // java.util.concurrent.Callable public final Object call() { return this.i.a(); } }