/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
soc-dapm.h | 208 char *pin, int status); 213 snd_soc_dapm_input = 0, /* input pin */ 214 snd_soc_dapm_output, /* output pin */ 266 unsigned char connected:1; /* connected codec pin */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
soc-dapm.h | 208 char *pin, int status); 213 snd_soc_dapm_input = 0, /* input pin */ 214 snd_soc_dapm_output, /* output pin */ 266 unsigned char connected:1; /* connected codec pin */
|
/external/openssh/ |
pkcs11.h | 749 (ck_slot_id_t slot_id, unsigned char *pin, 752 (ck_session_handle_t session, unsigned char *pin, 780 unsigned char *pin, unsigned long pin_len)); [all...] |
/external/qemu-pc-bios/bochs/bios/ |
rombios32.c | 782 pin. We could also use the bus number to have a more precise 935 int i, pin, pic_irq, vendor_id, device_id; local 1013 pin = pci_config_readb(d, PCI_INTERRUPT_PIN); 1014 if (pin != 0) { 1015 pin = pci_slot_get_pirq(d, pin - 1); 1016 pic_irq = pci_irqs[pin]; [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_handlers_p2p.c | 434 char *pin = NULL; local 478 else if (!os_strcmp(entry.str_value, "pin")) 486 } else if (!os_strcmp(entry.key, "pin") && 488 pin = os_strdup(entry.str_value); 501 * Validate the wps_method specified and the pin value. 503 if ((!pin || !pin[0]) && (wps_method == WPS_PIN_KEYPAD)) 506 new_pin = wpas_p2p_connect(wpa_s, addr, pin, wps_method, 548 os_free(pin); [all...] |
dbus_new.c | 925 * @generated_pin - pin to be displayed in case of WPS_CONFIG_DISPLAY method 951 char pin[9], *p_pin = NULL; local 982 os_snprintf(pin, sizeof(pin), "%08d", generated_pin); 983 p_pin = pin; [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
WifiConfigStore.java | 456 * Start WPS pin method configuration with pin obtained 459 * @return Wps result containing status and pin 463 if (mWifiNative.startWpsRegistrar(config.BSSID, config.pin)) { 468 loge("Failed to start WPS pin method configuration"); 475 * Start WPS pin method configuration with pin obtained 477 * @return WpsResult indicating status and pin 481 result.pin = mWifiNative.startWpsPinDisplay(config.BSSID); 483 if (!TextUtils.isEmpty(result.pin)) { [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_wsc.c | 123 wpa_printf(MSG_DEBUG, "EAP-WSC: No AP PIN (password) " 127 cfg.pin = sm->user->password;
|
/external/wpa_supplicant_8/src/wps/ |
wps_er.c | [all...] |
wps_upnp_web.c | 444 cfg.pin = (u8 *) iface->ctx->ap_pin; [all...] |
/external/chromium/chrome/browser/chromeos/cros/ |
network_library.h | 113 // requires user to enter PIN. 114 // SIM_PIN_NOT_REQUIRED - SIM card is unlocked all the time and requires PIN 122 // Any PIN operation result (EnterPin, UnblockPin etc.). 126 PIN_ERROR_INCORRECT_CODE = 2, // Either PIN/PUK specified is incorrect. 127 PIN_ERROR_BLOCKED = 3, // No more PIN retries left, SIM is blocked. 910 // Called when pin async operation has completed. [all...] |
network_library.cc | 80 // All *Pin(...) methods use internal callback that would update cellular 174 const char* kSIMLockPin = "sim-pin"; 253 const char* kEapPinProperty = "EAP.PIN"; 317 const char* kErrorPinMissing = "pin-missing"; 2481 << " pin: " << pin; local [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
RIL.java | 700 supplyIccPin(String pin, Message result) { 701 supplyIccPinForApp(pin, null, result); 705 supplyIccPinForApp(String pin, String aid, Message result) { 713 rr.mParcel.writeString(pin); 741 supplyIccPin2(String pin, Message result) { 742 supplyIccPin2ForApp(pin, null, result); 746 supplyIccPin2ForApp(String pin, String aid, Message result) { 754 rr.mParcel.writeString(pin); [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap.c | 321 * entering of PIN code or passphrase to retry the 324 wpa_printf(MSG_DEBUG, "EAP: Pending PIN/passphrase " 1063 if (scard_set_pin(sm->scard_ctx, conf->pin)) { 1065 * Make sure the same PIN is not tried again in order to avoid 1068 os_free(conf->pin); 1069 conf->pin = NULL; 1071 wpa_printf(MSG_WARNING, "PIN validation failed"); [all...] |
/external/chromium/chrome/browser/ui/ |
browser.h | 387 // extension. If |pin| is true and |tab_index|/ is the last pinned tab, then 395 bool pin, [all...] |
/external/qemu/android/config/linux-x86/linux/ |
kvm.h | 448 __u32 pin; member in struct:kvm_irq_routing_irqchip
|
/external/qemu/android/config/linux-x86_64/linux/ |
kvm.h | 448 __u32 pin; member in struct:kvm_irq_routing_irqchip
|
/external/wpa_supplicant_8/src/crypto/ |
tls_openssl.c | 814 const char *pin, const char *key_id, 824 if (pin == NULL) { 825 wpa_printf(MSG_ERROR, "ENGINE: Smartcard PIN not set"); 853 if (ENGINE_ctrl_cmd_string(conn->engine, "PIN", pin, 0) == 0) { 854 wpa_printf(MSG_ERROR, "ENGINE: cannot set pin [%s]", 859 /* load private key first in-case PIN is required for cert */ [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
peers.cpp | 136 title = tr("WPS PIN needed"); 202 menu->addAction(tr("Enter WPS PIN"), this, 216 menu->addAction(tr("P2P Request PIN"), this, 218 menu->addAction(tr("P2P Show PIN"), this, 224 menu->addAction(tr("P2P Display PIN"), this, 230 menu->addAction(tr("P2P Enter PIN"), this, 315 StringQuery input(tr("PIN:")); 316 input.setWindowTitle(tr("PIN for ") + ctx_item->text()); 338 msg.setText(tr("Failed to set the WPS PIN.")); 827 * WPS-PIN-NEEDED 5a02a5fa-9199-5e7c-bc46-e183d3cb32f 1011 QString pin = items[2]; local [all...] |
/external/kernel-headers/original/linux/ |
pci.h | 128 u8 pin; /* which interrupt pin this device uses */ member in struct:pci_dev
|
/external/libppp/src/ |
command.c | 523 unsigned long long oin, oout, pin, pout; local 537 pin = bundle->ncp.ipcp.throughput.PacketsIn; 542 pin += bundle->ncp.ipv6cp.throughput.PacketsIn; 589 nargv[arg] = substull(nargv[arg], "PACKETSIN", pin); [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
config_file.c | 664 STR(pin);
|
config_winreg.c | 896 STR(pin);
|
config.c | [all...] |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
regexec.c | 3861 const unsigned char *pin local [all...] |