HomeSort by relevance Sort by last modified time
    Searched full:waking (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /external/chromium-trace/trace-viewer/tracing/tracing/model/
thread_time_slice.html 28 UNINTR_SLEEP_WAKING: 'Uninterruptible Sleep | Waking',
31 WAKING: 'Waking',
80 case SCHEDULING_STATE.WAKING:
  /art/runtime/
barrier.cc 55 // condition variable, thus waking this up.
  /frameworks/base/core/java/com/android/internal/policy/
IKeyguardService.aidl 58 * Called when the device has started waking up.
  /frameworks/base/wifi/java/android/net/wifi/
BatchedScanResult.java 27 * scans and stores the timestamped results without waking the main processor each time.
BatchedScanSettings.java 27 * scans and stores the timestamped results without waking the main processor each time.
  /external/webrtc/src/system_wrappers/source/
condition_variable_unittest.cc 104 LOG("Signal waking");
151 LOG("Thread waking parent");
condition_variable_win.cc 15 * threads from waking up.
  /libcore/luni/src/main/native/
AsynchronousCloseMonitor.cpp 30 * Waking potentially-blocked threads when a file descriptor is closed is O(n) in the total number
  /frameworks/base/core/java/android/service/dreams/
DreamService.java 211 if (mDebug) Slog.v(TAG, "Waking up on keyEvent");
215 if (mDebug) Slog.v(TAG, "Waking up on back key");
226 if (mDebug) Slog.v(TAG, "Waking up on keyShortcutEvent");
239 if (mDebug) Slog.v(TAG, "Waking up on touchEvent");
250 if (mDebug) Slog.v(TAG, "Waking up on trackballEvent");
261 if (mDebug) Slog.v(TAG, "Waking up on genericMotionEvent");
880 // Now tell the system we are waking gently, unless we already told
    [all...]
  /frameworks/base/services/core/java/com/android/server/dreams/
DreamController.java 54 // Time to allow the dream to perform an exit transition when waking up.
177 return; // already waking gently
DreamManagerService.java 378 return; // already waking
380 Slog.i(TAG, "Gently waking up from dream.");
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
CameraConfigurationManager.java 58 // when waking from sleep. If it's not landscape, assume it's mistaken and reverse them:
  /frameworks/base/docs/html/tools/performance/batterystats-battery-historian/
charts.jd 64 This is one of the most important pieces of information. Waking up the phone is expensive, so
  /frameworks/base/docs/html/training/monitoring-device-state/
connectivity-monitoring.jd 36 download, why both waking the device to schedule the update at all?</p>
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitorCallback.java 151 * Called when the device has started waking up.
  /ndk/sources/cxx-stl/gabi++/tests/
malloc_lockup.cpp 134 printf("Waking up threads\n");
  /packages/apps/Camera2/src/com/android/camera/async/
ConcurrentBufferQueue.java 128 // to keep waking-up any threads which manage to block in getNext()
  /system/extras/sane_schedstat/
sane_schedstat.c 45 * the waking cpu */
  /docs/source.android.com/src/devices/input/
input-device-configuration-files.jd 116 distinction prevents key presses and touches from spuriously waking up your phone
  /external/icu/icu4c/source/common/
umutex.h 418 * Signal a condition variable, waking up one waiting thread.
  /external/valgrind/coregrind/m_scheduler/
ticket-lock-linux.c 172 VG_(printf)("[%d/%d] release: waking up ticket %d (futex[%ld] = %d)"
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbMidiDevice.java 206 // Record time of event immediately after waking.
  /external/linux-tools-perf/src/tools/perf/
builtin-record.c 351 unsigned long waking = 0; local
568 waking++;
585 fprintf(stderr, "[ perf record: Woken up %ld times to write data ]\n", waking);
  /frameworks/base/services/core/java/com/android/server/power/
Notifier.java 318 // Start input as soon as we start waking up or going to sleep.
356 // Waking up...
391 // Finished waking up...
  /art/runtime/jdwp/
jdwp_adb.cc 218 * Waking up and polling every couple of seconds is generally a

Completed in 446 milliseconds

1 2 3 4