Searched refs:DispatchSession (Results 1 – 5 of 5) sorted by relevance
50 private final ConcurrentLinkedQueue<DispatchSession> mSessionPool =83 DispatchSession session = mSessionPool.poll(); in messageDispatchStarting()84 session = session == null ? new DispatchSession() : session; in messageDispatchStarting()91 return DispatchSession.NOT_SAMPLED; in messageDispatchStarting()100 DispatchSession session = (DispatchSession) token; in messageDispatched()101 Entry entry = findEntry(msg, /* allowCreateNew= */session != DispatchSession.NOT_SAMPLED); in messageDispatched()105 if (session != DispatchSession.NOT_SAMPLED) { in messageDispatched()132 DispatchSession session = (DispatchSession) token; in dispatchingThrewException()274 private void recycleSession(DispatchSession session) { in recycleSession()296 private static class DispatchSession { class in LooperStats[all …]
9096 com.android.internal.os.LooperStats$DispatchSession
33343 Lcom/android/internal/os/LooperStats$DispatchSession;
9117 com.android.internal.os.LooperStats$DispatchSession
43007 Lcom/android/internal/os/LooperStats$DispatchSession;