HomeSort by relevance Sort by last modified time
    Searched refs:polling (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/chromeos/dbus/
fake_nfc_adapter_client.cc 51 // Cannot set the power if currently polling.
52 if (polling.value()) {
53 LOG(ERROR) << "Cannot set power while polling.";
155 if (properties_->polling.value()) {
156 error_callback.Run(nfc_error::kFailed, "Already polling.");
164 properties_->polling.ReplaceValue(true);
194 if (!properties_->polling.value()) {
195 error_callback.Run("org.neard.Error.Failed", "Not polling.");
206 properties_->polling.ReplaceValue(false);
238 if (!properties_->polling.value())
    [all...]
nfc_adapter_client.h 39 // Indicates whether or not the adapter is currently polling for targets.
41 dbus::Property<bool> polling; member in struct:chromeos::NfcAdapterClient::Properties
96 // Starts the polling loop for the adapter with object path |object_path|.
97 // Depending on the mode, the adapter will start polling for targets,
100 // alternate between "Initiator" and "Target" modes during the polling loop.
108 // Stops the polling loop for the adapter with object_path |object_path|.
nfc_adapter_client.cc 29 RegisterProperty(nfc_adapter::kPollingProperty, &polling);
  /external/smack/src/com/kenai/jbosh/
CMSessionParams.java 32 private final AttrPolling polling; field in class:CMSessionParams
69 polling = aPolling;
97 resp.getAttribute(Attributes.POLLING)),
142 return polling;
BOSHClient.java 1143 AttrPolling polling = cmParams.getPollingInterval(); local
    [all...]
  /external/chromium_org/device/nfc/
nfc_adapter_chromeos.cc 69 GetProperties(object_path_)->polling.value();
159 else if (property_name == properties->polling.name())
160 PollingChanged(properties->polling.value());
262 if (properties->polling.value())
305 if (properties->polling.value())
341 void NfcAdapterChromeOS::PollingChanged(bool polling) {
343 AdapterPollingChanged(this, polling));
378 LOG(ERROR) << object_path_.value() << ": Failed to start polling: "
391 LOG(ERROR) << object_path_.value() << ": Failed to stop polling: "
nfc_adapter.h 24 // adapter's power and polling state. NfcAdapter instances can be used to power
53 // Called when the "polling" state of the adapter |adapter| changes. If
54 // |polling| is true, the adapter is currently polling for remote tags and
55 // devices. If false, the adapter isn't polling, either because a poll loop
58 virtual void AdapterPollingChanged(NfcAdapter* adapter, bool polling) {}
112 // Indicates whether the adapter is polling for remote NFC tags and peers.
132 // - The adapter is already polling.
142 // can fail if the adapter is not polling when this method was called. Bear
144 // adapter and polling may not actually stop if other callers have calle
    [all...]
nfc_adapter_chromeos.h 78 void PollingChanged(bool polling);
86 // Called by dbus:: on completion of the D-Bus method call to start polling.
92 // Called by dbus:: on completion of the D-Bus method call to stop polling.
nfc_chromeos_unittest.cc 339 EXPECT_TRUE(properties->polling.value());
390 EXPECT_TRUE(properties->polling.value());
439 // Tests that the adapter correctly updates its state when polling is started
448 // Start polling while not powered. Should fail.
459 // Start polling while powered. Should succeed.
479 // Start polling while already polling. Should fail.
489 // Stop polling. Should succeed.
499 // Stop polling while not polling. Should fail
    [all...]
  /device/asus/deb/
init.deb.rc 156 chmod 0664 /sys/devices/platform/msm_sdcc.1/polling
157 chmod 0664 /sys/devices/platform/msm_sdcc.2/polling
158 chmod 0664 /sys/devices/platform/msm_sdcc.3/polling
159 chmod 0664 /sys/devices/platform/msm_sdcc.4/polling
161 # Chown polling nodes as needed from UI running on system server
162 chown system system /sys/devices/platform/msm_sdcc.1/polling
163 chown system system /sys/devices/platform/msm_sdcc.2/polling
164 chown system system /sys/devices/platform/msm_sdcc.3/polling
165 chown system system /sys/devices/platform/msm_sdcc.4/polling
  /device/asus/flo/
init.flo.rc 156 chmod 0664 /sys/devices/platform/msm_sdcc.1/polling
157 chmod 0664 /sys/devices/platform/msm_sdcc.2/polling
158 chmod 0664 /sys/devices/platform/msm_sdcc.3/polling
159 chmod 0664 /sys/devices/platform/msm_sdcc.4/polling
161 # Chown polling nodes as needed from UI running on system server
162 chown system system /sys/devices/platform/msm_sdcc.1/polling
163 chown system system /sys/devices/platform/msm_sdcc.2/polling
164 chown system system /sys/devices/platform/msm_sdcc.3/polling
165 chown system system /sys/devices/platform/msm_sdcc.4/polling
  /device/lge/mako/
init.mako.rc 159 chmod 0664 /sys/devices/platform/msm_sdcc.1/polling
160 chmod 0664 /sys/devices/platform/msm_sdcc.2/polling
161 chmod 0664 /sys/devices/platform/msm_sdcc.3/polling
162 chmod 0664 /sys/devices/platform/msm_sdcc.4/polling
164 # Chown polling nodes as needed from UI running on system server
165 chown system system /sys/devices/platform/msm_sdcc.1/polling
166 chown system system /sys/devices/platform/msm_sdcc.2/polling
167 chown system system /sys/devices/platform/msm_sdcc.3/polling
168 chown system system /sys/devices/platform/msm_sdcc.4/polling
  /external/iputils/
ping_common.c 735 int polling; local
767 polling = 0;
783 polling = MSG_DONTWAIT;
789 if (!polling &&
798 polling = MSG_DONTWAIT;
817 cc = recvmsg(icmp_sock, &msg, polling);
818 polling = MSG_DONTWAIT;
  /device/moto/shamu/
init.shamu.rc 284 chmod 0664 /sys/devices/platform/msm_sdcc.1/polling
285 chmod 0664 /sys/devices/platform/msm_sdcc.2/polling
286 chmod 0664 /sys/devices/platform/msm_sdcc.3/polling
287 chmod 0664 /sys/devices/platform/msm_sdcc.4/polling
289 # Chown polling nodes as needed from UI running on system server
290 chown system system /sys/devices/platform/msm_sdcc.1/polling
291 chown system system /sys/devices/platform/msm_sdcc.2/polling
292 chown system system /sys/devices/platform/msm_sdcc.3/polling
293 chown system system /sys/devices/platform/msm_sdcc.4/polling
  /external/chromium_org/native_client_sdk/src/resources/
index.js 69 // HACK: polling the body height to update the iframe. There's got to be a
  /external/chromium_org/chrome/browser/resources/google_now/
background.js 37 * Initial period for polling for Google Now Notifications cards to use when the
43 * Mininal period for polling for Google Now Notifications cards.
48 * Maximal period for polling for Google Now Notifications cards to use when the
54 * Initial period for polling for Google Now optin notification after push
60 * Maximum period for polling for Google Now optin notification after push
    [all...]
utility.js 961 * the sign in state by polling periodically for the auth token.
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
nfc_debug_ui.cc 37 const char kAdapterPollingProperty[] = "polling";
199 bool polling) OVERRIDE;
230 // boolean that indicates whether polling should be started or stopped.
312 bool polling) {
453 LOG(ERROR) << "Failed to start/stop polling.";
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
bg.js 111 // The change event will occur 1/2 the polling frequency before we
  /external/qemu/
qemu-char.c 920 int polling; member in struct:__anon13769
979 s->polling = 1;
998 s->polling = 0;
1017 if (s->polling) {
1018 /* If we arrive here without polling being cleared due
    [all...]
  /external/chromium_org/v8/test/mjsunit/
mjsunit.js 108 // finish when polling for optimization status.
  /external/chromium_org/third_party/skia/gm/rebaseline_server/static/new/js/
app.js 204 // keep polling if the data are not ready yet
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_manager.js 807 // PyAuto tests monitor this state by polling this variable
    [all...]

Completed in 1472 milliseconds