Home
last modified time | relevance | path

Searched defs:ws (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl78 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/
DBatteryStatsNoteTest.java343 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
DBatteryStatsBackgroundStatsTest.java202 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/
DTimeController.java246 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/
DWorkSourceTest.java149 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/
DBatteryStatsService.java518 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/
DWifiLockManager.java69 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()
DWifiServiceImpl.java2571 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/
DILocationProvider.aidl37 void setRequest(in ProviderRequest request, in WorkSource ws); in setRequest()
/frameworks/base/opengl/java/android/opengl/
DVisibility.java49 public static native int visibilityTest(float[] ws, int wsOffset, in visibilityTest()
/frameworks/base/core/java/android/os/
DIPowerManager.aidl32 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()
DPowerManager.java1597 public void setWorkSource(WorkSource ws) { in setWorkSource()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/rtt/
DRttMetrics.java128 public void recordRequest(WorkSource ws, RangingRequest requests) { in recordRequest()
205 private void updatePeerInfoWithRequestInfo(PerPeerTypeInfo peerInfo, WorkSource ws, in updatePeerInfoWithRequestInfo()
DRttServiceImpl.java708 private boolean isRequestorSpamming(WorkSource ws) { in isRequestorSpamming()
851 private boolean preExecThrottleCheck(WorkSource ws) { in preExecThrottleCheck()
/frameworks/base/tools/bit/
Dprint.cpp122 struct winsize ws; in print_one_line() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DSignalTileView.java87 int ws = MeasureSpec.makeMeasureSpec(mIconFrame.getMeasuredHeight(), MeasureSpec.AT_MOST); in onMeasure() local
/frameworks/base/location/lib/java/com/android/location/provider/
DLocationProviderBase.java89 public void setRequest(ProviderRequest request, WorkSource ws) { in setRequest()
/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl116 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/
DRttServiceImplTest.java552 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/
DWifiLockManagerTest.java75 private void acquireWifiLockSuccessful(int lockMode, String tag, IBinder binder, WorkSource ws) in acquireWifiLockSuccessful()
/frameworks/base/tests/CoreTests/android/core/
DTestWebServer.java266 Worker ws = new Worker(); in run() local
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java970 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/
DWindowSurfacePlacer.java192 final WindowState ws = mService.mForceRemoves.remove(0); in performSurfacePlacementLoop() local
/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.cpp366 fd_set ws; in onCompleteConnection() local
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java4492 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 …]

12