Searched defs:polling (Results 1 - 7 of 7) sorted by relevance
/external/chromium_org/chromeos/dbus/ |
H A D | 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|.
|
/external/chromium_org/device/nfc/ |
H A D | 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) {} argument 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 ma [all...] |
H A D | nfc_adapter_chromeos.cc | 63 GetProperties(object_path_)->polling.value(); 153 else if (property_name == properties->polling.name()) 154 PollingChanged(properties->polling.value()); 200 if (properties->polling.value()) 217 if (properties->polling.value()) 249 void NfcAdapterChromeOS::PollingChanged(bool polling) { argument 251 AdapterPollingChanged(this, polling)); 286 LOG(WARNING) << object_path_.value() << ": Failed to start polling: " 299 LOG(WARNING) << object_path_.value() << ": Failed to stop polling: "
|
/external/smack/src/com/kenai/jbosh/ |
H A D | CMSessionParams.java | 32 private final AttrPolling polling; field in class:CMSessionParams 69 polling = aPolling; 142 return polling;
|
/external/kernel-headers/original/linux/ |
H A D | if_vlan.h | 121 u16 vlan_tci, int polling); 144 u16 vlan_tci, int polling) 143 __vlan_hwaccel_rx(struct sk_buff *skb, struct vlan_group *grp, u16 vlan_tci, int polling) argument
|
/external/iputils/ |
H A D | ping_common.c | 730 int polling; local 762 polling = 0; 778 polling = MSG_DONTWAIT; 784 if (!polling && 793 polling = MSG_DONTWAIT; 812 cc = recvmsg(icmp_sock, &msg, polling); 813 polling = MSG_DONTWAIT;
|
/external/qemu/ |
H A D | qemu-char.c | 920 int polling; member in struct:__anon25840 979 s->polling = 1; 998 s->polling = 0; 1017 if (s->polling) { 1018 /* If we arrive here without polling being cleared due
|
Completed in 1284 milliseconds