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.java460 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()
744 public void noteWifiRunning(WorkSource ws) { in noteWifiRunning()
758 public void noteWifiStopped(WorkSource ws) { in noteWifiStopped()
828 public void noteFullWifiLockAcquiredFromSource(WorkSource ws) { in noteFullWifiLockAcquiredFromSource()
835 public void noteFullWifiLockReleasedFromSource(WorkSource ws) { in noteFullWifiLockReleasedFromSource()
842 public void noteWifiScanStartedFromSource(WorkSource ws) { in noteWifiScanStartedFromSource()
849 public void noteWifiScanStoppedFromSource(WorkSource ws) { in noteWifiScanStoppedFromSource()
856 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.java1529 public boolean acquireWifiLock(IBinder binder, int lockMode, String tag, WorkSource ws) { in acquireWifiLock()
1538 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.aidl80 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/
DIPowerManager.aidl31 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()
DPowerManager.java1307 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/tests/wifitests/src/com/android/server/wifi/
DWifiLockManagerTest.java70 private void acquireWifiLockSuccessful(int lockMode, String tag, IBinder binder, WorkSource ws) in acquireWifiLockSuccessful()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfacePlacer.java217 WindowState ws = mService.mForceRemoves.remove(0); in performSurfacePlacementLoop() local
1165 WindowState ws = wtoken.findMainWindow(); in handleAppTransitionReadyLocked() local
1172 WindowState ws = wtoken.findMainWindow(); in handleAppTransitionReadyLocked() local
DWindowManagerService.java6165 final WindowState ws = windows.get(winNdx); in showStrictModeViolation() local
6364 WindowState ws = windows.get(i); in screenshotApplicationsInner() local
9389 WindowState ws = mRebuildTmp[i]; in rebuildAppWindowListLocked() local
9695 final WindowState ws = windows.get(winNdx); in reclaimSomeSurfaceMemoryLocked() local
9728 final WindowState ws = windows.get(winNdx); in reclaimSomeSurfaceMemoryLocked() local
9963 WindowState ws = windows.get(i); in startFreezingDisplayLocked() local
10164 WindowState ws = windows.get(i); in updateStatusBarVisibilityLocked() local
DWindowState.java1013 WindowState ws = this; in getNeedsMenuLw() local
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java860 WorkSource ws, String historyTag, int uid, int pid) { in acquireWakeLockInternal()
996 private void updateWakeLockWorkSourceInternal(IBinder lock, WorkSource ws, String historyTag, in updateWakeLockWorkSourceInternal()
1077 String packageName, int uid, int pid, WorkSource ws, String historyTag) { in notifyWakeLockChangingLocked()
3337 WorkSource ws, String historyTag) { in acquireWakeLock()
3386 WorkSource ws = null; in updateWakeLockUids() local
3400 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.java3448 public void noteStartWakeFromSourceLocked(WorkSource ws, int pid, String name, in noteStartWakeFromSourceLocked()
3459 public void noteChangeWakelockFromSourceLocked(WorkSource ws, int pid, String name, in noteChangeWakelockFromSourceLocked()
3478 public void noteStopWakeFromSourceLocked(WorkSource ws, int pid, String name, in noteStopWakeFromSourceLocked()
4438 public void noteBluetoothScanStartedFromSourceLocked(WorkSource ws) { in noteBluetoothScanStartedFromSourceLocked()
4460 public void noteBluetoothScanStoppedFromSourceLocked(WorkSource ws) { in noteBluetoothScanStoppedFromSourceLocked()
4514 public void noteWifiRunningLocked(WorkSource ws) { in noteWifiRunningLocked()
4553 public void noteWifiStoppedLocked(WorkSource ws) { in noteWifiStoppedLocked()
4747 public void noteFullWifiLockAcquiredFromSourceLocked(WorkSource ws) { in noteFullWifiLockAcquiredFromSourceLocked()
4754 public void noteFullWifiLockReleasedFromSourceLocked(WorkSource ws) { in noteFullWifiLockReleasedFromSourceLocked()
4761 public void noteWifiScanStartedFromSourceLocked(WorkSource ws) { in noteWifiScanStartedFromSourceLocked()
[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.java2571 void setWakelockWorkSource(PendingIntent pi, WorkSource ws, int type, String tag, in setWakelockWorkSource()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMccTable.java568 sTable.add(new MccEntry(549,"ws",2)); //Samoa (Independent State of) in sTable.add()