Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/os/
DBatteryStatsManager.java269 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()
550 public void reportBleScanStarted(@NonNull WorkSource ws, boolean isUnoptimized) { in reportBleScanStarted()
565 public void reportBleScanStopped(@NonNull WorkSource ws, boolean isUnoptimized) { in reportBleScanStopped()
[all …]
DIPowerManager.aidl31 void acquireWakeLock(IBinder lock, int flags, String tag, String packageName, in WorkSource ws, in acquireWakeLock()
44 void updateWakeLockWorkSource(IBinder lock, in WorkSource ws, String historyTag); in updateWakeLockWorkSource()
133 in WorkSource ws, String historyTag); in acquireWakeLockAsync()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DTimeController.java116 WorkSource ws = in maybeStartTrackingJobLocked() local
123 maybeUpdateDelayAlarmLocked(job.getEarliestRunTime(), ws); in maybeStartTrackingJobLocked() local
127 maybeUpdateDeadlineAlarmLocked(job.getLatestRunTimeElapsed(), ws); in maybeStartTrackingJobLocked() local
331 private void maybeUpdateDelayAlarmLocked(long delayExpiredElapsed, WorkSource ws) { in maybeUpdateDelayAlarmLocked()
337 private void maybeUpdateDeadlineAlarmLocked(long deadlineExpiredElapsed, WorkSource ws) { in maybeUpdateDeadlineAlarmLocked()
348 private void setDelayExpiredAlarmLocked(long alarmTimeElapsedMillis, WorkSource ws) { in setDelayExpiredAlarmLocked()
367 private void setDeadlineExpiredAlarmLocked(long alarmTimeElapsedMillis, WorkSource ws) { in setDeadlineExpiredAlarmLocked()
382 OnAlarmListener listener, long alarmTimeElapsed, WorkSource ws) { in updateAlarmWithListenerLocked()
/frameworks/base/core/tests/coretests/src/android/os/
DWorkSourceTest.java167 WorkSource ws = new WorkSource(); in testWorkSourceParcelling() local
217 WorkSource ws = new WorkSource(); in testSet_nullWorkChain() local
228 WorkSource ws = new WorkSource(); in testAdd_workChains() local
250 WorkSource ws = new WorkSource(); in testSet_noWorkChains() local
371 WorkSource ws = new WorkSource(); in testGetAttributionId() local
398 WorkSource ws = new WorkSource(); in testGetAttributionWhenEmpty() local
DWorkSourceParcelTest.java100 WorkSource ws = WorkSource.CREATOR.createFromParcel(wsParcel); in unparcelWorkSourceFromNativeAndVerify() local
127 WorkSource ws = new WorkSource(); in parcelWorkSourceToNativeAndVerify() local
/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl130 void noteStartWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStartWakelockFromSource()
133 void noteChangeWakelockFromSource(in WorkSource ws, int pid, String name, String histyoryName, in noteChangeWakelockFromSource()
137 void noteStopWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStopWakelockFromSource()
188 void noteWifiRunning(in WorkSource ws); in noteWifiRunning()
192 void noteWifiStopped(in WorkSource ws); in noteWifiStopped()
212 void noteFullWifiLockAcquiredFromSource(in WorkSource ws); in noteFullWifiLockAcquiredFromSource()
214 void noteFullWifiLockReleasedFromSource(in WorkSource ws); in noteFullWifiLockReleasedFromSource()
216 void noteWifiScanStartedFromSource(in WorkSource ws); in noteWifiScanStartedFromSource()
218 void noteWifiScanStoppedFromSource(in WorkSource ws); in noteWifiScanStoppedFromSource()
220 void noteWifiBatchedScanStartedFromSource(in WorkSource ws, int csph); in noteWifiBatchedScanStartedFromSource()
[all …]
/frameworks/base/services/tests/powerservicetests/src/com/android/server/power/
DNotifierTest.java496 WorkSource ws = new WorkSource(WORK_SOURCE_UID_1); in testOnWakeLockReleased_FrameworkStatsLogged_NoChains() local
564 WorkSource ws = new WorkSource(WORK_SOURCE_UID_1); in testOnWakeLockReleased_FrameworkStatsLogged_MultipleWorkSourceUids() local
596 WorkSource ws = new WorkSource(); in testOnWakeLockReleased_FrameworkStatsLogged_OneChain() local
626 WorkSource ws = new WorkSource(WORK_SOURCE_UID_1); in testOnWakeLockReleased_FrameworkStatsLogged_OneUid_OneChain() local
668 WorkSource ws = new WorkSource(); in testOnWakeLockReleased_FrameworkStatsLogged_TwoChains() local
1355 private void testWorkSource(WorkSource ws) { in testWorkSource()
/frameworks/base/core/tests/coretests/jni/
DNativeWorkSourceParcelTest.cpp59 WorkSource ws = WorkSource(uids, names); in nativeObtainWorkSourceParcel() local
76 WorkSource ws = {}; in nativeUnparcelAndVerifyWorkSource() local
/frameworks/native/services/powermanager/tests/
DWorkSourceTest.cpp34 os::WorkSource ws{uids, names}; in TEST() local
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBatteryStatsBackgroundStatsTest.java213 WorkSource ws = new WorkSource(); in testAppBluetoothScan_workChain() local
218 private void doTestAppBluetoothScanInternal(WorkSource ws) throws Exception { in doTestAppBluetoothScanInternal()
DBatteryStatsNoteTest.java1041 WorkSource ws = new WorkSource(); in testAlarmStartAndFinishLocked_workSource() local
1106 WorkSource ws = new WorkSource(); in testNoteWakupAlarmLocked_workSource_uid() local
1139 WorkSource ws = new WorkSource(); in testNoteWakupAlarmLocked_workSource_workChain() local
1165 WorkSource ws = new WorkSource(); in testNoteGpsChanged() local
1189 WorkSource ws = new WorkSource(); in testNoteGpsChanged_workSource() local
DBluetoothPowerCalculatorTest.java67 final WorkSource ws = new WorkSource(APP_UID); in testTimerBasedModel() local
DBatteryStatsImplTest.java760 final WorkSource ws = new WorkSource(10042); in testGetBluetoothBatteryStats() local
/frameworks/base/opengl/java/android/opengl/
DVisibility.java49 public static native int visibilityTest(float[] ws, int wsOffset, in visibilityTest()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfacePlacer.java158 final WindowState ws = mService.mForceRemoves.remove(0); in performSurfacePlacementLoop() local
DImeInsetsSourceProvider.java104 final WindowState ws = in onPostLayout() local
159 final WindowState ws = in isLeashReadyForDispatching() local
/frameworks/base/tools/bit/
Dprint.cpp137 struct winsize ws; in print_one_line() local
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java1621 public void noteStartWakelockFromSource(final WorkSource ws, final int pid, final String name, in noteStartWakelockFromSource()
1640 public void noteChangeWakelockFromSource(final WorkSource ws, final int pid, final String name, in noteChangeWakelockFromSource()
1663 public void noteStopWakelockFromSource(final WorkSource ws, final int pid, final String name, in noteStopWakelockFromSource()
2378 public void noteWifiRunning(final WorkSource ws) { in noteWifiRunning()
2421 public void noteWifiStopped(final WorkSource ws) { in noteWifiStopped()
2584 public void noteFullWifiLockAcquiredFromSource(final WorkSource ws) { in noteFullWifiLockAcquiredFromSource()
2602 public void noteFullWifiLockReleasedFromSource(final WorkSource ws) { in noteFullWifiLockReleasedFromSource()
2620 public void noteWifiScanStartedFromSource(final WorkSource ws) { in noteWifiScanStartedFromSource()
2637 public void noteWifiScanStoppedFromSource(final WorkSource ws) { in noteWifiScanStoppedFromSource()
2654 public void noteWifiBatchedScanStartedFromSource(final WorkSource ws, final int csph) { in noteWifiBatchedScanStartedFromSource()
[all …]
/frameworks/native/include/ftl/details/
Dhash.h118 const auto ws = b + rotate(a, 31) + c; in hash_length_33_to_64() local
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
DAlarm.java134 PendingIntent op, IAlarmListener rec, String listenerTag, WorkSource ws, int flags, in Alarm()
/frameworks/base/libs/hwui/utils/
DColor.cpp412 const double ws = pow(w, 1. / fn.f); in GetPQSkTransferFunction() local
/frameworks/base/tests/CoreTests/android/core/
DTestWebServer.java266 Worker ws = new Worker(); in run() local
/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.cpp369 fd_set ws; in onCompleteConnection() local
/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java5161 public void noteStartWakeFromSourceLocked(WorkSource ws, int pid, String name, in noteStartWakeFromSourceLocked()
5181 public void noteChangeWakelockFromSourceLocked(WorkSource ws, int pid, String name, in noteChangeWakelockFromSourceLocked()
5228 public void noteStopWakeFromSourceLocked(WorkSource ws, int pid, String name, in noteStopWakeFromSourceLocked()
6794 public void noteBluetoothScanStartedFromSourceLocked(WorkSource ws, boolean isUnoptimized) { in noteBluetoothScanStartedFromSourceLocked()
6800 public void noteBluetoothScanStartedFromSourceLocked(WorkSource ws, boolean isUnoptimized, in noteBluetoothScanStartedFromSourceLocked()
6835 public void noteBluetoothScanStoppedFromSourceLocked(WorkSource ws, boolean isUnoptimized) { in noteBluetoothScanStoppedFromSourceLocked()
6841 public void noteBluetoothScanStoppedFromSourceLocked(WorkSource ws, boolean isUnoptimized, in noteBluetoothScanStoppedFromSourceLocked()
6873 public void noteBluetoothScanResultsFromSourceLocked(WorkSource ws, int numNewResults) { in noteBluetoothScanResultsFromSourceLocked()
6879 public void noteBluetoothScanResultsFromSourceLocked(WorkSource ws, int numNewResults, in noteBluetoothScanResultsFromSourceLocked()
6950 public void noteWifiRunningLocked(WorkSource ws, long elapsedRealtimeMs, long uptimeMs) { in noteWifiRunningLocked()
[all …]
/frameworks/base/apex/jobscheduler/framework/java/android/app/
DAlarmManager.java950 private static String makeTag(long triggerMillis, WorkSource ws) { in makeTag()

12