Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl75 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/
DBatteryStatsService.java486 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/
DWifiLockManager.java69 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()
DWifiServiceImpl.java2256 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/
DILocationProvider.aidl37 void setRequest(in ProviderRequest request, in WorkSource ws); in setRequest()
/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl84 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/
DVisibility.java49 public static native int visibilityTest(float[] ws, int wsOffset, in visibilityTest()
/frameworks/base/core/java/android/os/
DIPowerManager.aidl32 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()
DPowerManager.java1417 public void setWorkSource(WorkSource ws) { in setWorkSource()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfacePlacer.java178 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/
Dprint.cpp122 struct winsize ws; in print_one_line() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DSignalTileView.java76 int ws = MeasureSpec.makeMeasureSpec(mIconFrame.getMeasuredHeight(), MeasureSpec.AT_MOST); in onMeasure() local
/frameworks/base/location/lib/java/com/android/location/provider/
DLocationProviderBase.java88 public void setRequest(ProviderRequest request, WorkSource ws) { in setRequest()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiLockManagerTest.java69 private void acquireWifiLockSuccessful(int lockMode, String tag, IBinder binder, WorkSource ws) in acquireWifiLockSuccessful()
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsBackgroundStatsTest.java198 WorkSource ws = new WorkSource(UID); // needed for bluetooth in testAppBluetoothScan() 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.java1026 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/
DBatteryStatsImpl.java3831 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/
DARTSPConnection.cpp366 fd_set ws; in onCompleteConnection() local
/frameworks/av/media/libstagefright/foundation/
DANetworkSession.cpp1252 fd_set rs, ws; in threadLoop() local
/frameworks/base/core/jni/android/opengl/
Dutil.cpp539 FloatArrayHelper ws(env, ws_ref, wsOffset, 16); in util_visibilityTest() local
/frameworks/base/services/core/java/com/android/server/
DAlarmManagerService.java2622 void setWakelockWorkSource(PendingIntent pi, WorkSource ws, int type, String tag, in setWakelockWorkSource()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMccTable.java607 sTable.add(new MccEntry(549,"ws",2)); //Samoa (Independent State of) in sTable.add()