Home
last modified time | relevance | path

Searched refs:DispatchSession (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DLooperStats.java49 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 …]
/frameworks/base/config/
Dboot-image-profile.txt21299 HSPLcom/android/internal/os/LooperStats$DispatchSession;-><init>()V
37462 Lcom/android/internal/os/LooperStats$DispatchSession;