Searched refs:DispatchSession (Results 1 – 1 of 1) 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 …]