HomeSort by relevance Sort by last modified time
    Searched full:wakelocks (Results 1 - 14 of 14) sorted by null

  /frameworks/base/core/tests/coretests/src/android/os/
PowerManagerTest.java 47 * Confirm that we can create functional wakelocks.
72 * Confirm that we can't create dysfunctional wakelocks.
122 // TODO: Threaded test (needs handler) to make sure timed wakelocks work too
  /system/core/libsuspend/include/suspend/
autosuspend.h 28 * wakelocks/wakeup_sources are held.
  /hardware/libhardware/include/hardware/
power.h 78 * kernel may suspend the system whenever no wakelocks are held.
  /frameworks/base/core/java/android/os/
BatteryStats.java 35 * wakelocks, processes, packages, and services. All times are represented in microseconds
1232 Map<String, ? extends BatteryStats.Uid.Wakelock> wakelocks = u.getWakelockStats(); local
1353 Map<String, ? extends BatteryStats.Uid.Wakelock> wakelocks = u.getWakelockStats(); local
1544 Map<String, ? extends BatteryStats.Uid.Wakelock> wakelocks = u.getWakelockStats(); local
1744 Map<String, ? extends BatteryStats.Uid.Wakelock> wakelocks = u.getWakelockStats(); local
    [all...]
PowerManager.java 25 * acquire WakeLocks unless you really need them, use the minimum levels possible, and be sure
72 * and even after the user presses the power button. In all other wakelocks, the CPU will run, but
  /frameworks/native/cmds/dumpstate/
dumpstate.c 90 dump_file("KERNEL WAKELOCKS", "/proc/wakelocks");
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 98 // The maximum number of names wakelocks we will keep track of
99 // per uid; once the limit is reached, we batch the remaining wakelocks
327 * Used as a buffer for reading in data from /proc/wakelocks before it is processed and added
689 * The most recent reported count from /proc/wakelocks.
694 * The reported count from /proc/wakelocks when unplug() was last
700 * The most recent reported total_time from /proc/wakelocks.
706 * The reported total_time from /proc/wakelocks when unplug() was last
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
SysinfoPanel.java 87 "Wakelocks", "Memory usage", "Sync"};
  /frameworks/base/docs/html/guide/topics/media/
mediaplayer.jd 24 <li><a href="#wakelocks">Using wake locks</a></li>
345 <h3 id="wakelocks">Using wake locks</h3>
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardViewMediator.java 165 /** High level access to the power manager for WakeLocks */
    [all...]
PhoneWindowManager.java     [all...]
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java 271 // Wakelocks
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 369 // release all MediaPlayer resources, including the native player and wakelocks
    [all...]
  /frameworks/base/core/res/
AndroidManifest.xml     [all...]

Completed in 307 milliseconds