Searched refs:CallSession (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | BinderLatencyObserverTest.java | 35 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()
|
D | BinderCallsStatsTest.java | 41 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/ |
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()
|
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()
|
D | BinderLatencyObserver.java | 29 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/ |
D | BinderCallsStatsPerfTest.java | 26 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/ |
D | Binder.java | 32 import com.android.internal.os.BinderInternal.CallSession; 1461 final CallSession callSession = in execTransactInternal()
|
/frameworks/base/config/ |
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
|
D | boot-image-profile.txt | 21509 …/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;
|
D | preloaded-classes | 11362 com.android.internal.os.BinderInternal$CallSession
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 21445 …/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;
|
D | preloaded-classes | 11331 com.android.internal.os.BinderInternal$CallSession
|