package c.a.q.n0; import d0.z.d.o; import java.util.TimerTask; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: RtcControlSocket.kt */ public final class b extends TimerTask { public final /* synthetic */ a i; /* compiled from: RtcControlSocket.kt */ public static final class a extends o implements Function0 { public final /* synthetic */ b this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public a(b bVar) { super(0); this.this$0 = bVar; } /* Return type fixed from 'java.lang.Object' to match base method */ @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public Unit mo1invoke() { a aVar = this.this$0.i; int i = a.i; aVar.k(); return Unit.a; } } public b(a aVar) { this.i = aVar; } @Override // java.util.TimerTask, java.lang.Runnable public void run() { this.i.m(new a(this)); } }