Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DLooperStats.java50 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 …]
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes9096 com.android.internal.os.LooperStats$DispatchSession
H A Dboot-image-profile.txt33343 Lcom/android/internal/os/LooperStats$DispatchSession;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes9117 com.android.internal.os.LooperStats$DispatchSession
H A Dboot-image-profile.txt43007 Lcom/android/internal/os/LooperStats$DispatchSession;