/frameworks/base/core/java/android/os/ |
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() 556 public void reportBleScanStarted(@NonNull WorkSource ws, boolean isUnoptimized) { in reportBleScanStarted() 571 public void reportBleScanStopped(@NonNull WorkSource ws, boolean isUnoptimized) { in reportBleScanStopped() [all …]
|
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() 89 in WorkSource ws, String historyTag); in acquireWakeLockAsync()
|
D | PowerManager.java | 3115 public void setWorkSource(WorkSource ws) { in setWorkSource()
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/ |
D | TimeController.java | 116 WorkSource ws = in maybeStartTrackingJobLocked() local 123 maybeUpdateDelayAlarmLocked(job.getEarliestRunTime(), ws); in maybeStartTrackingJobLocked() local 127 maybeUpdateDeadlineAlarmLocked(job.getLatestRunTimeElapsed(), ws); in maybeStartTrackingJobLocked() local 324 private void maybeUpdateDelayAlarmLocked(long delayExpiredElapsed, WorkSource ws) { in maybeUpdateDelayAlarmLocked() 330 private void maybeUpdateDeadlineAlarmLocked(long deadlineExpiredElapsed, WorkSource ws) { in maybeUpdateDeadlineAlarmLocked() 341 private void setDelayExpiredAlarmLocked(long alarmTimeElapsedMillis, WorkSource ws) { in setDelayExpiredAlarmLocked() 360 private void setDeadlineExpiredAlarmLocked(long alarmTimeElapsedMillis, WorkSource ws) { in setDeadlineExpiredAlarmLocked() 375 OnAlarmListener listener, long alarmTimeElapsed, WorkSource ws) { in updateAlarmWithListenerLocked()
|
/frameworks/base/core/tests/coretests/src/android/os/ |
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
|
D | PowerManagerTest.java | 309 WorkSource ws = WorkSource.CREATOR.createFromParcel(wsParcel); in unparcelWorkSourceFromNativeAndVerify() local 330 WorkSource ws = new WorkSource(); in parcelWorkSourceToNativeAndVerify() local
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IBatteryStats.aidl | 88 void noteStartWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStartWakelockFromSource() 90 void noteChangeWakelockFromSource(in WorkSource ws, int pid, String name, String histyoryName, in noteChangeWakelockFromSource() 93 void noteStopWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStopWakelockFromSource() 120 void noteWifiRunning(in WorkSource ws); in noteWifiRunning() 122 void noteWifiStopped(in WorkSource ws); in noteWifiStopped() 132 void noteFullWifiLockAcquiredFromSource(in WorkSource ws); in noteFullWifiLockAcquiredFromSource() 133 void noteFullWifiLockReleasedFromSource(in WorkSource ws); in noteFullWifiLockReleasedFromSource() 134 void noteWifiScanStartedFromSource(in WorkSource ws); in noteWifiScanStartedFromSource() 135 void noteWifiScanStoppedFromSource(in WorkSource ws); in noteWifiScanStoppedFromSource() 136 void noteWifiBatchedScanStartedFromSource(in WorkSource ws, int csph); in noteWifiBatchedScanStartedFromSource() [all …]
|
/frameworks/native/services/powermanager/tests/ |
D | WorkSourceTest.cpp | 34 os::WorkSource ws{uids, names}; in TEST() local
|
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | BatteryStatsBackgroundStatsTest.java | 204 WorkSource ws = new WorkSource(); in testAppBluetoothScan_workChain() local 209 private void doTestAppBluetoothScanInternal(WorkSource ws) throws Exception { in doTestAppBluetoothScanInternal()
|
D | BatteryStatsNoteTest.java | 977 WorkSource ws = new WorkSource(); in testAlarmStartAndFinishLocked_workSource() local 1040 WorkSource ws = new WorkSource(); in testNoteWakupAlarmLocked_workSource_uid() local 1073 WorkSource ws = new WorkSource(); in testNoteWakupAlarmLocked_workSource_workChain() local 1099 WorkSource ws = new WorkSource(); in testNoteGpsChanged() local 1123 WorkSource ws = new WorkSource(); in testNoteGpsChanged_workSource() local
|
D | BluetoothPowerCalculatorTest.java | 61 final WorkSource ws = new WorkSource(APP_UID); in testTimerBasedModel() local
|
D | BatteryStatsImplTest.java | 580 final WorkSource ws = new WorkSource(10042); in testGetBluetoothBatteryStats() local
|
/frameworks/base/opengl/java/android/opengl/ |
D | Visibility.java | 49 public static native int visibilityTest(float[] ws, int wsOffset, in visibilityTest()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BatteryStatsService.java | 1036 public void noteStartWakelockFromSource(final WorkSource ws, final int pid, final String name, in noteStartWakelockFromSource() 1052 public void noteChangeWakelockFromSource(final WorkSource ws, final int pid, final String name, in noteChangeWakelockFromSource() 1072 public void noteStopWakelockFromSource(final WorkSource ws, final int pid, final String name, in noteStopWakelockFromSource() 1657 public void noteWifiRunning(final WorkSource ws) { in noteWifiRunning() 1694 public void noteWifiStopped(final WorkSource ws) { in noteWifiStopped() 1827 public void noteFullWifiLockAcquiredFromSource(final WorkSource ws) { in noteFullWifiLockAcquiredFromSource() 1842 public void noteFullWifiLockReleasedFromSource(final WorkSource ws) { in noteFullWifiLockReleasedFromSource() 1857 public void noteWifiScanStartedFromSource(final WorkSource ws) { in noteWifiScanStartedFromSource() 1871 public void noteWifiScanStoppedFromSource(final WorkSource ws) { in noteWifiScanStoppedFromSource() 1885 public void noteWifiBatchedScanStartedFromSource(final WorkSource ws, final int csph) { in noteWifiBatchedScanStartedFromSource() [all …]
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowSurfacePlacer.java | 162 final WindowState ws = mService.mForceRemoves.remove(0); in performSurfacePlacementLoop() local
|
/frameworks/base/tools/bit/ |
D | print.cpp | 137 struct winsize ws; in print_one_line() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | SignalTileView.java | 86 int ws = MeasureSpec.makeMeasureSpec(mIconFrame.getMeasuredHeight(), MeasureSpec.AT_MOST); in onMeasure() local
|
/frameworks/base/core/tests/coretests/jni/ |
D | NativePowerManagerTest.cpp | 115 WorkSource ws = WorkSource(uids, names); in nativeObtainWorkSourceParcel() local 129 WorkSource ws = {}; in nativeUnparcelAndVerifyWorkSource() local
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/ |
D | Alarm.java | 129 PendingIntent op, IAlarmListener rec, String listenerTag, WorkSource ws, int flags, in Alarm()
|
/frameworks/base/libs/hwui/utils/ |
D | Color.cpp | 393 const double ws = pow(w, 1. / fn.f); in GetPQSkTransferFunction() local
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 5335 public void noteStartWakeFromSourceLocked(WorkSource ws, int pid, String name, in noteStartWakeFromSourceLocked() 5342 public void noteStartWakeFromSourceLocked(WorkSource ws, int pid, String name, in noteStartWakeFromSourceLocked() 5362 public void noteChangeWakelockFromSourceLocked(WorkSource ws, int pid, String name, in noteChangeWakelockFromSourceLocked() 5371 public void noteChangeWakelockFromSourceLocked(WorkSource ws, int pid, String name, in noteChangeWakelockFromSourceLocked() 5418 public void noteStopWakeFromSourceLocked(WorkSource ws, int pid, String name, in noteStopWakeFromSourceLocked() 5425 public void noteStopWakeFromSourceLocked(WorkSource ws, int pid, String name, in noteStopWakeFromSourceLocked() 7248 public void noteBluetoothScanStartedFromSourceLocked(WorkSource ws, boolean isUnoptimized) { in noteBluetoothScanStartedFromSourceLocked() 7254 public void noteBluetoothScanStartedFromSourceLocked(WorkSource ws, boolean isUnoptimized, in noteBluetoothScanStartedFromSourceLocked() 7291 public void noteBluetoothScanStoppedFromSourceLocked(WorkSource ws, boolean isUnoptimized) { in noteBluetoothScanStoppedFromSourceLocked() 7297 public void noteBluetoothScanStoppedFromSourceLocked(WorkSource ws, boolean isUnoptimized, in noteBluetoothScanStoppedFromSourceLocked() [all …]
|
/frameworks/base/tests/CoreTests/android/core/ |
D | TestWebServer.java | 266 Worker ws = new Worker(); in run() local
|
/frameworks/av/media/libstagefright/rtsp/ |
D | ARTSPConnection.cpp | 369 fd_set ws; in onCompleteConnection() local
|
/frameworks/base/apex/jobscheduler/framework/java/android/app/ |
D | AlarmManager.java | 879 private static String makeTag(long triggerMillis, WorkSource ws) { in makeTag()
|
/frameworks/base/core/jni/android/opengl/ |
D | util.cpp | 520 FloatArrayHelper ws(env, ws_ref, wsOffset, 16); in util_visibilityTest() local
|