HomeSort by relevance Sort by last modified time
    Searched refs:pin (Results 201 - 225 of 244) sorted by null

1 2 3 4 5 6 7 8910

  /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 995 * @generated_pin - pin to be displayed in case of WPS_CONFIG_DISPLAY method
1021 char pin[9], *p_pin = NULL; local
1052 os_snprintf(pin, sizeof(pin), "%08d", generated_pin);
1053 p_pin = 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...]
  /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 661 supplyIccPin(String pin, Message result) {
662 supplyIccPinForApp(pin, null, result);
666 supplyIccPinForApp(String pin, String aid, Message result) {
674 rr.mParcel.writeString(pin);
702 supplyIccPin2(String pin, Message result) {
703 supplyIccPin2ForApp(pin, null, result);
707 supplyIccPin2ForApp(String pin, String aid, Message result) {
715 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 "
1067 if (scard_set_pin(sm->scard_ctx, conf->pin)) {
1069 * Make sure the same PIN is not tried again in order to avoid
1072 os_free(conf->pin);
1073 conf->pin = NULL;
1075 wpa_printf(MSG_WARNING, "PIN validation failed");
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
UserManagerService.java 124 // Amount of time to force the user to wait before entering the PIN again, after failing
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java 504 * Start WPS pin method configuration with pin obtained
507 * @return Wps result containing status and pin
511 if (mWifiNative.startWpsRegistrar(config.BSSID, config.pin)) {
516 loge("Failed to start WPS pin method configuration");
523 * Start WPS pin method configuration with pin obtained
525 * @return WpsResult indicating status and pin
529 result.pin = mWifiNative.startWpsPinDisplay(config.BSSID);
531 if (!TextUtils.isEmpty(result.pin)) {
    [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/chromium_org/chrome/browser/ui/panels/
docked_panel_collection.cc 369 base::AutoReset<bool> pin(&minimizing_all_, true);
stacked_panel_collection.cc 414 base::AutoReset<bool> pin(&minimizing_all_, true);
  /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 864 const char *pin, const char *key_id,
874 if (pin == NULL) {
875 wpa_printf(MSG_ERROR, "ENGINE: Smartcard PIN not set");
903 if (ENGINE_ctrl_cmd_string(conn->engine, "PIN", pin, 0) == 0) {
904 wpa_printf(MSG_ERROR, "ENGINE: cannot set pin [%s]",
909 /* load private key first in-case PIN is required for cert */
    [all...]
  /external/chromium_org/remoting/host/plugin/
host_script_object.cc 367 // If NAT traversal is off then limit port range to allow firewall pin-holing.
1201 std::string pin = StringFromNPVariant(args[1]); local
    [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/chromium_org/remoting/webapp/
remoting.js 170 * and also if the user cancels pin entry or the connection in session mode.
  /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...]

Completed in 3949 milliseconds

1 2 3 4 5 6 7 8910