/frameworks/base/core/java/android/bluetooth/ |
BluetoothDevice.java | 411 * not respond to pin request in time 467 * The user will be prompted to enter a pin or 468 * an app will enter a pin for user. 498 * The user will be prompted to enter the PIN displayed on remote device. [all...] |
/external/chromium_org/chrome/browser/chromeos/cros/ |
network_library_impl_stub.h | 53 const std::string& pin) OVERRIDE; 54 virtual void EnterPin(const std::string& pin) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/ |
browser_tab_restore_service_delegate.cc | 58 bool pin, 64 pin, from_last_session, storage_namespace,
|
browser_tab_restore_service_delegate.h | 39 bool pin,
|
/external/chromium_org/chromeos/network/ |
network_device_handler.h | 120 // SIM PIN/PUK methods 122 // Tells the device whether or not a SIM PIN lock should be enforced by 123 // the device referenced by |device_path|. If |require_pin| is true, a PIN 124 // code (specified in |pin|) will be required before the next time the device 131 // - The PIN requirement status already matches |require_pin|. 132 // - |pin| doesn't match the PIN code currently stored by the SIM. 140 const std::string& pin, 144 // Sends the PIN code |pin| to the device |device_path| [all...] |
network_device_handler.cc | 126 const char NetworkDeviceHandler::kErrorIncorrectPin[] = "incorrect-pin"; 128 const char NetworkDeviceHandler::kErrorPinBlocked[] = "pin-blocked"; 129 const char NetworkDeviceHandler::kErrorPinRequired[] = "pin-required"; 208 const std::string& pin, 213 pin, local 221 const std::string& pin, 226 pin, local
|
/external/chromium_org/remoting/tools/ |
native_messaging_host_test.py | 50 pin = raw_input('Enter PIN: ') 53 'pin': pin} 119 ('Get PIN hash', BuildGetPinHash),
|
/external/wpa_supplicant_8/src/wps/ |
wps_registrar.c | 80 u8 *pin; member in struct:wps_uuid_pin 90 static void wps_free_pin(struct wps_uuid_pin *pin) 92 os_free(pin->pin); 93 os_free(pin); 97 static void wps_remove_pin(struct wps_uuid_pin *pin) 99 dl_list_del(&pin->list); 100 wps_free_pin(pin); 106 struct wps_uuid_pin *pin, *prev; local 107 dl_list_for_each_safe(pin, prev, pins, struct wps_uuid_pin, list 708 struct wps_uuid_pin *pin; local 804 struct wps_uuid_pin *pin, *prev; local 831 struct wps_uuid_pin *pin, *prev; local 859 struct wps_uuid_pin *pin, *prev; local 878 struct wps_uuid_pin *pin, *found = NULL; local 936 struct wps_uuid_pin *pin; local 1351 const u8 *pin; local [all...] |
wps.h | 121 * pin - Enrollee Device Password (%NULL for Registrar or PBC) 123 const u8 *pin; member in struct:wps_config 126 * pin_len - Length on pin in octets 146 * current AP settings by using AP PIN. 165 * dev_pw_id - Device Password ID for Enrollee when PIN is used 274 * pin_needed_cb - Callback for requesting a PIN 280 * PIN method and a matching PIN (Device Password) is not found in 291 * @dev_pw: Device Password (PIN) used during registration 310 * changes (e.g., a new PIN becomes available or PBC is invoked). Thi [all...] |
/frameworks/base/core/java/android/os/ |
IUserManager.aidl | 50 int checkRestrictionsChallenge(in String pin);
|
/external/arduino/hardware/arduino/cores/arduino/ |
WProgram.h | 22 unsigned long pulseIn(uint8_t pin, uint8_t state, unsigned long timeout = 1000000L);
|
/external/chromium_org/chrome/browser/sessions/ |
tab_restore_service_delegate.h | 57 bool pin,
|
/external/chromium_org/media/video/capture/win/ |
filter_base_win.h | 29 // Returns the IPin interface pin no index. 40 STDMETHOD(FindPin)(LPCWSTR id, IPin** pin);
|
pin_base_win.cc | 16 explicit TypeEnumerator(PinBase* pin) 17 : pin_(pin), 68 // Get the media type from the pin. 128 // Called on an output pin to and establish a 143 // Called from an output pin on an input pin to and establish a 164 STDMETHODIMP PinBase::ConnectedTo(IPin** pin) { 165 *pin = connected_pin_;
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDrawGradient.cpp | 25 SkScalar pin = SkScalarPin(x, 0, SK_Scalar1); local 27 return (int) (pin * 65535.0f); 29 return pin - (pin >= 32768);
|
/external/chromium_org/third_party/skia/src/images/ |
SkImageRef_ashmem.cpp | 163 // fast case: check if we can just pin and get the cached data 167 int pin = ashmem_pin_region(fRec.fFD, 0, 0); local 169 if (ASHMEM_NOT_PURGED == pin) { // yea, fast case! 172 } else if (ASHMEM_WAS_PURGED == pin) { 184 SkDebugf("===== ashmem pin_region(%d) returned %d\n", fRec.fFD, pin);
|
/external/kernel-headers/original/asm-x86/ |
io_apic_32.h | 145 extern int io_apic_set_pci_routing (int ioapic, int pin, int irq, int edge_level, int active_high_low);
|
/external/skia/src/animator/ |
SkDrawGradient.cpp | 25 SkScalar pin = SkScalarPin(x, 0, SK_Scalar1); local 27 return (int) (pin * 65535.0f); 29 return pin - (pin >= 32768);
|
/external/skia/src/images/ |
SkImageRef_ashmem.cpp | 166 // fast case: check if we can just pin and get the cached data 170 int pin = ashmem_pin_region(fRec.fFD, 0, 0); local 172 if (ASHMEM_NOT_PURGED == pin) { // yea, fast case! 175 } else if (ASHMEM_WAS_PURGED == pin) { 187 SkDebugf("===== ashmem pin_region(%d) returned %d\n", fRec.fFD, pin);
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_config.h | 366 * EAP-WSC (WPS) uses following options: pin=Device_Password and 391 * pin - PIN for USIM, GSM SIM, and smartcards 393 * This field is used to configure PIN for SIM and smartcards for 399 char *pin; member in struct:eap_peer_config 433 * pin2 - PIN for USIM, GSM SIM, and smartcards (Phase 2) 435 * This field is used to configure PIN for SIM and smartcards for 539 * pending_req_pin - Whether there is a pending PIN request
|
/external/wpa_supplicant_8/src/utils/ |
pcsc_funcs.h | 23 int scard_set_pin(struct scard_data *scard, const char *pin);
|
/packages/services/Telephony/src/com/android/phone/ |
IccNetworkDepersonalizationPanel.java | 40 * "SIM network unlock" PIN entry screen. 120 // PIN entry text field 170 String pin = mPinEntry.getText().toString(); 172 if (TextUtils.isEmpty(pin)) { 176 if (DBG) log("requesting network depersonalization with code " + pin); 177 mPhone.getIccCard().supplyNetworkDepersonalization(pin,
|
/external/chromium_org/chrome/test/pyautolib/ |
chromotinglib.py | 307 'document.getElementById("ask-pin-form").hidden == false', 309 msg='No ask pin dialog') 312 # Cancels the pin prompt 314 'document.getElementById("daemon-pin-cancel").click();', 326 'document.getElementById("daemon-pin-ok").click();', 330 'document.getElementById("daemon-pin-error-message")', 332 msg='No pin error message') 336 'document.getElementById("daemon-pin-entry").value = "111111";', 339 'document.getElementById("daemon-pin-confirm").value = "123456";', 343 'document.getElementById("daemon-pin-error-message")' [all...] |
/external/openssh/ |
ssh-add.c | 266 char *pin; local 269 pin = read_passphrase("Enter passphrase for PKCS#11: ", RP_ALLOW_STDIN); 270 if (pin == NULL) 273 if (ssh_update_card(ac, add, id, pin, lifetime, confirm)) { 282 xfree(pin);
|
/libcore/crypto/src/test/java/org/conscrypt/ |
TrustManagerImplTest.java | 173 private TrustManagerImpl trustManager(X509Certificate ca, String hostname, X509Certificate pin) 175 // build the cert pin manager 176 CertPinManager cm = certManager(hostname, pin); 183 private CertPinManager certManager(String hostname, X509Certificate pin) throws Exception { 185 if (pin != null) { 186 pinString = hostname + "=true|" + getFingerprint(pin);
|