/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...] |
rsCpuIntrinsicResize.cpp | 187 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local 201 const uchar4 *yp0 = (const uchar4 *)(pin + stride * ys0); 202 const uchar4 *yp1 = (const uchar4 *)(pin + stride * ys1); 203 const uchar4 *yp2 = (const uchar4 *)(pin + stride * ys2); 204 const uchar4 *yp3 = (const uchar4 *)(pin + stride * ys3); 227 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local 241 const uchar2 *yp0 = (const uchar2 *)(pin + stride * ys0); 242 const uchar2 *yp1 = (const uchar2 *)(pin + stride * ys1); 243 const uchar2 *yp2 = (const uchar2 *)(pin + stride * ys2); 244 const uchar2 *yp3 = (const uchar2 *)(pin + stride * ys3) 267 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local [all...] |
rsCpuIntrinsicBlur.cpp | 158 extern "C" void rsdIntrinsicBlurVFU4_K(void *dst, const void *pin, int stride, const void *gptr, int rct, int x1, int ct); 159 extern "C" void rsdIntrinsicBlurHFU4_K(void *dst, const void *pin, const void *gptr, int rct, int x1, int ct); 160 extern "C" void rsdIntrinsicBlurHFU1_K(void *dst, const void *pin, const void *gptr, int rct, int x1, int ct); 292 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local 301 rsdIntrinsicBlurU4_K(out, (uchar4 const *)(pin + stride * p->y), p->dimX, p->dimY, 319 const uchar *pi = pin + (y - cp->mIradius) * stride; 324 OneVU4(p, fout, x1, y, pin, stride, cp->mFp, cp->mIradius); 362 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local 371 rsdIntrinsicBlurU1_K(out, pin + stride * p->y, p->dimX, p->dimY, 380 const uchar *pi = pin + (y - cp->mIradius) * stride [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'); 120 var form = document.getElementById('ask-pin-form'); 125 document.getElementById('daemon-pin-confirm').focus(); 150 * Show the dialog in order to get a PIN prior to starting the daemon. When the 231 * Show the dialog in order to change the PIN associated with a running daemon. 414 this.hostController_.start(this.flow_.pin, this.flow_.consent, onHostStarted [all...] |
/external/chromium_org/chrome/browser/ui/ |
browser_tabrestore.cc | 93 bool pin, 108 if (pin) { 136 session_service->TabRestored(web_contents, pin);
|
browser_tab_restore_service_delegate.cc | 58 bool pin, 64 pin, from_last_session, storage_namespace,
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
sim_unlock_ui.cc | 122 // for PIN input because PinRequired preference change was requested. 123 // SIM_NOT_LOCKED_CHANGE_PIN - SIM card is not locked, ask user for old PIN 124 // and new PIN to change it. 192 // Pending code input (PIN/PUK). 207 // Pass PIN/PUK code to shill and check status. 210 // Methods to invoke shill PIN/PUK D-Bus operations. 211 void ChangeRequirePin(bool require_pin, const std::string& pin); 212 void EnterPin(const std::string& pin); 220 // Called when an asynchronous PIN operation has completed. 223 // Single handler for PIN/PUK code operations 635 std::string pin; local 656 std::string pin; local [all...] |
/external/chromium_org/chromeos/dbus/ |
fake_shill_device_client.h | 50 const std::string& pin, 55 const std::string& pin, 60 const std::string& pin,
|
shill_device_client.cc | 108 const std::string& pin, 115 writer.AppendString(pin); 122 const std::string& pin, 128 writer.AppendString(pin); 135 const std::string& pin, 142 writer.AppendString(pin);
|
/external/conscrypt/src/platform/java/org/conscrypt/ |
CertPinManager.java | 74 // There was no entry in the pin list for this hostname. 91 // reread the pin file 98 PinListEntry pin = new PinListEntry(entry, certStore); local 99 entries.put(pin.getCommonName(), pin); local 101 log("Pinlist contains a malformed pin: " + entry, e); 122 // there's no pin list, all certs are unpinned 126 throw new PinManagerException("Unexpected error reading pin list; failing.", e);
|
/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/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);
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/ |
PinDialogFragment.java | 50 * PIN code dialog for unlock channel 55 * PIN code dialog for unlock content. 61 * PIN code dialog for change parental control settings 66 * PIN code dialog for set new PIN 70 // PIN code dialog for checking old PIN. This is intenal only. 103 public abstract void setPin(String pin); 104 public abstract boolean isPinCorrect(String pin); 137 // If PIN isn't set, user should set a PIN [all...] |
/external/wpa_supplicant_8/src/wps/ |
wps_registrar.c | 82 u8 *pin; member in struct:wps_uuid_pin 92 static void wps_free_pin(struct wps_uuid_pin *pin) 94 bin_clear_free(pin->pin, pin->pin_len); 95 os_free(pin); 99 static void wps_remove_pin(struct wps_uuid_pin *pin) 101 dl_list_del(&pin->list); 102 wps_free_pin(pin); 108 struct wps_uuid_pin *pin, *prev local 700 struct wps_uuid_pin *pin; local 796 struct wps_uuid_pin *pin, *prev; local 823 struct wps_uuid_pin *pin, *prev; local 851 struct wps_uuid_pin *pin, *prev; local 870 struct wps_uuid_pin *pin, *found = NULL; local 928 struct wps_uuid_pin *pin; local 1343 const u8 *pin; local [all...] |
/external/chromium_org/chromeos/network/ |
fake_network_device_handler.cc | 50 const std::string& pin, 56 const std::string& pin,
|
fake_network_device_handler.h | 59 const std::string& pin, 65 const std::string& pin,
|
network_device_handler.h | 117 // SIM PIN/PUK methods 119 // Tells the device whether or not a SIM PIN lock should be enforced by 120 // the device referenced by |device_path|. If |require_pin| is true, a PIN 121 // code (specified in |pin|) will be required before the next time the device 128 // - The PIN requirement status already matches |require_pin|. 129 // - |pin| doesn't match the PIN code currently stored by the SIM. 137 const std::string& pin, 141 // Sends the PIN code |pin| to the device |device_path| [all...] |
network_device_handler_impl.h | 67 const std::string& pin, 73 const std::string& pin,
|
/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/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,
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
GZIPOutputStreamTest.java | 171 PipedInputStream pin = new PipedInputStream(pout); local 173 GZIPInputStream in = new GZIPInputStream(pin);
|
/external/arduino/hardware/arduino/cores/arduino/ |
WProgram.h | 22 unsigned long pulseIn(uint8_t pin, uint8_t state, unsigned long timeout = 1000000L);
|