Home
last modified time | relevance | path

Searched refs:polling (Results 1 – 25 of 35) sorted by relevance

12

/external/chromium_org/chromeos/dbus/
Dfake_nfc_adapter_client.cc52 if (polling.value()) { in Set()
155 if (properties_->polling.value()) { in StartPollLoop()
164 properties_->polling.ReplaceValue(true); in StartPollLoop()
194 if (!properties_->polling.value()) { in StopPollLoop()
206 properties_->polling.ReplaceValue(false); in StopPollLoop()
238 if (!properties_->polling.value()) { in SetDevice()
251 properties_->polling.ReplaceValue(false); in SetDevice()
260 if (!properties_->polling.value()) { in SetTag()
273 properties_->polling.ReplaceValue(false); in SetTag()
291 DCHECK(!properties_->polling.value()); in UnsetDevice()
[all …]
Dnfc_adapter_client.h41 dbus::Property<bool> polling; member
Dnfc_adapter_client.cc29 RegisterProperty(nfc_adapter::kPollingProperty, &polling); in Properties()
/external/chromium_org/device/nfc/
Dnfc_adapter_chromeos.cc69 GetProperties(object_path_)->polling.value(); in IsPolling()
159 else if (property_name == properties->polling.name()) in AdapterPropertyChanged()
160 PollingChanged(properties->polling.value()); in AdapterPropertyChanged()
262 if (properties->polling.value()) in SetAdapter()
305 if (properties->polling.value()) in RemoveAdapter()
341 void NfcAdapterChromeOS::PollingChanged(bool polling) { in PollingChanged() argument
343 AdapterPollingChanged(this, polling)); in PollingChanged()
Dnfc_adapter.h58 virtual void AdapterPollingChanged(NfcAdapter* adapter, bool polling) {} in AdapterPollingChanged() argument
Dnfc_adapter_chromeos.h78 void PollingChanged(bool polling);
Dnfc_chromeos_unittest.cc339 EXPECT_TRUE(properties->polling.value()); in TEST_F()
390 EXPECT_TRUE(properties->polling.value()); in TEST_F()
/external/smack/src/com/kenai/jbosh/
DCMSessionParams.java32 private final AttrPolling polling; field in CMSessionParams
69 polling = aPolling; in CMSessionParams()
142 return polling; in getPollingInterval()
DBOSHClient.java1143 AttrPolling polling = cmParams.getPollingInterval(); in getDefaultEmptyRequestDelay() local
1145 if (polling == null) { in getDefaultEmptyRequestDelay()
1148 delay = polling.getInMilliseconds(); in getDefaultEmptyRequestDelay()
/external/iputils/
Dping_common.c735 int polling; in main_loop() local
767 polling = 0; in main_loop()
783 polling = MSG_DONTWAIT; in main_loop()
789 if (!polling && in main_loop()
798 polling = MSG_DONTWAIT; in main_loop()
817 cc = recvmsg(icmp_sock, &msg, polling); in main_loop()
818 polling = MSG_DONTWAIT; in main_loop()
/external/chromium_org/remoting/host/
Dclipboard_mac.mm21 // Clipboard polling interval in milliseconds.
67 // detect clipboard changes is by polling.
/external/chromium_org/chrome/browser/resources/chromeos/
Dnfc_debug.js38 chrome.send('setAdapterPolling', [!this.adapterData_.polling]);
272 data.polling ? 'adapterStopPollText' : 'adapterStartPollText');
/external/chromium_org/chrome/common/extensions/api/
Ddial.idl54 // (1) The DIAL service refreshed its device list through periodic polling.
/external/chromium_org/sync/protocol/
Dget_updates_caller_info.proto22 PERIODIC = 4; // The source of the update was periodic polling.
Dsync_enums.proto141 PERIODIC = 4; // The source of the update was periodic polling.
/external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/
Dmenu_tracked_button.mm86 // exit mouse events and thus polling is necessary.
/external/dnsmasq/dbus/
DDBus-interface13 every 250ms until a connection is established. Start of polling and final
/external/chromium_org/chrome/browser/ui/webui/chromeos/
Dnfc_debug_ui.cc199 bool polling) OVERRIDE;
312 bool polling) { in AdapterPollingChanged() argument
/external/libusb/
DPORTING27 File descriptors for I/O polling
DChangeLog1379 Detail that interrupt polling interval is fixed to endpoint bInterval,
1681 Applications can now be notified when they should start and stop polling
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/
DRTCPeerConnectionSyncObserver.m144 // polling is not optimal.
/external/qemu/
Dqemu-char.c920 int polling; member
979 s->polling = 1; in pty_chr_update_read_handler()
998 s->polling = 0; in pty_chr_state()
1017 if (s->polling) { in pty_chr_timer()
/external/valgrind/main/coregrind/m_gdbserver/
DREADME_DEVELOPERS162 blocked in a system call. In such a case, no polling will be done by
/external/chromium_org/testing/iossim/
Diossim.mm101 // polling interval.
/external/lldb/tools/debugserver/source/
DChangeLog152 to run by polling the system processes. The new --waitfor-interval=N option
153 allows fine control over the polling interval where N is the number of mirco

12