Home
last modified time | relevance | path

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

12

/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
/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl81 void noteStartWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStartWakelockFromSource()
83 void noteChangeWakelockFromSource(in WorkSource ws, int pid, String name, String histyoryName, in noteChangeWakelockFromSource()
86 void noteStopWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStopWakelockFromSource()
113 void noteWifiRunning(in WorkSource ws); in noteWifiRunning()
115 void noteWifiStopped(in WorkSource ws); in noteWifiStopped()
125 void noteFullWifiLockAcquiredFromSource(in WorkSource ws); in noteFullWifiLockAcquiredFromSource()
126 void noteFullWifiLockReleasedFromSource(in WorkSource ws); in noteFullWifiLockReleasedFromSource()
127 void noteWifiScanStartedFromSource(in WorkSource ws); in noteWifiScanStartedFromSource()
128 void noteWifiScanStoppedFromSource(in WorkSource ws); in noteWifiScanStoppedFromSource()
129 void noteWifiBatchedScanStartedFromSource(in WorkSource ws, int csph); in noteWifiBatchedScanStartedFromSource()
[all …]
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsNoteTest.java342 WorkSource ws = new WorkSource(); in testAlarmStartAndFinishLocked_workSource() local
405 WorkSource ws = new WorkSource(); in testNoteWakupAlarmLocked_workSource_uid() local
438 WorkSource ws = new WorkSource(); in testNoteWakupAlarmLocked_workSource_workChain() local
464 WorkSource ws = new WorkSource(); in testNoteGpsChanged() local
488 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/services/core/java/com/android/server/job/controllers/
DTimeController.java135 WorkSource ws = deriveWorkSource(job.getSourceUid(), job.getSourcePackageName()); in maybeStartTrackingJobLocked() local
353 WorkSource ws = new WorkSource(); in deriveWorkSource() local
373 private void maybeUpdateDelayAlarmLocked(long delayExpiredElapsed, WorkSource ws) { in maybeUpdateDelayAlarmLocked()
379 private void maybeUpdateDeadlineAlarmLocked(long deadlineExpiredElapsed, WorkSource ws) { in maybeUpdateDeadlineAlarmLocked()
390 private void setDelayExpiredAlarmLocked(long alarmTimeElapsedMillis, WorkSource ws) { in setDelayExpiredAlarmLocked()
405 private void setDeadlineExpiredAlarmLocked(long alarmTimeElapsedMillis, WorkSource ws) { in setDeadlineExpiredAlarmLocked()
420 long alarmTimeElapsed, WorkSource ws) { in updateAlarmWithListenerLocked()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiLockManager.java185 public boolean acquireWifiLock(int lockMode, String tag, IBinder binder, WorkSource ws) { in acquireWifiLock()
259 public synchronized void updateWifiLockWorkSource(IBinder binder, WorkSource ws) { in updateWifiLockWorkSource()
442 private void addWsToLlWatchList(WorkSource ws) { in addWsToLlWatchList()
459 private void removeWsFromLlWatchList(WorkSource ws) { in removeWsFromLlWatchList()
708 private void setBlameHiPerfWs(WorkSource ws, boolean shouldBlame) { in setBlameHiPerfWs()
794 WifiLock(int lockMode, String tag, IBinder binder, WorkSource ws) { in WifiLock()
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java538 public void noteStartWakelockFromSource(WorkSource ws, int pid, String name, in noteStartWakelockFromSource()
547 public void noteChangeWakelockFromSource(WorkSource ws, int pid, String name, in noteChangeWakelockFromSource()
557 public void noteStopWakelockFromSource(WorkSource ws, int pid, String name, String historyName, in noteStopWakelockFromSource()
885 public void noteWifiRunning(WorkSource ws) { in noteWifiRunning()
906 public void noteWifiStopped(WorkSource ws) { in noteWifiStopped()
978 public void noteFullWifiLockAcquiredFromSource(WorkSource ws) { in noteFullWifiLockAcquiredFromSource()
985 public void noteFullWifiLockReleasedFromSource(WorkSource ws) { in noteFullWifiLockReleasedFromSource()
992 public void noteWifiScanStartedFromSource(WorkSource ws) { in noteWifiScanStartedFromSource()
999 public void noteWifiScanStoppedFromSource(WorkSource ws) { in noteWifiScanStoppedFromSource()
1006 public void noteWifiBatchedScanStartedFromSource(WorkSource ws, int csph) { in noteWifiBatchedScanStartedFromSource()
[all …]
/frameworks/base/location/java/com/android/internal/location/
DILocationProvider.aidl34 oneway 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/opt/net/wifi/service/java/com/android/server/wifi/rtt/
DRttMetrics.java129 public void recordRequest(WorkSource ws, RangingRequest requests) { in recordRequest()
206 private void updatePeerInfoWithRequestInfo(PerPeerTypeInfo peerInfo, WorkSource ws, in updatePeerInfoWithRequestInfo()
DRttServiceImpl.java736 private boolean isRequestorSpamming(WorkSource ws) { in isRequestorSpamming()
885 private boolean preExecThrottleCheck(WorkSource ws) { in preExecThrottleCheck()
/frameworks/base/core/java/android/os/
DIPowerManager.aidl33 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()
DStatsLogEventWrapper.java75 public void setWorkSource(WorkSource ws) { in setWorkSource()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfacePlacer.java144 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/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/rtt/
DRttServiceImplTest.java559 WorkSource ws = new WorkSource(100); in testBinderDeathWithWorkSource() local
1172 WorkSource ws = new WorkSource(10); in testDontRejectFloodingRequestsVariousUids() local
1226 WorkSource ws = new WorkSource(); in runFloodRequestsTest() local
/frameworks/base/location/lib/java/com/android/location/provider/
DLocationProviderBase.java323 public void setRequest(ProviderRequest request, WorkSource ws) { in setRequest()
/frameworks/base/wifi/java/com/android/server/wifi/
DBaseWifiService.java237 public boolean acquireWifiLock(IBinder lock, int lockType, String tag, WorkSource ws) { in acquireWifiLock()
242 public void updateWifiLockWorkSource(IBinder lock, WorkSource ws) { in updateWifiLockWorkSource()
/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl122 boolean acquireWifiLock(IBinder lock, int lockType, String tag, in WorkSource ws); in acquireWifiLock()
124 void updateWifiLockWorkSource(IBinder lock, in WorkSource ws); in updateWifiLockWorkSource()
/frameworks/ml/nn/common/operations/
DRoiAlign.cpp149 T_Roi ws[] = {dx2 * dy2, dx1 * dy2, dx2 * dy1, dx1 * dy1}; in roiAlignNhwc() local
276 float ws[] = {dx2 * dy2, dx1 * dy2, dx2 * dy1, dx1 * dy1}; in roiAlignNhwc() local
/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.java1043 WorkSource ws, String historyTag, int uid, int pid) { in acquireWakeLockInternal()
1215 private void updateWakeLockWorkSourceInternal(IBinder lock, WorkSource ws, String historyTag, in updateWakeLockWorkSourceInternal()
1296 String packageName, int uid, int pid, WorkSource ws, String historyTag) { in notifyWakeLockChangingLocked()
4261 WorkSource ws, String historyTag) { in acquireWakeLock()
4310 WorkSource ws = null; in updateWakeLockUids() local
4324 public void updateWakeLockWorkSource(IBinder lock, WorkSource ws, String historyTag) { in updateWakeLockWorkSource()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiLockManagerTest.java98 private void acquireWifiLockSuccessful(int lockMode, String tag, IBinder binder, WorkSource ws) in acquireWifiLockSuccessful()
/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.cpp367 fd_set ws; in onCompleteConnection() local

12