/external/chromium_org/media/video/capture/win/ |
filter_base_win.cc | 48 IPin* pin = filter_->GetPin(index_++); local 49 pin->AddRef(); 50 pins[pins_fetched++] = pin; 100 STDMETHODIMP FilterBase::FindPin(LPCWSTR id, IPin** pin) {
|
/external/chromium_org/remoting/protocol/ |
pairing_host_authenticator.h | 26 const std::string& pin);
|
pairing_host_authenticator.cc | 22 const std::string& pin) 26 pin_(pin),
|
/external/chromium/chrome/browser/ui/ |
browser_tab_restore_service_delegate.cc | 46 bool pin, 50 extension_app_id, select, pin,
|
/external/wpa_supplicant_8/wpa_supplicant/ |
ap.h | 21 const char *pin, char *buf, size_t buflen, 27 int wpas_wps_ap_pin_set(struct wpa_supplicant *wpa_s, const char *pin,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
IccCard.java | 76 * Supply the ICC PIN to the ICC 86 * If the supplied PIN is incorrect: 93 public void supplyPin (String pin, Message onComplete); 113 public void supplyNetworkDepersonalization (String pin, Message onComplete); 116 * Check whether ICC pin lock is enabled 117 * This is a sync call which returns the cached pin enabled state 126 * This is a sync call which returns the cached pin enabled state 134 * Set the ICC pin lock enabled or disabled 138 * @param password needed to change the ICC pin state, aka. Pin1 162 * Change the ICC password used in ICC pin loc [all...] |
/external/chromium_org/chromeos/dbus/ |
shill_device_client.cc | 109 const std::string& pin, 116 writer.AppendString(pin); 123 const std::string& pin, 129 writer.AppendString(pin); 136 const std::string& pin, 143 writer.AppendString(pin);
|
shill_device_client_stub.h | 48 const std::string& pin, 53 const std::string& pin, 58 const std::string& pin,
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11mouse.c | 197 char *mouse_param, *mouse_param_buf, *pin; local 208 pin = SDL_strchr(mouse_param, '/'); 209 if ( pin ) { 210 *pin = '\0'; 213 if ( pin ) { 214 mouse_param = pin+1;
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_handlers_wps.c | 26 int type; /* 0 - not set, 1 - pin, 2 - pbc */ 28 char *pin; member in struct:wps_start_params 82 if (os_strcmp(val, "pin") == 0) 137 wpa_printf(MSG_DEBUG, "dbus: WPS.Start - Wrong Pin type, " 140 "Pin must be a string"); 143 dbus_message_iter_get_basic(&variant_iter, ¶ms->pin); 197 else if (os_strcmp(key, "Pin") == 0) 220 * (pin or push button) and optionally pin and bssid. Returned message 221 * has a dictionary argument which may contain newly generated pin (optional) [all...] |
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicConvolve3x3.cpp | 195 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local 200 const uchar4 *py0 = (const uchar4 *)(pin + stride * y2); 201 const uchar4 *py1 = (const uchar4 *)(pin + stride * p->y); 202 const uchar4 *py2 = (const uchar4 *)(pin + stride * y1); 242 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local 247 const uchar2 *py0 = (const uchar2 *)(pin + stride * y2); 248 const uchar2 *py1 = (const uchar2 *)(pin + stride * p->y); 249 const uchar2 *py2 = (const uchar2 *)(pin + stride * y1); 287 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local 292 const uchar *py0 = (const uchar *)(pin + stride * y2) 332 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local 377 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local 421 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local [all...] |
/external/openssh/ |
ssh-pkcs11.c | 239 char *pin, prompt[1024]; local 259 error("need pin"); 262 snprintf(prompt, sizeof(prompt), "Enter PIN for '%s': ", 264 pin = read_passphrase(prompt, RP_ALLOW_EOF); 265 if (pin == NULL) 267 if ((rv = f->C_Login(si->session, CKU_USER, pin, strlen(pin))) 269 xfree(pin); 273 xfree(pin); 347 * if pin == NULL we delay login until key us [all...] |
ssh-pkcs11-helper.c | 116 char *name, *pin; local 125 pin = get_string(NULL); 126 if ((nkeys = pkcs11_add_provider(name, pin, &keys)) > 0) { 140 xfree(pin); 149 char *name, *pin; local 154 pin = get_string(NULL); 160 xfree(pin);
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiNative.java | 529 public boolean startWpsPinKeypad(String pin) { 530 if (TextUtils.isEmpty(pin)) return false; 531 return doBooleanCommand("WPS_PIN any " + pin); 534 public boolean startWpsPinKeypad(String iface, String pin) { 535 if (TextUtils.isEmpty(pin)) return false; 537 return doBooleanCommandNative("IFNAME=" + iface + " WPS_PIN any " + pin); 561 public boolean startWpsRegistrar(String bssid, String pin) { 562 if (TextUtils.isEmpty(bssid) || TextUtils.isEmpty(pin)) return false; 563 return doBooleanCommand("WPS_REG " + bssid + " " + pin); 708 /* p2p_connect <peer device address> <pbc|pin|PIN#> [label|display|keypad [all...] |
/frameworks/base/media/java/android/media/ |
Metadata.java | 383 final int pin = parcel.dataPosition(); // to roll back in case of errors. local 388 Log.e(TAG, "Bad size " + size + " avail " + parcel.dataAvail() + " position " + pin); 389 parcel.setDataPosition(pin); 397 parcel.setDataPosition(pin); 403 parcel.setDataPosition(pin);
|
/external/chromium_org/remoting/webapp/ |
host_setup_dialog.js | 19 this.pin = ''; 101 this.pinEntry_ = document.getElementById('daemon-pin-entry'); 102 this.pinConfirm_ = document.getElementById('daemon-pin-confirm'); 103 this.pinErrorDiv_ = document.getElementById('daemon-pin-error-div'); 104 this.pinErrorMessage_ = document.getElementById('daemon-pin-error-message'); 133 var form = document.getElementById('ask-pin-form'); 138 document.getElementById('daemon-pin-confirm').focus(); 163 * Show the dialog in order to get a PIN prior to starting the daemon. When the 242 * Show the dialog in order to change the PIN associated with a running daemon. 393 this.hostController_.start(this.flow_.pin, this.flow_.consent, onHostStarted [all...] |
/external/chromium/chrome/browser/resources/ntp/ |
most_visited.css | 111 .edit-bar > .pin, 119 .edit-bar > .pin { 123 .edit-bar > .pin:hover { 127 .edit-bar > .pin:active { 131 .pinned .edit-bar > .pin { 135 .pinned .edit-bar > .pin:hover { 139 .pinned .edit-bar > .pin:active {
|
/external/chromium_org/chrome/browser/ui/ |
browser_tabrestore.cc | 91 bool pin, 105 if (pin) { 129 session_service->TabRestored(web_contents, pin);
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
sim_unlock_ui.cc | 123 // for PIN input because PinRequired preference change was requested. 124 // SIM_NOT_LOCKED_CHANGE_PIN - SIM card is not locked, ask user for old PIN 125 // and new PIN to change it. 193 // Pending code input (PIN/PUK). 208 // Pass PIN/PUK code to shill and check status. 211 // Methods to invoke shill PIN/PUK D-Bus operations. 212 void ChangeRequirePin(bool require_pin, const std::string& pin); 213 void EnterPin(const std::string& pin); 221 // Called when an asynchronous PIN operation has completed. 224 // Single handler for PIN/PUK code operations 635 std::string pin; local 656 std::string pin; local [all...] |
/external/chromium_org/chromeos/network/ |
cros_network_functions.h | 190 // Enables or disables PIN protection for a SIM card. 193 const std::string& pin, 197 // Enters a PIN to unlock a SIM card. 200 const std::string& pin, 203 // Enters a PUK to unlock a SIM card whose PIN has been entered 204 // incorrectly too many times. A new |pin| must be supplied 209 const std::string& pin, 212 // Changes the PIN used to unlock a SIM card.
|
/external/wpa_supplicant_8/src/wps/ |
wps_common.c | 202 * wps_pin_checksum - Compute PIN checksum 203 * @pin: Seven digit PIN (i.e., eight digit PIN without the checksum digit) 206 unsigned int wps_pin_checksum(unsigned int pin) 209 while (pin) { 210 accum += 3 * (pin % 10); 211 pin /= 10; 212 accum += pin % 10; 213 pin /= 10 [all...] |
/frameworks/base/core/java/com/android/internal/app/ |
RestrictionsPinActivity.java | 36 * This activity is launched by Settings and other apps to either create a new PIN or 37 * challenge for an existing PIN. The PIN is maintained by UserManager. 149 CharSequence pin = mPinText.getText(); local 150 setPositiveButtonState(pin != null && pin.length() >= 4);
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
BluetoothTestRunner.java | 48 * [-e pair_pin <pin>] \ 183 byte[] pin = BluetoothDevice.convertPinToBytes(val); 184 if (pin != null) { 185 sDevicePairPin = pin;
|
/libcore/crypto/src/main/java/org/conscrypt/ |
CertPinManager.java | 76 // return its result or false if there's no pin 84 // reread the pin file 91 PinListEntry pin = new PinListEntry(entry, certStore); local 92 entries.put(pin.getCommonName(), pin); local 94 log("Pinlist contains a malformed pin: " + entry, e); 113 // there's no pin list, all certs are unpinned 117 throw new PinManagerException("Unexpected error reading pin list; failing.", e);
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
DeflaterOutputStreamTest.java | 74 PipedInputStream pin = new PipedInputStream(pout); local 96 return new InflaterInputStream(pin); 98 return new GZIPInputStream(pin);
|