Searched refs:CallSession (Results 1 – 12 of 12) sorted by relevance
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
H A D | BinderLatencyObserverTest.java | 33 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 D | BinderCallsStatsTest.java | 39 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 …]
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | BinderInternal.java | 77 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 D | BinderCallsStats.java | 44 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 D | BinderLatencyObserver.java | 30 import com.android.internal.os.BinderInternal.CallSession; 199 public void callEnded(@Nullable CallSession s) { in callEnded()
|
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/os/ |
H A D | BinderCallsStatsPerfTest.java | 26 import com.android.internal.os.BinderInternal.CallSession; 121 CallSession s = mBinderCallsStats.callStarted(b, i % maxBucketSize, WORKSOURCE_UID); in runScenario()
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | Binder.java | 31 import com.android.internal.os.BinderInternal.CallSession; 1153 final CallSession callSession = in execTransactInternal()
|
/aosp12/frameworks/base/config/ |
H A D | boot-profile.txt | 1003 …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 D | preloaded-classes | 9056 com.android.internal.os.BinderInternal$CallSession
|
H A D | boot-image-profile.txt | 21767 …s/BinderCallsStats;->callEnded(Lcom/android/internal/os/BinderInternal$CallSession;III)V+]Ljava/ut… 21768 …lStarted(Landroid/os/Binder;II)Lcom/android/internal/os/BinderInternal$CallSession;+]Lcom/android/… 42937 Lcom/android/internal/os/BinderInternal$CallSession;
|
/aosp12/frameworks/base/boot/ |
H A D | preloaded-classes | 9035 com.android.internal.os.BinderInternal$CallSession
|
H A D | boot-image-profile.txt | 21720 …s/BinderCallsStats;->callEnded(Lcom/android/internal/os/BinderInternal$CallSession;III)V+]Ljava/ut… 21721 …lStarted(Landroid/os/Binder;II)Lcom/android/internal/os/BinderInternal$CallSession;+]Lcom/android/… 33273 Lcom/android/internal/os/BinderInternal$CallSession;
|