/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() 103 void noteWifiRunning(in WorkSource ws); in noteWifiRunning() 105 void noteWifiStopped(in WorkSource ws); in noteWifiStopped() 115 void noteFullWifiLockAcquiredFromSource(in WorkSource ws); in noteFullWifiLockAcquiredFromSource() 116 void noteFullWifiLockReleasedFromSource(in WorkSource ws); in noteFullWifiLockReleasedFromSource() 117 void noteWifiScanStartedFromSource(in WorkSource ws); in noteWifiScanStartedFromSource() 118 void noteWifiScanStoppedFromSource(in WorkSource ws); in noteWifiScanStoppedFromSource() 119 void noteWifiBatchedScanStartedFromSource(in WorkSource ws, int csph); in noteWifiBatchedScanStartedFromSource() [all …]
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BatteryStatsService.java | 486 public void noteStartWakelockFromSource(WorkSource ws, int pid, String name, in noteStartWakelockFromSource() 495 public void noteChangeWakelockFromSource(WorkSource ws, int pid, String name, in noteChangeWakelockFromSource() 505 public void noteStopWakelockFromSource(WorkSource ws, int pid, String name, String historyName, in noteStopWakelockFromSource() 779 public void noteWifiRunning(WorkSource ws) { in noteWifiRunning() 793 public void noteWifiStopped(WorkSource ws) { in noteWifiStopped() 863 public void noteFullWifiLockAcquiredFromSource(WorkSource ws) { in noteFullWifiLockAcquiredFromSource() 870 public void noteFullWifiLockReleasedFromSource(WorkSource ws) { in noteFullWifiLockReleasedFromSource() 877 public void noteWifiScanStartedFromSource(WorkSource ws) { in noteWifiScanStartedFromSource() 884 public void noteWifiScanStoppedFromSource(WorkSource ws) { in noteWifiScanStoppedFromSource() 891 public void noteWifiBatchedScanStartedFromSource(WorkSource ws, int csph) { in noteWifiBatchedScanStartedFromSource() [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiLockManager.java | 69 public boolean acquireWifiLock(int lockMode, String tag, IBinder binder, WorkSource ws) { in acquireWifiLock() 135 public synchronized void updateWifiLockWorkSource(IBinder binder, WorkSource ws) { in updateWifiLockWorkSource() 292 WifiLock(int lockMode, String tag, IBinder binder, WorkSource ws) { in WifiLock()
|
D | WifiServiceImpl.java | 2256 public boolean acquireWifiLock(IBinder binder, int lockMode, String tag, WorkSource ws) { in acquireWifiLock() 2268 public void updateWifiLockWorkSource(IBinder binder, WorkSource ws) { in updateWifiLockWorkSource()
|
/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 | 84 void startScan(in ScanSettings requested, in WorkSource ws, in String packageName); 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/opengl/java/android/opengl/ |
D | Visibility.java | 49 public static native int visibilityTest(float[] ws, int wsOffset, in visibilityTest()
|
/frameworks/base/core/java/android/os/ |
D | IPowerManager.aidl | 32 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()
|
D | PowerManager.java | 1417 public void setWorkSource(WorkSource ws) { in setWorkSource()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowSurfacePlacer.java | 178 final WindowState ws = mService.mForceRemoves.remove(0); in performSurfacePlacementLoop() local 309 final WindowState ws = wtoken.findMainWindow(); in handleAppTransitionReadyLocked() local 316 final WindowState ws = wtoken.findMainWindow(); in handleAppTransitionReadyLocked() local
|
/frameworks/base/tools/bit/ |
D | print.cpp | 122 struct winsize ws; in print_one_line() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | SignalTileView.java | 76 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/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiLockManagerTest.java | 69 private void acquireWifiLockSuccessful(int lockMode, String tag, IBinder binder, WorkSource ws) in acquireWifiLockSuccessful()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | BatteryStatsBackgroundStatsTest.java | 198 WorkSource ws = new WorkSource(UID); // needed for bluetooth in testAppBluetoothScan() local
|
/frameworks/base/tests/CoreTests/android/core/ |
D | TestWebServer.java | 266 Worker ws = new Worker(); in run() local
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | PowerManagerService.java | 1026 WorkSource ws, String historyTag, int uid, int pid) { in acquireWakeLockInternal() 1176 private void updateWakeLockWorkSourceInternal(IBinder lock, WorkSource ws, String historyTag, in updateWakeLockWorkSourceInternal() 1257 String packageName, int uid, int pid, WorkSource ws, String historyTag) { in notifyWakeLockChangingLocked() 4112 WorkSource ws, String historyTag) { in acquireWakeLock() 4161 WorkSource ws = null; in updateWakeLockUids() local 4175 public void updateWakeLockWorkSource(IBinder lock, WorkSource ws, String historyTag) { in updateWakeLockWorkSource()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 3831 public void noteStartWakeFromSourceLocked(WorkSource ws, int pid, String name, in noteStartWakeFromSourceLocked() 3842 public void noteChangeWakelockFromSourceLocked(WorkSource ws, int pid, String name, in noteChangeWakelockFromSourceLocked() 3861 public void noteStopWakeFromSourceLocked(WorkSource ws, int pid, String name, in noteStopWakeFromSourceLocked() 4841 public void noteBluetoothScanStartedFromSourceLocked(WorkSource ws, boolean isUnoptimized) { in noteBluetoothScanStartedFromSourceLocked() 4863 public void noteBluetoothScanStoppedFromSourceLocked(WorkSource ws) { in noteBluetoothScanStoppedFromSourceLocked() 4887 public void noteBluetoothScanResultsFromSourceLocked(WorkSource ws, int numNewResults) { in noteBluetoothScanResultsFromSourceLocked() 4925 public void noteWifiRunningLocked(WorkSource ws) { in noteWifiRunningLocked() 4964 public void noteWifiStoppedLocked(WorkSource ws) { in noteWifiStoppedLocked() 5158 public void noteFullWifiLockAcquiredFromSourceLocked(WorkSource ws) { in noteFullWifiLockAcquiredFromSourceLocked() 5165 public void noteFullWifiLockReleasedFromSourceLocked(WorkSource ws) { in noteFullWifiLockReleasedFromSourceLocked() [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 | 2622 void setWakelockWorkSource(PendingIntent pi, WorkSource ws, int type, String tag, in setWakelockWorkSource()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | MccTable.java | 607 sTable.add(new MccEntry(549,"ws",2)); //Samoa (Independent State of) in sTable.add()
|