/frameworks/base/core/java/com/android/internal/app/ |
D | IBatteryStats.aidl | 75 void noteStartWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStartWakelockFromSource() 77 void noteChangeWakelockFromSource(in WorkSource ws, int pid, String name, String histyoryName, in noteChangeWakelockFromSource() 80 void noteStopWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStopWakelockFromSource() 101 void noteWifiRunning(in WorkSource ws); in noteWifiRunning() 103 void noteWifiStopped(in WorkSource ws); in noteWifiStopped() 113 void noteFullWifiLockAcquiredFromSource(in WorkSource ws); in noteFullWifiLockAcquiredFromSource() 114 void noteFullWifiLockReleasedFromSource(in WorkSource ws); in noteFullWifiLockReleasedFromSource() 115 void noteWifiScanStartedFromSource(in WorkSource ws); in noteWifiScanStartedFromSource() 116 void noteWifiScanStoppedFromSource(in WorkSource ws); in noteWifiScanStoppedFromSource() 117 void noteWifiBatchedScanStartedFromSource(in WorkSource ws, int csph); in noteWifiBatchedScanStartedFromSource() [all …]
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BatteryStatsService.java | 460 public void noteStartWakelockFromSource(WorkSource ws, int pid, String name, in noteStartWakelockFromSource() 469 public void noteChangeWakelockFromSource(WorkSource ws, int pid, String name, in noteChangeWakelockFromSource() 479 public void noteStopWakelockFromSource(WorkSource ws, int pid, String name, String historyName, in noteStopWakelockFromSource() 730 public void noteWifiRunning(WorkSource ws) { in noteWifiRunning() 744 public void noteWifiStopped(WorkSource ws) { in noteWifiStopped() 814 public void noteFullWifiLockAcquiredFromSource(WorkSource ws) { in noteFullWifiLockAcquiredFromSource() 821 public void noteFullWifiLockReleasedFromSource(WorkSource ws) { in noteFullWifiLockReleasedFromSource() 828 public void noteWifiScanStartedFromSource(WorkSource ws) { in noteWifiScanStartedFromSource() 835 public void noteWifiScanStoppedFromSource(WorkSource ws) { in noteWifiScanStoppedFromSource() 842 public void noteWifiBatchedScanStartedFromSource(WorkSource ws, int csph) { in noteWifiBatchedScanStartedFromSource() [all …]
|
/frameworks/base/location/java/com/android/internal/location/ |
D | ILocationProvider.aidl | 37 void setRequest(in ProviderRequest request, in WorkSource ws); in setRequest()
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | IWifiManager.aidl | 80 void startScan(in ScanSettings requested, in WorkSource ws); in startScan() 112 boolean acquireWifiLock(IBinder lock, int lockType, String tag, in WorkSource ws); in acquireWifiLock() 114 void updateWifiLockWorkSource(IBinder lock, in WorkSource ws); in updateWifiLockWorkSource()
|
/frameworks/base/core/java/android/os/ |
D | IPowerManager.aidl | 31 void acquireWakeLock(IBinder lock, int flags, String tag, String packageName, in WorkSource ws, in acquireWakeLock() 39 void updateWakeLockWorkSource(IBinder lock, in WorkSource ws, String historyTag); in updateWakeLockWorkSource()
|
D | PowerManager.java | 1307 public void setWorkSource(WorkSource ws) { in setWorkSource()
|
/frameworks/base/opengl/java/android/opengl/ |
D | Visibility.java | 49 public static native int visibilityTest(float[] ws, int wsOffset, in visibilityTest()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | SignalTileView.java | 74 int ws = MeasureSpec.makeMeasureSpec(mIconFrame.getMeasuredHeight(), MeasureSpec.AT_MOST); in onMeasure() local
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
D | LocationProviderBase.java | 88 public void setRequest(ProviderRequest request, WorkSource ws) { in setRequest()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowSurfacePlacer.java | 217 WindowState ws = mService.mForceRemoves.remove(0); in performSurfacePlacementLoop() local 1144 WindowState ws = wtoken.findMainWindow(); in handleAppTransitionReadyLocked() local 1151 WindowState ws = wtoken.findMainWindow(); in handleAppTransitionReadyLocked() local
|
D | WindowManagerService.java | 6086 final WindowState ws = windows.get(winNdx); in showStrictModeViolation() local 6257 WindowState ws = windows.get(i); in screenshotApplicationsInner() local 9201 WindowState ws = mRebuildTmp[i]; in rebuildAppWindowListLocked() local 9500 final WindowState ws = windows.get(winNdx); in reclaimSomeSurfaceMemoryLocked() local 9533 final WindowState ws = windows.get(winNdx); in reclaimSomeSurfaceMemoryLocked() local 9768 WindowState ws = windows.get(i); in startFreezingDisplayLocked() local 9969 WindowState ws = windows.get(i); in updateStatusBarVisibilityLocked() local
|
D | WindowState.java | 995 WindowState ws = this; in getNeedsMenuLw() local
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiServiceImpl.java | 1539 WifiLock(int lockMode, String tag, IBinder binder, WorkSource ws) { in WifiLock() 1583 synchronized void updateWorkSource(WorkSource ws) { in updateWorkSource() 1631 public boolean acquireWifiLock(IBinder binder, int lockMode, String tag, WorkSource ws) { in acquireWifiLock() 1704 public void updateWifiLockWorkSource(IBinder lock, WorkSource ws) { in updateWifiLockWorkSource()
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | PowerManagerService.java | 847 WorkSource ws, String historyTag, int uid, int pid) { in acquireWakeLockInternal() 983 private void updateWakeLockWorkSourceInternal(IBinder lock, WorkSource ws, String historyTag, in updateWakeLockWorkSourceInternal() 1032 String packageName, int uid, int pid, WorkSource ws, String historyTag) { in notifyWakeLockChangingLocked() 3188 WorkSource ws, String historyTag) { in acquireWakeLock() 3237 WorkSource ws = null; in updateWakeLockUids() local 3251 public void updateWakeLockWorkSource(IBinder lock, WorkSource ws, String historyTag) { in updateWakeLockWorkSource()
|
/frameworks/base/tests/CoreTests/android/core/ |
D | TestWebServer.java | 266 Worker ws = new Worker(); in run() local
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 3248 public void noteStartWakeFromSourceLocked(WorkSource ws, int pid, String name, in noteStartWakeFromSourceLocked() 3259 public void noteChangeWakelockFromSourceLocked(WorkSource ws, int pid, String name, in noteChangeWakelockFromSourceLocked() 3278 public void noteStopWakeFromSourceLocked(WorkSource ws, int pid, String name, in noteStopWakeFromSourceLocked() 4196 public void noteBluetoothScanStartedFromSourceLocked(WorkSource ws) { in noteBluetoothScanStartedFromSourceLocked() 4218 public void noteBluetoothScanStoppedFromSourceLocked(WorkSource ws) { in noteBluetoothScanStoppedFromSourceLocked() 4261 public void noteWifiRunningLocked(WorkSource ws) { in noteWifiRunningLocked() 4300 public void noteWifiStoppedLocked(WorkSource ws) { in noteWifiStoppedLocked() 4494 public void noteFullWifiLockAcquiredFromSourceLocked(WorkSource ws) { in noteFullWifiLockAcquiredFromSourceLocked() 4501 public void noteFullWifiLockReleasedFromSourceLocked(WorkSource ws) { in noteFullWifiLockReleasedFromSourceLocked() 4508 public void noteWifiScanStartedFromSourceLocked(WorkSource ws) { in noteWifiScanStartedFromSourceLocked() [all …]
|
/frameworks/av/media/libstagefright/rtsp/ |
D | ARTSPConnection.cpp | 366 fd_set ws; in onCompleteConnection() local
|
/frameworks/av/media/libstagefright/foundation/ |
D | ANetworkSession.cpp | 1252 fd_set rs, ws; in threadLoop() local
|
/frameworks/base/core/jni/android/opengl/ |
D | util.cpp | 539 FloatArrayHelper ws(env, ws_ref, wsOffset, 16); in util_visibilityTest() local
|
/frameworks/base/services/core/java/com/android/server/ |
D | AlarmManagerService.java | 2562 void setWakelockWorkSource(PendingIntent pi, WorkSource ws, int type, String tag, in setWakelockWorkSource()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | MccTable.java | 559 sTable.add(new MccEntry(549,"ws",2)); //Samoa (Independent State of) in sTable.add()
|