/frameworks/base/core/java/com/android/internal/app/ |
D | IBatteryStats.aidl | 78 void noteStartWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStartWakelockFromSource() 80 void noteChangeWakelockFromSource(in WorkSource ws, int pid, String name, String histyoryName, in noteChangeWakelockFromSource() 83 void noteStopWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStopWakelockFromSource() 110 void noteWifiRunning(in WorkSource ws); in noteWifiRunning() 112 void noteWifiStopped(in WorkSource ws); in noteWifiStopped() 122 void noteFullWifiLockAcquiredFromSource(in WorkSource ws); in noteFullWifiLockAcquiredFromSource() 123 void noteFullWifiLockReleasedFromSource(in WorkSource ws); in noteFullWifiLockReleasedFromSource() 124 void noteWifiScanStartedFromSource(in WorkSource ws); in noteWifiScanStartedFromSource() 125 void noteWifiScanStoppedFromSource(in WorkSource ws); in noteWifiScanStoppedFromSource() 126 void noteWifiBatchedScanStartedFromSource(in WorkSource ws, int csph); in noteWifiBatchedScanStartedFromSource() [all …]
|
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | BatteryStatsNoteTest.java | 343 WorkSource ws = new WorkSource(); in testAlarmStartAndFinishLocked_workSource() local 406 WorkSource ws = new WorkSource(); in testNoteWakupAlarmLocked_workSource_uid() local 439 WorkSource ws = new WorkSource(); in testNoteWakupAlarmLocked_workSource_workChain() local 465 WorkSource ws = new WorkSource(); in testNoteGpsChanged() local 489 WorkSource ws = new WorkSource(); in testNoteGpsChanged_workSource() local
|
D | BatteryStatsBackgroundStatsTest.java | 202 WorkSource ws = new WorkSource(); in testAppBluetoothScan_workChain() local 207 private void doTestAppBluetoothScanInternal(WorkSource ws) throws Exception { in doTestAppBluetoothScanInternal()
|
/frameworks/base/services/core/java/com/android/server/job/controllers/ |
D | TimeController.java | 246 WorkSource ws = new WorkSource(); in deriveWorkSource() local 266 WorkSource ws) { in maybeUpdateAlarmsLocked() 280 private void setDelayExpiredAlarmLocked(long alarmTimeElapsedMillis, WorkSource ws) { in setDelayExpiredAlarmLocked() 292 private void setDeadlineExpiredAlarmLocked(long alarmTimeElapsedMillis, WorkSource ws) { in setDeadlineExpiredAlarmLocked() 308 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
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BatteryStatsService.java | 518 public void noteStartWakelockFromSource(WorkSource ws, int pid, String name, in noteStartWakelockFromSource() 527 public void noteChangeWakelockFromSource(WorkSource ws, int pid, String name, in noteChangeWakelockFromSource() 537 public void noteStopWakelockFromSource(WorkSource ws, int pid, String name, String historyName, in noteStopWakelockFromSource() 861 public void noteWifiRunning(WorkSource ws) { in noteWifiRunning() 875 public void noteWifiStopped(WorkSource ws) { in noteWifiStopped() 945 public void noteFullWifiLockAcquiredFromSource(WorkSource ws) { in noteFullWifiLockAcquiredFromSource() 952 public void noteFullWifiLockReleasedFromSource(WorkSource ws) { in noteFullWifiLockReleasedFromSource() 959 public void noteWifiScanStartedFromSource(WorkSource ws) { in noteWifiScanStartedFromSource() 966 public void noteWifiScanStoppedFromSource(WorkSource ws) { in noteWifiScanStoppedFromSource() 973 public void noteWifiBatchedScanStartedFromSource(WorkSource ws, int csph) { in noteWifiBatchedScanStartedFromSource() [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiLockManager.java | 69 public boolean acquireWifiLock(int lockMode, String tag, IBinder binder, WorkSource ws) { in acquireWifiLock() 135 public synchronized void updateWifiLockWorkSource(IBinder binder, WorkSource ws) { in updateWifiLockWorkSource() 301 WifiLock(int lockMode, String tag, IBinder binder, WorkSource ws) { in WifiLock()
|
D | WifiServiceImpl.java | 2571 public boolean acquireWifiLock(IBinder binder, int lockMode, String tag, WorkSource ws) { in acquireWifiLock() 2582 public void updateWifiLockWorkSource(IBinder binder, WorkSource ws) { in updateWifiLockWorkSource()
|
/frameworks/base/location/java/com/android/internal/location/ |
D | ILocationProvider.aidl | 37 void setRequest(in ProviderRequest request, in WorkSource ws); in setRequest()
|
/frameworks/base/opengl/java/android/opengl/ |
D | Visibility.java | 49 public static native int visibilityTest(float[] ws, int wsOffset, in visibilityTest()
|
/frameworks/base/core/java/android/os/ |
D | IPowerManager.aidl | 32 void acquireWakeLock(IBinder lock, int flags, String tag, String packageName, in WorkSource ws, in acquireWakeLock() 40 void updateWakeLockWorkSource(IBinder lock, in WorkSource ws, String historyTag); in updateWakeLockWorkSource()
|
D | PowerManager.java | 1597 public void setWorkSource(WorkSource ws) { in setWorkSource()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/rtt/ |
D | RttMetrics.java | 128 public void recordRequest(WorkSource ws, RangingRequest requests) { in recordRequest() 205 private void updatePeerInfoWithRequestInfo(PerPeerTypeInfo peerInfo, WorkSource ws, in updatePeerInfoWithRequestInfo()
|
D | RttServiceImpl.java | 708 private boolean isRequestorSpamming(WorkSource ws) { in isRequestorSpamming() 851 private boolean preExecThrottleCheck(WorkSource ws) { in preExecThrottleCheck()
|
/frameworks/base/tools/bit/ |
D | print.cpp | 122 struct winsize ws; in print_one_line() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | SignalTileView.java | 87 int ws = MeasureSpec.makeMeasureSpec(mIconFrame.getMeasuredHeight(), MeasureSpec.AT_MOST); in onMeasure() local
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
D | LocationProviderBase.java | 89 public void setRequest(ProviderRequest request, WorkSource ws) { in setRequest()
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | IWifiManager.aidl | 116 boolean acquireWifiLock(IBinder lock, int lockType, String tag, in WorkSource ws); in acquireWifiLock() 118 void updateWifiLockWorkSource(IBinder lock, in WorkSource ws); in updateWifiLockWorkSource()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/rtt/ |
D | RttServiceImplTest.java | 552 WorkSource ws = new WorkSource(100); in testBinderDeathWithWorkSource() local 1165 WorkSource ws = new WorkSource(10); in testDontRejectFloodingRequestsVariousUids() local 1219 WorkSource ws = new WorkSource(); in runFloodRequestsTest() local
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiLockManagerTest.java | 75 private void acquireWifiLockSuccessful(int lockMode, String tag, IBinder binder, WorkSource ws) in acquireWifiLockSuccessful()
|
/frameworks/base/tests/CoreTests/android/core/ |
D | TestWebServer.java | 266 Worker ws = new Worker(); in run() local
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | PowerManagerService.java | 970 WorkSource ws, String historyTag, int uid, int pid) { in acquireWakeLockInternal() 1120 private void updateWakeLockWorkSourceInternal(IBinder lock, WorkSource ws, String historyTag, in updateWakeLockWorkSourceInternal() 1201 String packageName, int uid, int pid, WorkSource ws, String historyTag) { in notifyWakeLockChangingLocked() 4139 WorkSource ws, String historyTag) { in acquireWakeLock() 4188 WorkSource ws = null; in updateWakeLockUids() local 4202 public void updateWakeLockWorkSource(IBinder lock, WorkSource ws, String historyTag) { in updateWakeLockWorkSource()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowSurfacePlacer.java | 192 final WindowState ws = mService.mForceRemoves.remove(0); in performSurfacePlacementLoop() local
|
/frameworks/av/media/libstagefright/rtsp/ |
D | ARTSPConnection.cpp | 366 fd_set ws; in onCompleteConnection() local
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 4492 public void noteStartWakeFromSourceLocked(WorkSource ws, int pid, String name, in noteStartWakeFromSourceLocked() 4512 public void noteChangeWakelockFromSourceLocked(WorkSource ws, int pid, String name, in noteChangeWakelockFromSourceLocked() 4560 public void noteStopWakeFromSourceLocked(WorkSource ws, int pid, String name, in noteStopWakeFromSourceLocked() 5709 public void noteBluetoothScanStartedFromSourceLocked(WorkSource ws, boolean isUnoptimized) { in noteBluetoothScanStartedFromSourceLocked() 5747 public void noteBluetoothScanStoppedFromSourceLocked(WorkSource ws, boolean isUnoptimized) { in noteBluetoothScanStoppedFromSourceLocked() 5778 public void noteBluetoothScanResultsFromSourceLocked(WorkSource ws, int numNewResults) { in noteBluetoothScanResultsFromSourceLocked() 5834 public void noteWifiRunningLocked(WorkSource ws) { in noteWifiRunningLocked() 5899 public void noteWifiStoppedLocked(WorkSource ws) { in noteWifiStoppedLocked() 6111 public void noteFullWifiLockAcquiredFromSourceLocked(WorkSource ws) { in noteFullWifiLockAcquiredFromSourceLocked() 6133 public void noteFullWifiLockReleasedFromSourceLocked(WorkSource ws) { in noteFullWifiLockReleasedFromSourceLocked() [all …]
|