Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl71 void noteStartWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStartWakelockFromSource()
73 void noteChangeWakelockFromSource(in WorkSource ws, int pid, String name, String histyoryName, in noteChangeWakelockFromSource()
76 void noteStopWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStopWakelockFromSource()
97 void noteWifiRunning(in WorkSource ws); in noteWifiRunning()
99 void noteWifiStopped(in WorkSource ws); in noteWifiStopped()
109 void noteFullWifiLockAcquiredFromSource(in WorkSource ws); in noteFullWifiLockAcquiredFromSource()
110 void noteFullWifiLockReleasedFromSource(in WorkSource ws); in noteFullWifiLockReleasedFromSource()
111 void noteWifiScanStartedFromSource(in WorkSource ws); in noteWifiScanStartedFromSource()
112 void noteWifiScanStoppedFromSource(in WorkSource ws); in noteWifiScanStoppedFromSource()
113 void noteWifiBatchedScanStartedFromSource(in WorkSource ws, int csph); in noteWifiBatchedScanStartedFromSource()
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java411 public void noteStartWakelockFromSource(WorkSource ws, int pid, String name, in noteStartWakelockFromSource()
420 public void noteChangeWakelockFromSource(WorkSource ws, int pid, String name, in noteChangeWakelockFromSource()
430 public void noteStopWakelockFromSource(WorkSource ws, int pid, String name, String historyName, in noteStopWakelockFromSource()
680 public void noteWifiRunning(WorkSource ws) { in noteWifiRunning()
694 public void noteWifiStopped(WorkSource ws) { in noteWifiStopped()
764 public void noteFullWifiLockAcquiredFromSource(WorkSource ws) { in noteFullWifiLockAcquiredFromSource()
771 public void noteFullWifiLockReleasedFromSource(WorkSource ws) { in noteFullWifiLockReleasedFromSource()
778 public void noteWifiScanStartedFromSource(WorkSource ws) { in noteWifiScanStartedFromSource()
785 public void noteWifiScanStoppedFromSource(WorkSource ws) { in noteWifiScanStoppedFromSource()
792 public void noteWifiBatchedScanStartedFromSource(WorkSource ws, int csph) { in noteWifiBatchedScanStartedFromSource()
[all …]
/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl65 void startScan(in ScanSettings requested, in WorkSource ws); in startScan()
67 void startLocationRestrictedScan(in WorkSource ws); in startLocationRestrictedScan()
99 boolean acquireWifiLock(IBinder lock, int lockType, String tag, in WorkSource ws); in acquireWifiLock()
101 void updateWifiLockWorkSource(IBinder lock, in WorkSource ws); in updateWifiLockWorkSource()
139 boolean requestBatchedScan(in BatchedScanSettings requested, IBinder binder, in WorkSource ws); in requestBatchedScan()
/frameworks/base/location/java/com/android/internal/location/
DILocationProvider.aidl37 void setRequest(in ProviderRequest request, in WorkSource ws); in setRequest()
/frameworks/base/core/java/android/os/
DIPowerManager.aidl28 void acquireWakeLock(IBinder lock, int flags, String tag, String packageName, in WorkSource ws, in acquireWakeLock()
36 void updateWakeLockWorkSource(IBinder lock, in WorkSource ws, String historyTag); in updateWakeLockWorkSource()
DPowerManager.java1184 public void setWorkSource(WorkSource ws) { in setWorkSource()
/frameworks/base/opengl/java/android/opengl/
DVisibility.java49 public static native int visibilityTest(float[] ws, int wsOffset, in visibilityTest()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DSignalTileView.java74 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/service/java/com/android/server/wifi/
DWifiServiceImpl.java1512 WifiLock(int lockMode, String tag, IBinder binder, WorkSource ws) { in WifiLock()
1554 synchronized void updateWorkSource(WorkSource ws) { in updateWorkSource()
1602 public boolean acquireWifiLock(IBinder binder, int lockMode, String tag, WorkSource ws) { in acquireWifiLock()
1675 public void updateWifiLockWorkSource(IBinder lock, WorkSource ws) { in updateWifiLockWorkSource()
1750 DeathRecipient(int mode, String tag, IBinder binder, WorkSource ws) { in DeathRecipient()
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java774 WorkSource ws, String historyTag, int uid, int pid) { in acquireWakeLockInternal()
910 private void updateWakeLockWorkSourceInternal(IBinder lock, WorkSource ws, String historyTag, in updateWakeLockWorkSourceInternal()
959 String packageName, int uid, int pid, WorkSource ws, String historyTag) { in notifyWakeLockChangingLocked()
3023 WorkSource ws, String historyTag) { in acquireWakeLock()
3072 WorkSource ws = null; in updateWakeLockUids() local
3086 public void updateWakeLockWorkSource(IBinder lock, WorkSource ws, String historyTag) { in updateWakeLockWorkSource()
/frameworks/base/tests/CoreTests/android/core/
DTestWebServer.java266 Worker ws = new Worker(); in run() local
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java2852 public void noteStartWakeFromSourceLocked(WorkSource ws, int pid, String name, in noteStartWakeFromSourceLocked()
2863 public void noteChangeWakelockFromSourceLocked(WorkSource ws, int pid, String name, in noteChangeWakelockFromSourceLocked()
2882 public void noteStopWakeFromSourceLocked(WorkSource ws, int pid, String name, in noteStopWakeFromSourceLocked()
3778 public void noteWifiRunningLocked(WorkSource ws) { in noteWifiRunningLocked()
3817 public void noteWifiStoppedLocked(WorkSource ws) { in noteWifiStoppedLocked()
4011 public void noteFullWifiLockAcquiredFromSourceLocked(WorkSource ws) { in noteFullWifiLockAcquiredFromSourceLocked()
4018 public void noteFullWifiLockReleasedFromSourceLocked(WorkSource ws) { in noteFullWifiLockReleasedFromSourceLocked()
4025 public void noteWifiScanStartedFromSourceLocked(WorkSource ws) { in noteWifiScanStartedFromSourceLocked()
4032 public void noteWifiScanStoppedFromSourceLocked(WorkSource ws) { in noteWifiScanStoppedFromSourceLocked()
4039 public void noteWifiBatchedScanStartedFromSourceLocked(WorkSource ws, int csph) { in noteWifiBatchedScanStartedFromSourceLocked()
[all …]
/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.cpp366 fd_set ws; in onCompleteConnection() local
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java6062 final WindowState ws = windows.get(winNdx); in showStrictModeViolation() local
6228 WindowState ws = windows.get(i); in screenshotApplicationsInner() local
8834 WindowState ws = mRebuildTmp[i]; in rebuildAppWindowListLocked() local
8965 WindowState ws = mForceRemoves.remove(0); in performLayoutAndPlaceSurfacesLockedLoop() local
9326 WindowState ws = wtoken.findMainWindow(); in handleAppTransitionReadyLocked() local
9333 WindowState ws = wtoken.findMainWindow(); in handleAppTransitionReadyLocked() local
10560 final WindowState ws = windows.get(winNdx); in reclaimSomeSurfaceMemoryLocked() local
10598 final WindowState ws = windows.get(winNdx); in reclaimSomeSurfaceMemoryLocked() local
10827 WindowState ws = windows.get(i); in startFreezingDisplayLocked() local
11025 WindowState ws = windows.get(i); in updateStatusBarVisibilityLocked() local
DWindowState.java779 WindowState ws = this; in getNeedsMenuLw() 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.java2302 void setWakelockWorkSource(PendingIntent pi, WorkSource ws, int type, String tag, in setWakelockWorkSource()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMccTable.java559 sTable.add(new MccEntry(549,"ws",2)); //Samoa (Independent State of) in sTable.add()