Home
last modified time | relevance | path

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

12

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DTimeController.java120 WorkSource ws = deriveWorkSource(job.getSourceUid(), job.getSourcePackageName()); in maybeStartTrackingJobLocked() local
126 maybeUpdateDelayAlarmLocked(job.getEarliestRunTime(), ws); in maybeStartTrackingJobLocked() local
130 maybeUpdateDeadlineAlarmLocked(job.getLatestRunTimeElapsed(), ws); in maybeStartTrackingJobLocked() local
321 WorkSource ws = new WorkSource(); in deriveWorkSource() local
341 private void maybeUpdateDelayAlarmLocked(long delayExpiredElapsed, WorkSource ws) { in maybeUpdateDelayAlarmLocked()
347 private void maybeUpdateDeadlineAlarmLocked(long deadlineExpiredElapsed, WorkSource ws) { in maybeUpdateDeadlineAlarmLocked()
358 private void setDelayExpiredAlarmLocked(long alarmTimeElapsedMillis, WorkSource ws) { in setDelayExpiredAlarmLocked()
377 private void setDeadlineExpiredAlarmLocked(long alarmTimeElapsedMillis, WorkSource ws) { in setDeadlineExpiredAlarmLocked()
392 OnAlarmListener listener, long alarmTimeElapsed, WorkSource ws) { in updateAlarmWithListenerLocked()
/frameworks/base/core/java/android/os/
DBatteryStatsManager.java268 public void reportWifiScanStartedFromSource(@NonNull WorkSource ws) { in reportWifiScanStartedFromSource()
282 public void reportWifiScanStoppedFromSource(@NonNull WorkSource ws) { in reportWifiScanStoppedFromSource()
297 public void reportWifiBatchedScanStartedFromSource(@NonNull WorkSource ws, in reportWifiBatchedScanStartedFromSource()
312 public void reportWifiBatchedScanStoppedFromSource(@NonNull WorkSource ws) { in reportWifiBatchedScanStoppedFromSource()
356 public void reportFullWifiLockAcquiredFromSource(@NonNull WorkSource ws) { in reportFullWifiLockAcquiredFromSource()
370 public void reportFullWifiLockReleasedFromSource(@NonNull WorkSource ws) { in reportFullWifiLockReleasedFromSource()
402 public void reportWifiMulticastEnabled(@NonNull WorkSource ws) { in reportWifiMulticastEnabled()
417 public void reportWifiMulticastDisabled(@NonNull WorkSource ws) { in reportWifiMulticastDisabled()
DIPowerManager.aidl29 void acquireWakeLock(IBinder lock, int flags, String tag, String packageName, in WorkSource ws, in acquireWakeLock()
42 void updateWakeLockWorkSource(IBinder lock, in WorkSource ws, String historyTag); in updateWakeLockWorkSource()
82 in WorkSource ws, String historyTag); in acquireWakeLockAsync()
DPowerManager.java2810 public void setWorkSource(WorkSource ws) { in setWorkSource()
/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
344 WorkSource ws = new WorkSource(); in testGetAttributionId() local
369 WorkSource ws = new WorkSource(); in testGetAttributionWhenEmpty() local
DPowerManagerTest.java309 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/
DIBatteryStats.aidl86 void noteStartWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStartWakelockFromSource()
88 void noteChangeWakelockFromSource(in WorkSource ws, int pid, String name, String histyoryName, in noteChangeWakelockFromSource()
91 void noteStopWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStopWakelockFromSource()
118 void noteWifiRunning(in WorkSource ws); in noteWifiRunning()
120 void noteWifiStopped(in WorkSource ws); in noteWifiStopped()
130 void noteFullWifiLockAcquiredFromSource(in WorkSource ws); in noteFullWifiLockAcquiredFromSource()
131 void noteFullWifiLockReleasedFromSource(in WorkSource ws); in noteFullWifiLockReleasedFromSource()
132 void noteWifiScanStartedFromSource(in WorkSource ws); in noteWifiScanStartedFromSource()
133 void noteWifiScanStoppedFromSource(in WorkSource ws); in noteWifiScanStoppedFromSource()
134 void noteWifiBatchedScanStartedFromSource(in WorkSource ws, int csph); in noteWifiBatchedScanStartedFromSource()
[all …]
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsNoteTest.java346 WorkSource ws = new WorkSource(); in testAlarmStartAndFinishLocked_workSource() local
409 WorkSource ws = new WorkSource(); in testNoteWakupAlarmLocked_workSource_uid() local
442 WorkSource ws = new WorkSource(); in testNoteWakupAlarmLocked_workSource_workChain() local
468 WorkSource ws = new WorkSource(); in testNoteGpsChanged() local
492 WorkSource ws = new WorkSource(); in testNoteGpsChanged_workSource() local
DBatteryStatsBackgroundStatsTest.java204 WorkSource ws = new WorkSource(); in testAppBluetoothScan_workChain() local
209 private void doTestAppBluetoothScanInternal(WorkSource ws) throws Exception { in doTestAppBluetoothScanInternal()
/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/am/
DBatteryStatsService.java1007 public void noteStartWakelockFromSource(final WorkSource ws, final int pid, final String name, in noteStartWakelockFromSource()
1023 public void noteChangeWakelockFromSource(final WorkSource ws, final int pid, final String name, in noteChangeWakelockFromSource()
1043 public void noteStopWakelockFromSource(final WorkSource ws, final int pid, final String name, in noteStopWakelockFromSource()
1628 public void noteWifiRunning(final WorkSource ws) { in noteWifiRunning()
1665 public void noteWifiStopped(final WorkSource ws) { in noteWifiStopped()
1798 public void noteFullWifiLockAcquiredFromSource(final WorkSource ws) { in noteFullWifiLockAcquiredFromSource()
1813 public void noteFullWifiLockReleasedFromSource(final WorkSource ws) { in noteFullWifiLockReleasedFromSource()
1828 public void noteWifiScanStartedFromSource(final WorkSource ws) { in noteWifiScanStartedFromSource()
1842 public void noteWifiScanStoppedFromSource(final WorkSource ws) { in noteWifiScanStoppedFromSource()
1856 public void noteWifiBatchedScanStartedFromSource(final WorkSource ws, final int csph) { in noteWifiBatchedScanStartedFromSource()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfacePlacer.java162 final WindowState ws = mService.mForceRemoves.remove(0); in performSurfacePlacementLoop() local
/frameworks/base/tools/bit/
Dprint.cpp136 struct winsize ws; in print_one_line() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DSignalTileView.java86 int ws = MeasureSpec.makeMeasureSpec(mIconFrame.getMeasuredHeight(), MeasureSpec.AT_MOST); in onMeasure() local
/frameworks/base/core/tests/coretests/jni/
DNativePowerManagerTest.cpp115 WorkSource ws = WorkSource(uids, names); in nativeObtainWorkSourceParcel() local
129 WorkSource ws = {}; in nativeUnparcelAndVerifyWorkSource() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowFrameTests.java316 …final WindowState ws = createWindow(null, TYPE_APPLICATION, mTestDisplayContent, "WindowFrameTests… in createWindow() local
DDisplayContentTests.java591 final WindowState ws = createWindow(null, TYPE_APPLICATION, dc, "app window"); in testImeIsAttachedToDisplayForLetterboxedApp() local
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
DAlarm.java118 PendingIntent op, IAlarmListener rec, String listenerTag, WorkSource ws, int flags, in Alarm()
/frameworks/base/libs/hwui/utils/
DColor.cpp372 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/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java4436 public void noteStartWakeFromSourceLocked(WorkSource ws, int pid, String name, in noteStartWakeFromSourceLocked()
4442 public void noteStartWakeFromSourceLocked(WorkSource ws, int pid, String name, in noteStartWakeFromSourceLocked()
4461 public void noteChangeWakelockFromSourceLocked(WorkSource ws, int pid, String name, in noteChangeWakelockFromSourceLocked()
4469 public void noteChangeWakelockFromSourceLocked(WorkSource ws, int pid, String name, in noteChangeWakelockFromSourceLocked()
4515 public void noteStopWakeFromSourceLocked(WorkSource ws, int pid, String name, in noteStopWakeFromSourceLocked()
4521 public void noteStopWakeFromSourceLocked(WorkSource ws, int pid, String name, in noteStopWakeFromSourceLocked()
5854 public void noteBluetoothScanStartedFromSourceLocked(WorkSource ws, boolean isUnoptimized) { in noteBluetoothScanStartedFromSourceLocked()
5859 public void noteBluetoothScanStartedFromSourceLocked(WorkSource ws, boolean isUnoptimized, in noteBluetoothScanStartedFromSourceLocked()
5899 public void noteBluetoothScanStoppedFromSourceLocked(WorkSource ws, boolean isUnoptimized) { in noteBluetoothScanStoppedFromSourceLocked()
5904 public void noteBluetoothScanStoppedFromSourceLocked(WorkSource ws, boolean isUnoptimized, in noteBluetoothScanStoppedFromSourceLocked()
[all …]
/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.cpp369 fd_set ws; in onCompleteConnection() local
/frameworks/base/core/jni/android/opengl/
Dutil.cpp520 FloatArrayHelper ws(env, ws_ref, wsOffset, 16); in util_visibilityTest() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java2382 WorkSource ws = new WorkSource(); in testGetWorksourceClientId() local
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl577 in String callingPkg, String callingFeatureId, in WorkSource ws); in requestCellInfoUpdateWithWorkSource()

12