/external/chromium_org/chromeos/dbus/ |
D | fake_nfc_adapter_client.cc | 52 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 …]
|
D | nfc_adapter_client.h | 41 dbus::Property<bool> polling; member
|
D | nfc_adapter_client.cc | 29 RegisterProperty(nfc_adapter::kPollingProperty, &polling); in Properties()
|
/external/chromium_org/device/nfc/ |
D | nfc_adapter_chromeos.cc | 69 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()
|
D | nfc_adapter.h | 58 virtual void AdapterPollingChanged(NfcAdapter* adapter, bool polling) {} in AdapterPollingChanged() argument
|
D | nfc_adapter_chromeos.h | 78 void PollingChanged(bool polling);
|
D | nfc_chromeos_unittest.cc | 339 EXPECT_TRUE(properties->polling.value()); in TEST_F() 390 EXPECT_TRUE(properties->polling.value()); in TEST_F()
|
/external/smack/src/com/kenai/jbosh/ |
D | CMSessionParams.java | 32 private final AttrPolling polling; field in CMSessionParams 69 polling = aPolling; in CMSessionParams() 142 return polling; in getPollingInterval()
|
D | BOSHClient.java | 1143 AttrPolling polling = cmParams.getPollingInterval(); in getDefaultEmptyRequestDelay() local 1145 if (polling == null) { in getDefaultEmptyRequestDelay() 1148 delay = polling.getInMilliseconds(); in getDefaultEmptyRequestDelay()
|
/external/iputils/ |
D | ping_common.c | 735 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/ |
D | clipboard_mac.mm | 21 // Clipboard polling interval in milliseconds. 67 // detect clipboard changes is by polling.
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
D | nfc_debug.js | 38 chrome.send('setAdapterPolling', [!this.adapterData_.polling]); 272 data.polling ? 'adapterStopPollText' : 'adapterStartPollText');
|
/external/chromium_org/chrome/common/extensions/api/ |
D | dial.idl | 54 // (1) The DIAL service refreshed its device list through periodic polling.
|
/external/chromium_org/sync/protocol/ |
D | get_updates_caller_info.proto | 22 PERIODIC = 4; // The source of the update was periodic polling.
|
D | sync_enums.proto | 141 PERIODIC = 4; // The source of the update was periodic polling.
|
/external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/ |
D | menu_tracked_button.mm | 86 // exit mouse events and thus polling is necessary.
|
/external/dnsmasq/dbus/ |
D | DBus-interface | 13 every 250ms until a connection is established. Start of polling and final
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
D | nfc_debug_ui.cc | 199 bool polling) OVERRIDE; 312 bool polling) { in AdapterPollingChanged() argument
|
/external/libusb/ |
D | PORTING | 27 File descriptors for I/O polling
|
D | ChangeLog | 1379 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/ |
D | RTCPeerConnectionSyncObserver.m | 144 // polling is not optimal.
|
/external/qemu/ |
D | qemu-char.c | 920 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/ |
D | README_DEVELOPERS | 162 blocked in a system call. In such a case, no polling will be done by
|
/external/chromium_org/testing/iossim/ |
D | iossim.mm | 101 // polling interval.
|
/external/lldb/tools/debugserver/source/ |
D | ChangeLog | 152 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
|