Home
last modified time | relevance | path

Searched refs:CallSession (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBinderLatencyObserverTest.java35 import com.android.internal.os.BinderInternal.CallSession;
64 CallSession callSession = new CallSession(); in testLatencyCollectionWithMultipleClasses()
95 CallSession callSession = new CallSession(); in testSampling()
118 CallSession callSession = new CallSession(); in testTooCallLengthOverflow()
137 CallSession callSession = new CallSession(); in testHistogramBucketOverflow()
161 CallSession callSession = new CallSession(); in testSingleAtomPush()
197 CallSession callSession = new CallSession(); in testMultipleAtomPush()
258 CallSession callSession = new CallSession(); in testSharding()
DBinderCallsStatsTest.java41 import com.android.internal.os.BinderInternal.CallSession;
86 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testDetailedOff()
127 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testDetailedOn()
195 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testSampling()
232 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testSamplingWithDifferentApis()
264 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testSharding()
303 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testTransactionCodeResolved()
318 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testMultipleTransactionCodeResolved()
349 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testResolvingCodeDoesNotThrowWhenMethodNotPresent()
363 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testParcelSize()
[all …]
/frameworks/base/core/java/com/android/internal/os/
DBinderInternal.java77 public static class CallSession { class in BinderInternal
117 CallSession callStarted(Binder binder, int code, int workSourceUid); in callStarted()
125 void callEnded(CallSession s, int parcelRequestSize, int parcelReplySize, in callEnded()
135 public void callThrewException(CallSession s, Exception exception); in callThrewException()
DBinderCallsStats.java44 import com.android.internal.os.BinderInternal.CallSession;
99 private final Queue<CallSession> mCallSessionsPool = new ConcurrentLinkedQueue<>();
220 public CallSession callStarted(Binder binder, int code, int workSourceUid) { in callStarted()
229 final CallSession s = obtainCallSession(); in callStarted()
247 private CallSession obtainCallSession() { in obtainCallSession()
248 CallSession s = mCallSessionsPool.poll(); in obtainCallSession()
249 return s == null ? new CallSession() : s; in obtainCallSession()
253 public void callEnded(@Nullable CallSession s, int parcelRequestSize, in callEnded()
266 private void processCallEnded(CallSession s, in processCallEnded()
384 public void callThrewException(@Nullable CallSession s, Exception exception) { in callThrewException()
DBinderLatencyObserver.java29 import com.android.internal.os.BinderInternal.CallSession;
198 public void callEnded(@Nullable CallSession s) { in callEnded()
/frameworks/base/apct-tests/perftests/core/src/android/os/
DBinderCallsStatsPerfTest.java26 import com.android.internal.os.BinderInternal.CallSession;
121 CallSession s = mBinderCallsStats.callStarted(b, i % maxBucketSize, WORKSOURCE_UID); in runScenario()
/frameworks/base/core/java/android/os/
DBinder.java32 import com.android.internal.os.BinderInternal.CallSession;
1461 final CallSession callSession = in execTransactInternal()
/frameworks/base/config/
Dboot-profile.txt1003 …CallsStats;->callStarted(Landroid/os/Binder;II)Lcom/android/internal/os/BinderInternal$CallSession;
1005 …/internal/os/BinderCallsStats;->callEnded(Lcom/android/internal/os/BinderInternal$CallSession;III)V
Dboot-image-profile.txt21509 …/internal/os/BinderCallsStats;->callEnded(Lcom/android/internal/os/BinderInternal$CallSession;III)V
21510 …CallsStats;->callStarted(Landroid/os/Binder;II)Lcom/android/internal/os/BinderInternal$CallSession;
21516 …al/os/BinderCallsStats;->processCallEnded(Lcom/android/internal/os/BinderInternal$CallSession;III)V
21537 …nternal/os/BinderLatencyObserver;->callEnded(Lcom/android/internal/os/BinderInternal$CallSession;)V
43928 Lcom/android/internal/os/BinderInternal$CallSession;
Dpreloaded-classes11362 com.android.internal.os.BinderInternal$CallSession
/frameworks/base/boot/
Dboot-image-profile.txt21445 …/internal/os/BinderCallsStats;->callEnded(Lcom/android/internal/os/BinderInternal$CallSession;III)V
21446 …CallsStats;->callStarted(Landroid/os/Binder;II)Lcom/android/internal/os/BinderInternal$CallSession;
21452 …al/os/BinderCallsStats;->processCallEnded(Lcom/android/internal/os/BinderInternal$CallSession;III)V
21473 …nternal/os/BinderLatencyObserver;->callEnded(Lcom/android/internal/os/BinderInternal$CallSession;)V
33767 Lcom/android/internal/os/BinderInternal$CallSession;
Dpreloaded-classes11331 com.android.internal.os.BinderInternal$CallSession