Searched refs:DispatchSession (Results 1 – 2 of 2) sorted by relevance
49 private final ConcurrentLinkedQueue<DispatchSession> mSessionPool =81 DispatchSession session = mSessionPool.poll(); in messageDispatchStarting()82 session = session == null ? new DispatchSession() : session; in messageDispatchStarting()89 return DispatchSession.NOT_SAMPLED; in messageDispatchStarting()98 DispatchSession session = (DispatchSession) token; in messageDispatched()99 Entry entry = findEntry(msg, /* allowCreateNew= */session != DispatchSession.NOT_SAMPLED); in messageDispatched()103 if (session != DispatchSession.NOT_SAMPLED) { in messageDispatched()130 DispatchSession session = (DispatchSession) token; in dispatchingThrewException()131 Entry entry = findEntry(msg, /* allowCreateNew= */session != DispatchSession.NOT_SAMPLED); in dispatchingThrewException()260 private void recycleSession(DispatchSession session) { in recycleSession()[all …]
21299 HSPLcom/android/internal/os/LooperStats$DispatchSession;-><init>()V37462 Lcom/android/internal/os/LooperStats$DispatchSession;