Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBinderLatencyObserverTest.java33 import com.android.internal.os.BinderInternal.CallSession;
57 CallSession callSession = new CallSession(); in testLatencyCollectionWithMultipleClasses()
88 CallSession callSession = new CallSession(); in testSampling()
111 CallSession callSession = new CallSession(); in testTooCallLengthOverflow()
130 CallSession callSession = new CallSession(); in testHistogramBucketOverflow()
154 CallSession callSession = new CallSession(); in testSingleAtomPush()
190 CallSession callSession = new CallSession(); in testMultipleAtomPush()
251 CallSession callSession = new CallSession(); in testSharding()
H A DBinderCallsStatsTest.java39 import com.android.internal.os.BinderInternal.CallSession;
73 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testDetailedOff()
114 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testDetailedOn()
182 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testSampling()
219 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testSamplingWithDifferentApis()
251 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testSharding()
290 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testTransactionCodeResolved()
305 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testMultipleTransactionCodeResolved()
336 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testResolvingCodeDoesNotThrowWhenMethodNotPresent()
350 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testParcelSize()
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A 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()
H A 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()
H A DBinderLatencyObserver.java29 import com.android.internal.os.BinderInternal.CallSession;
198 public void callEnded(@Nullable CallSession s) { in callEnded()
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/os/
H A DBinderCallsStatsPerfTest.java26 import com.android.internal.os.BinderInternal.CallSession;
121 CallSession s = mBinderCallsStats.callStarted(b, i % maxBucketSize, WORKSOURCE_UID); in runScenario()
/aosp14/frameworks/base/core/java/android/os/
H A DBinder.java32 import com.android.internal.os.BinderInternal.CallSession;
1319 final CallSession callSession = in execTransactInternal()
/aosp14/frameworks/base/config/
H A 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
H A Dpreloaded-classes10985 com.android.internal.os.BinderInternal$CallSession
H A Dboot-image-profile.txt21889 …/internal/os/BinderCallsStats;->callEnded(Lcom/android/internal/os/BinderInternal$CallSession;III)V
21890 …CallsStats;->callStarted(Landroid/os/Binder;II)Lcom/android/internal/os/BinderInternal$CallSession;
21896 …al/os/BinderCallsStats;->processCallEnded(Lcom/android/internal/os/BinderInternal$CallSession;III)V
21917 …nternal/os/BinderLatencyObserver;->callEnded(Lcom/android/internal/os/BinderInternal$CallSession;)V
43894 Lcom/android/internal/os/BinderInternal$CallSession;
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt21825 …/internal/os/BinderCallsStats;->callEnded(Lcom/android/internal/os/BinderInternal$CallSession;III)V
21826 …CallsStats;->callStarted(Landroid/os/Binder;II)Lcom/android/internal/os/BinderInternal$CallSession;
21832 …al/os/BinderCallsStats;->processCallEnded(Lcom/android/internal/os/BinderInternal$CallSession;III)V
21853 …nternal/os/BinderLatencyObserver;->callEnded(Lcom/android/internal/os/BinderInternal$CallSession;)V
33760 Lcom/android/internal/os/BinderInternal$CallSession;
H A Dpreloaded-classes10954 com.android.internal.os.BinderInternal$CallSession