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.aidl37 void noteStartWakelockFromSource(in WorkSource ws, int pid, String name, int type); in noteStartWakelockFromSource()
38 void noteStopWakelockFromSource(in WorkSource ws, int pid, String name, int type); in noteStopWakelockFromSource()
54 void noteWifiRunning(in WorkSource ws); in noteWifiRunning()
56 void noteWifiStopped(in WorkSource ws); in noteWifiStopped()
65 void noteFullWifiLockAcquiredFromSource(in WorkSource ws); in noteFullWifiLockAcquiredFromSource()
66 void noteFullWifiLockReleasedFromSource(in WorkSource ws); in noteFullWifiLockReleasedFromSource()
67 void noteScanWifiLockAcquiredFromSource(in WorkSource ws); in noteScanWifiLockAcquiredFromSource()
68 void noteScanWifiLockReleasedFromSource(in WorkSource ws); in noteScanWifiLockReleasedFromSource()
69 void noteWifiMulticastEnabledFromSource(in WorkSource ws); in noteWifiMulticastEnabledFromSource()
70 void noteWifiMulticastDisabledFromSource(in WorkSource ws); in noteWifiMulticastDisabledFromSource()
/frameworks/base/services/java/com/android/server/am/
DBatteryStatsService.java114 public void noteStartWakelockFromSource(WorkSource ws, int pid, String name, int type) { in noteStartWakelockFromSource()
121 public void noteStopWakelockFromSource(WorkSource ws, int pid, String name, int type) { in noteStopWakelockFromSource()
267 public void noteWifiRunning(WorkSource ws) { in noteWifiRunning()
281 public void noteWifiStopped(WorkSource ws) { in noteWifiStopped()
346 public void noteFullWifiLockAcquiredFromSource(WorkSource ws) { in noteFullWifiLockAcquiredFromSource()
353 public void noteFullWifiLockReleasedFromSource(WorkSource ws) { in noteFullWifiLockReleasedFromSource()
360 public void noteScanWifiLockAcquiredFromSource(WorkSource ws) { in noteScanWifiLockAcquiredFromSource()
367 public void noteScanWifiLockReleasedFromSource(WorkSource ws) { in noteScanWifiLockReleasedFromSource()
374 public void noteWifiMulticastEnabledFromSource(WorkSource ws) { in noteWifiMulticastEnabledFromSource()
381 public void noteWifiMulticastDisabledFromSource(WorkSource ws) { in noteWifiMulticastDisabledFromSource()
/frameworks/base/location/lib/java/com/android/location/provider/
DLocationProvider.java311 public abstract void onSetMinTime(long minTime, WorkSource ws); in onSetMinTime()
349 public abstract void onAddListener(int uid, WorkSource ws); in onAddListener()
357 public abstract void onRemoveListener(int uid, WorkSource ws); in onRemoveListener()
/frameworks/base/core/java/android/os/
DIPowerManager.aidl25 void acquireWakeLock(int flags, IBinder lock, String tag, in WorkSource ws); in acquireWakeLock()
26 void updateWakeLockWorkSource(IBinder lock, in WorkSource ws); in updateWakeLockWorkSource()
DPowerManager.java319 public void setWorkSource(WorkSource ws) { in setWorkSource()
/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl71 boolean acquireWifiLock(IBinder lock, int lockType, String tag, in WorkSource ws); in acquireWifiLock()
73 void updateWifiLockWorkSource(IBinder lock, in WorkSource ws); in updateWifiLockWorkSource()
DWifiManager.java976 public void setWorkSource(WorkSource ws) { in setWorkSource()
/frameworks/base/libs/ui/
DOverlay.cpp155 uint32_t w, uint32_t h, int32_t f, uint32_t ws, uint32_t hs) in OverlayRef()
177 uint32_t ws = data.readInt32(); in readFromParcel() local
/frameworks/base/opengl/java/android/opengl/
DVisibility.java49 public static native int visibilityTest(float[] ws, int wsOffset, in visibilityTest()
/frameworks/base/media/libstagefright/
DHTTPStream.cpp79 fd_set rs, ws; in MyConnect() local
137 fd_set rs, ws, es; in MySendReceive() local
/frameworks/base/location/java/android/location/
DILocationProvider.aidl47 void setMinTime(long minTime, in WorkSource ws); in setMinTime()
/frameworks/base/services/java/com/android/server/location/
DLocationProviderInterface.java51 void setMinTime(long minTime, WorkSource ws); in setMinTime()
DPassiveProvider.java127 public void setMinTime(long minTime, WorkSource ws) { in setMinTime()
DMockProvider.java205 public void setMinTime(long minTime, WorkSource ws) { in setMinTime()
DLocationProviderProxy.java395 public void setMinTime(long minTime, WorkSource ws) { in setMinTime()
DGpsLocationProvider.java797 public void setMinTime(long minTime, WorkSource ws) { in setMinTime()
/frameworks/base/services/java/com/android/server/
DPowerManagerService.java685 WorkSource ws; field in PowerManagerService.WakeLock
718 public void acquireWakeLock(int flags, IBinder lock, String tag, WorkSource ws) { in acquireWakeLock()
737 void noteStartWakeLocked(WakeLock wl, WorkSource ws) { in noteStartWakeLocked()
755 void noteStopWakeLocked(WakeLock wl, WorkSource ws) { in noteStopWakeLocked()
774 WorkSource ws) { in acquireWakeLockLocked()
895 public void updateWakeLockWorkSource(IBinder lock, WorkSource ws) { in updateWakeLockWorkSource()
DWifiService.java2195 WifiLock(int lockMode, String tag, IBinder binder, WorkSource ws) { in WifiLock()
2278 public boolean acquireWifiLock(IBinder binder, int lockMode, String tag, WorkSource ws) { in acquireWifiLock()
2365 public void updateWifiLockWorkSource(IBinder lock, WorkSource ws) { in updateWifiLockWorkSource()
2443 DeathRecipient(int mode, String tag, IBinder binder, WorkSource ws) { in DeathRecipient()
DWindowManagerService.java9769 WindowState ws = mWindows.get(i); in reclaimSomeSurfaceMemoryLocked() local
9801 WindowState ws = mWindows.get(i); in reclaimSomeSurfaceMemoryLocked() local
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java1367 public void noteStartWakeFromSourceLocked(WorkSource ws, int pid, String name, int type) { in noteStartWakeFromSourceLocked()
1374 public void noteStopWakeFromSourceLocked(WorkSource ws, int pid, String name, int type) { in noteStopWakeFromSourceLocked()
1926 public void noteWifiRunningLocked(WorkSource ws) { in noteWifiRunningLocked()
1958 public void noteWifiStoppedLocked(WorkSource ws) { in noteWifiStoppedLocked()
2069 public void noteFullWifiLockAcquiredFromSourceLocked(WorkSource ws) { in noteFullWifiLockAcquiredFromSourceLocked()
2076 public void noteFullWifiLockReleasedFromSourceLocked(WorkSource ws) { in noteFullWifiLockReleasedFromSourceLocked()
2083 public void noteScanWifiLockAcquiredFromSourceLocked(WorkSource ws) { in noteScanWifiLockAcquiredFromSourceLocked()
2090 public void noteScanWifiLockReleasedFromSourceLocked(WorkSource ws) { in noteScanWifiLockReleasedFromSourceLocked()
2097 public void noteWifiMulticastEnabledFromSourceLocked(WorkSource ws) { in noteWifiMulticastEnabledFromSourceLocked()
2104 public void noteWifiMulticastDisabledFromSourceLocked(WorkSource ws) { in noteWifiMulticastDisabledFromSourceLocked()
/frameworks/base/tests/CoreTests/android/core/
DTestWebServer.java266 Worker ws = new Worker(); in run() local
/frameworks/base/media/libstagefright/rtsp/
DARTSPConnection.cpp325 fd_set ws; in onCompleteConnection() local
/frameworks/base/core/jni/android/opengl/
Dutil.cpp442 FloatArrayHelper ws(env, ws_ref, wsOffset, 16); in util_visibilityTest() local