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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
TextTrackLoader.h 63 enum State { Idle, Loading, Finished, Failed };
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTimeContainer.h 78 Idle,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/media/
MediaPlayer.h 135 enum NetworkState { Empty, Idle, Loading, Loaded, FormatError, NetworkError, DecodeError };
  /packages/apps/Nfc/nci/jni/
NfcTag.h 34 enum ActivationState {Idle, Sleep, Active};
119 ** Description: What is the current state: Idle, Sleep, or Activated.
121 ** Returns: Idle, Sleep, or Activated.
131 ** Description: Set the current state: Idle or Sleep.
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.h 120 Idle = 0,
  /external/chromium_org/third_party/WebKit/public/platform/
WebApplicationCacheHost.h 54 Idle,
  /external/chromium_org/third_party/libjingle/source/talk/base/
dbus.cc 189 // Add an idle source and let the gmainloop quit on idle.
192 g_source_set_callback(idle_source_, &Idle, this, NULL);
300 // Handles callback on Idle. We only add this source when ready to stop.
301 static gboolean Idle(gpointer data) {
  /external/chromium_org/third_party/webrtc/base/
dbus.cc 172 // Add an idle source and let the gmainloop quit on idle.
175 g_source_set_callback(idle_source_, &Idle, this, NULL);
283 // Handles callback on Idle. We only add this source when ready to stop.
284 static gboolean Idle(gpointer data) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntdd8042.h 62 Idle = 0,
agtsvr.h     [all...]
winnt.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
strmini.h 248 BOOLEAN Idle;
scsi.h     [all...]
  /frameworks/base/services/core/java/com/android/server/
MountService.java 119 // Static direct instance pointer for the tightly-coupled idle service to use
145 public static final int Idle = 1;
538 Slog.i(TAG, "Running fstrim idle maintenance");
796 } else if (st == VolumeState.Idle) {
    [all...]

Completed in 464 milliseconds