/aosp14/frameworks/base/core/java/android/os/ |
H A D | BatteryStatsManager.java | 269 public void reportWifiScanStartedFromSource(@NonNull WorkSource ws) { in reportWifiScanStartedFromSource() 283 public void reportWifiScanStoppedFromSource(@NonNull WorkSource ws) { in reportWifiScanStoppedFromSource() 298 public void reportWifiBatchedScanStartedFromSource(@NonNull WorkSource ws, in reportWifiBatchedScanStartedFromSource() 313 public void reportWifiBatchedScanStoppedFromSource(@NonNull WorkSource ws) { in reportWifiBatchedScanStoppedFromSource() 391 public void reportFullWifiLockAcquiredFromSource(@NonNull WorkSource ws) { in reportFullWifiLockAcquiredFromSource() 405 public void reportFullWifiLockReleasedFromSource(@NonNull WorkSource ws) { in reportFullWifiLockReleasedFromSource() 437 public void reportWifiMulticastEnabled(@NonNull WorkSource ws) { in reportWifiMulticastEnabled() 452 public void reportWifiMulticastDisabled(@NonNull WorkSource ws) { in reportWifiMulticastDisabled() 548 public void reportBleScanStarted(@NonNull WorkSource ws, boolean isUnoptimized) { in reportBleScanStarted() 563 public void reportBleScanStopped(@NonNull WorkSource ws, boolean isUnoptimized) { in reportBleScanStopped() [all …]
|
H A D | IPowerManager.aidl | 30 void acquireWakeLock(IBinder lock, int flags, String tag, String packageName, in WorkSource ws, in acquireWakeLock() 43 void updateWakeLockWorkSource(IBinder lock, in WorkSource ws, String historyTag); in updateWakeLockWorkSource() 124 in WorkSource ws, String historyTag); in acquireWakeLockAsync()
|
H A D | PowerManager.java | 3830 public void setWorkSource(WorkSource ws) { in setWorkSource()
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/ |
H A D | TimeController.java | 120 WorkSource ws = in maybeStartTrackingJobLocked() local 127 maybeUpdateDelayAlarmLocked(job.getEarliestRunTime(), ws); in maybeStartTrackingJobLocked() local 131 maybeUpdateDeadlineAlarmLocked(job.getLatestRunTimeElapsed(), ws); in maybeStartTrackingJobLocked() local 335 private void maybeUpdateDelayAlarmLocked(long delayExpiredElapsed, WorkSource ws) { in maybeUpdateDelayAlarmLocked() 341 private void maybeUpdateDeadlineAlarmLocked(long deadlineExpiredElapsed, WorkSource ws) { in maybeUpdateDeadlineAlarmLocked() 352 private void setDelayExpiredAlarmLocked(long alarmTimeElapsedMillis, WorkSource ws) { in setDelayExpiredAlarmLocked() 371 private void setDeadlineExpiredAlarmLocked(long alarmTimeElapsedMillis, WorkSource ws) { in setDeadlineExpiredAlarmLocked() 386 OnAlarmListener listener, long alarmTimeElapsed, WorkSource ws) { in updateAlarmWithListenerLocked()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | WorkSourceTest.java | 149 WorkSource ws = new WorkSource(); in testWorkSourceParcelling() local 197 WorkSource ws = new WorkSource(); in testSet_nullWorkChain() local 207 WorkSource ws = new WorkSource(); in testAdd_workChains() local 228 WorkSource ws = new WorkSource(); in testSet_noWorkChains() local 344 WorkSource ws = new WorkSource(); in testGetAttributionId() local 369 WorkSource ws = new WorkSource(); in testGetAttributionWhenEmpty() local
|
H A D | WorkSourceParcelTest.java | 89 WorkSource ws = WorkSource.CREATOR.createFromParcel(wsParcel); in unparcelWorkSourceFromNativeAndVerify() local 116 WorkSource ws = new WorkSource(); in parcelWorkSourceToNativeAndVerify() local
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | IBatteryStats.aidl | 169 void noteWifiRunning(in WorkSource ws); in noteWifiRunning() 173 void noteWifiStopped(in WorkSource ws); in noteWifiStopped() 193 void noteFullWifiLockAcquiredFromSource(in WorkSource ws); in noteFullWifiLockAcquiredFromSource() 195 void noteFullWifiLockReleasedFromSource(in WorkSource ws); in noteFullWifiLockReleasedFromSource() 197 void noteWifiScanStartedFromSource(in WorkSource ws); in noteWifiScanStartedFromSource() 199 void noteWifiScanStoppedFromSource(in WorkSource ws); in noteWifiScanStoppedFromSource() 201 void noteWifiBatchedScanStartedFromSource(in WorkSource ws, int csph); in noteWifiBatchedScanStartedFromSource() 203 void noteWifiBatchedScanStoppedFromSource(in WorkSource ws); in noteWifiBatchedScanStoppedFromSource() 223 void noteBleScanStarted(in WorkSource ws, boolean isUnoptimized); in noteBleScanStarted() 225 void noteBleScanStopped(in WorkSource ws, boolean isUnoptimized); in noteBleScanStopped() [all …]
|
/aosp14/frameworks/base/core/tests/coretests/jni/ |
H A D | NativeWorkSourceParcelTest.cpp | 59 WorkSource ws = WorkSource(uids, names); in nativeObtainWorkSourceParcel() local 76 WorkSource ws = {}; in nativeUnparcelAndVerifyWorkSource() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/ |
H A D | BatteryStatsBackgroundStatsTest.java | 204 WorkSource ws = new WorkSource(); in testAppBluetoothScan_workChain() local 209 private void doTestAppBluetoothScanInternal(WorkSource ws) throws Exception { in doTestAppBluetoothScanInternal()
|
H A D | BatteryStatsNoteTest.java | 968 WorkSource ws = new WorkSource(); in testAlarmStartAndFinishLocked_workSource() local 1032 WorkSource ws = new WorkSource(); in testNoteWakupAlarmLocked_workSource_uid() local 1065 WorkSource ws = new WorkSource(); in testNoteWakupAlarmLocked_workSource_workChain() local 1091 WorkSource ws = new WorkSource(); in testNoteGpsChanged() local 1115 WorkSource ws = new WorkSource(); in testNoteGpsChanged_workSource() local
|
H A D | BluetoothPowerCalculatorTest.java | 63 final WorkSource ws = new WorkSource(APP_UID); in testTimerBasedModel() local
|
H A D | BatteryStatsImplTest.java | 568 final WorkSource ws = new WorkSource(10042); in testGetBluetoothBatteryStats() local
|
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | Visibility.java | 49 public static native int visibilityTest(float[] ws, int wsOffset, in visibilityTest()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BatteryStatsService.java | 1916 public void noteWifiRunning(final WorkSource ws) { in noteWifiRunning() 1959 public void noteWifiStopped(final WorkSource ws) { in noteWifiStopped() 2122 public void noteFullWifiLockAcquiredFromSource(final WorkSource ws) { in noteFullWifiLockAcquiredFromSource() 2140 public void noteFullWifiLockReleasedFromSource(final WorkSource ws) { in noteFullWifiLockReleasedFromSource() 2158 public void noteWifiScanStartedFromSource(final WorkSource ws) { in noteWifiScanStartedFromSource() 2175 public void noteWifiScanStoppedFromSource(final WorkSource ws) { in noteWifiScanStoppedFromSource() 2192 public void noteWifiBatchedScanStartedFromSource(final WorkSource ws, final int csph) { in noteWifiBatchedScanStartedFromSource() 2210 public void noteWifiBatchedScanStoppedFromSource(final WorkSource ws) { in noteWifiBatchedScanStoppedFromSource() 2300 public void noteBleScanStarted(final WorkSource ws, final boolean isUnoptimized) { in noteBleScanStarted() 2318 public void noteBleScanStopped(final WorkSource ws, final boolean isUnoptimized) { in noteBleScanStopped() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowSurfacePlacer.java | 162 final WindowState ws = mService.mForceRemoves.remove(0); in performSurfacePlacementLoop() local
|
/aosp14/frameworks/base/tools/bit/ |
H A D | print.cpp | 137 struct winsize ws; in print_one_line() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | SignalTileView.java | 86 int ws = MeasureSpec.makeMeasureSpec(mIconFrame.getMeasuredHeight(), MeasureSpec.AT_MOST); in onMeasure() local
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/ |
H A D | Alarm.java | 138 PendingIntent op, IAlarmListener rec, String listenerTag, WorkSource ws, int flags, in Alarm()
|
/aosp14/frameworks/base/libs/hwui/utils/ |
H A D | Color.cpp | 404 const double ws = pow(w, 1. / fn.f); in GetPQSkTransferFunction() local
|
/aosp14/frameworks/base/tests/CoreTests/android/core/ |
H A D | TestWebServer.java | 266 Worker ws = new Worker(); in run() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/ |
H A D | BatteryStatsImpl.java | 4855 public void noteStartWakeFromSourceLocked(WorkSource ws, int pid, String name, in noteStartWakeFromSourceLocked() 4875 public void noteChangeWakelockFromSourceLocked(WorkSource ws, int pid, String name, in noteChangeWakelockFromSourceLocked() 4922 public void noteStopWakeFromSourceLocked(WorkSource ws, int pid, String name, in noteStopWakeFromSourceLocked() 6529 public void noteBluetoothScanResultsFromSourceLocked(WorkSource ws, int numNewResults) { in noteBluetoothScanResultsFromSourceLocked() 6535 public void noteBluetoothScanResultsFromSourceLocked(WorkSource ws, int numNewResults, in noteBluetoothScanResultsFromSourceLocked() 6854 public void noteFullWifiLockAcquiredFromSourceLocked(WorkSource ws, in noteFullWifiLockAcquiredFromSourceLocked() 6873 public void noteFullWifiLockReleasedFromSourceLocked(WorkSource ws, in noteFullWifiLockReleasedFromSourceLocked() 6892 public void noteWifiScanStartedFromSourceLocked(WorkSource ws, in noteWifiScanStartedFromSourceLocked() 6911 public void noteWifiScanStoppedFromSourceLocked(WorkSource ws, in noteWifiScanStoppedFromSourceLocked() 6930 public void noteWifiBatchedScanStartedFromSourceLocked(WorkSource ws, int csph, in noteWifiBatchedScanStartedFromSourceLocked() [all …]
|
/aosp14/frameworks/base/apex/jobscheduler/framework/java/android/app/ |
H A D | AlarmManager.java | 950 private static String makeTag(long triggerMillis, WorkSource ws) { in makeTag()
|
/aosp14/frameworks/base/core/jni/android/opengl/ |
H A D | util.cpp | 520 FloatArrayHelper ws(env, ws_ref, wsOffset, 16); in util_visibilityTest() local
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | DisplayContentTests.java | 650 final WindowState ws = createWindow(null, TYPE_APPLICATION, dc, "app window"); in testImeIsAttachedToDisplayForLetterboxedApp() local
|
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | ITelephony.aidl | 628 in String callingPkg, String callingFeatureId, in WorkSource ws); in requestCellInfoUpdateWithWorkSource()
|