HomeSort by relevance Sort by last modified time
    Searched defs:pin (Results 26 - 50 of 141) sorted by null

12 3 4 5 6

  /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
81 if (os_strcmp(val, "pin") == 0)
136 "dbus: WPS.Start - Wrong Pin type, string required");
138 "Pin must be a string");
141 dbus_message_iter_get_basic(&variant_iter, &params->pin);
195 else if (os_strcmp(key, "Pin") == 0)
218 * (pin or push button) and optionally pin and bssid. Returned message
219 * has a dictionary argument which may contain newly generated pin (optional)
    [all...]
  /frameworks/base/services/core/java/com/android/server/slice/
PinnedSliceState.java 122 public void pin(String pkg, SliceSpec[] specs, IBinder token) { method in class:PinnedSliceState
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlur.cpp 158 extern void rsdIntrinsicBlurVFU4_K(void *dst, const void *pin, int stride, const void *gptr, int rct, int x1, int ct);
159 extern void rsdIntrinsicBlurHFU4_K(void *dst, const void *pin, const void *gptr, int rct, int x1, int ct);
160 extern void rsdIntrinsicBlurHFU1_K(void *dst, const void *pin, const void *gptr, int rct, int x1, int ct);
300 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local
309 rsdIntrinsicBlurU4_K(out, (uchar4 const *)(pin + stride * info->current.y),
328 const uchar *pi = pin + (y - cp->mIradius) * stride;
333 OneVU4(info, fout, x1, y, pin, stride, cp->mFp, cp->mIradius);
371 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local
384 rsdIntrinsicBlurU1_K(out, pin + stride * info->current.y, info->dim.x, info->dim.y,
394 const uchar *pi = pin + (y - cp->mIradius) * stride
    [all...]
rsCpuIntrinsicConvolve3x3.cpp 188 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local
193 const uchar4 *py0 = (const uchar4 *)(pin + stride * y2);
194 const uchar4 *py1 = (const uchar4 *)(pin + stride * info->current.y);
195 const uchar4 *py2 = (const uchar4 *)(pin + stride * y1);
235 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local
240 const uchar2 *py0 = (const uchar2 *)(pin + stride * y2);
241 const uchar2 *py1 = (const uchar2 *)(pin + stride * info->current.y);
242 const uchar2 *py2 = (const uchar2 *)(pin + stride * y1);
280 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local
285 const uchar *py0 = (const uchar *)(pin + stride * y2)
325 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local
370 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local
414 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local
    [all...]
rsCpuIntrinsicConvolve5x5.cpp 351 const uchar *pin = (const uchar *)cp->alloc->mHal.drvState.lod[0].mallocPtr; local
360 const uchar4 *py0 = (const uchar4 *)(pin + stride * y0);
361 const uchar4 *py1 = (const uchar4 *)(pin + stride * y1);
362 const uchar4 *py2 = (const uchar4 *)(pin + stride * y2);
363 const uchar4 *py3 = (const uchar4 *)(pin + stride * y3);
364 const uchar4 *py4 = (const uchar4 *)(pin + stride * y4);
411 const uchar *pin = (const uchar *)cp->alloc->mHal.drvState.lod[0].mallocPtr; local
420 const uchar2 *py0 = (const uchar2 *)(pin + stride * y0);
421 const uchar2 *py1 = (const uchar2 *)(pin + stride * y1);
422 const uchar2 *py2 = (const uchar2 *)(pin + stride * y2)
460 const uchar *pin = (const uchar *)cp->alloc->mHal.drvState.lod[0].mallocPtr; local
509 const uchar *pin = (const uchar *)cp->alloc->mHal.drvState.lod[0].mallocPtr; local
558 const uchar *pin = (const uchar *)cp->alloc->mHal.drvState.lod[0].mallocPtr; local
607 const uchar *pin = (const uchar *)cp->alloc->mHal.drvState.lod[0].mallocPtr; local
    [all...]
rsCpuIntrinsicResize.cpp 315 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local
329 const uchar4 *yp0 = (const uchar4 *)(pin + stride * ys0);
330 const uchar4 *yp1 = (const uchar4 *)(pin + stride * ys1);
331 const uchar4 *yp2 = (const uchar4 *)(pin + stride * ys2);
332 const uchar4 *yp3 = (const uchar4 *)(pin + stride * ys3);
382 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local
396 const uchar2 *yp0 = (const uchar2 *)(pin + stride * ys0);
397 const uchar2 *yp1 = (const uchar2 *)(pin + stride * ys1);
398 const uchar2 *yp2 = (const uchar2 *)(pin + stride * ys2);
399 const uchar2 *yp3 = (const uchar2 *)(pin + stride * ys3)
449 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local
516 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local
556 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local
596 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr; local
    [all...]
  /frameworks/rs/driver/runtime/
rs_allocation.c 324 const uchar *pin = (const uchar *)alloc->mHal.drvState.lod[1].mallocPtr; local
326 return pin[((x >> shift) * cstep) + ((y >> shift) * stride)];
338 const uchar *pin = (const uchar *)alloc->mHal.drvState.lod[2].mallocPtr; local
340 return pin[((x >> shift) * cstep) + ((y >> shift) * stride)];
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
StreamTokenizerTest.java 180 final PipedInputStream pin = new PipedInputStream(); local
181 PipedOutputStream pout = new PipedOutputStream(pin);
183 StreamTokenizer s = new StreamTokenizer(pin);
PipedInputStreamTest.java 117 PipedInputStream pin = new PipedInputStream(); local
118 PipedOutputStream pout = new PipedOutputStream(pin);
125 assertEquals("Incorrect available count", 1024, pin.available());
  /libcore/luni/src/test/java/libcore/java/util/zip/
DeflaterOutputStreamTest.java 78 PipedInputStream pin = new PipedInputStream(pout); local
100 return new InflaterInputStream(pin);
102 return new GZIPInputStream(pin);
  /libcore/ojluni/src/main/java/java/util/
ArrayPrefixHelpers.java 154 T pin = t.in; local
155 lt.in = pin;
160 fn.apply(pin, lout));
306 long pin = t.in; local
307 lt.in = pin;
312 fn.applyAsLong(pin, lout));
456 double pin = t.in; local
457 lt.in = pin;
462 fn.applyAsDouble(pin, lout));
606 int pin = t.in local
    [all...]
  /system/bt/embdrv/sbc/decoder/include/
oi_bt_spec.h 146 /* Number of bytes allocated for a PIN (personal indentification number) */
149 /* data type for a PIN (PINs are treated as strings.) */
151 /* PIN represented as an array of 8-bit values */
152 uint8_t pin[OI_BT_PIN_CODE_SIZE]; member in struct:__anon1828
  /external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 158 bool pin(llvm::APSInt &Lower, llvm::APSInt &Upper) const { function in class:__anon15441::RangeSet
182 // The range starts below what's possible but ends within it. Pin.
187 // The range spans all possible values for the symbol. Pin.
206 // The range starts within what's possible but ends above it. Pin.
249 if (!pin(Lower, Upper))
  /external/fio/os/
os-android.h 91 struct ashmem_pin pin = {0 , length}; local
92 ret = ioctl(__shmid, ASHMEM_UNPIN, &pin);
  /external/skia/src/effects/
SkArithmeticImageFilter.cpp 93 static Sk4f pin(float min, const Sk4f& val, float max) { function
107 r = pin(0, k1*s*d + k2*s + k3*d + k4, 255);
123 r = pin(0, k3*d + k4, 255);
  /external/skqp/src/effects/
SkArithmeticImageFilter.cpp 93 static Sk4f pin(float min, const Sk4f& val, float max) { function
107 r = pin(0, k1*s*d + k2*s + k3*d + k4, 255);
123 r = pin(0, k3*d + k4, 255);
  /external/wpa_supplicant_8/src/eap_peer/
eap_config.h 422 * EAP-WSC (WPS) uses following options: pin=Device_Password and
459 * pin - PIN for USIM, GSM SIM, and smartcards
461 * This field is used to configure PIN for SIM and smartcards for
467 char *pin; member in struct:eap_peer_config
501 * pin2 - PIN for USIM, GSM SIM, and smartcards (Phase 2)
503 * This field is used to configure PIN for SIM and smartcards for
607 * pending_req_pin - Whether there is a pending PIN request
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
binascii.c 734 Py_buffer pin; local
740 if ( !PyArg_ParseTuple(args, "s*:rledecode_hqx", &pin) )
742 in_data = pin.buf;
743 in_len = pin.len;
749 PyBuffer_Release(&pin);
753 PyBuffer_Release(&pin);
760 PyBuffer_Release(&pin);
775 PyBuffer_Release(&pin); \
786 { PyBuffer_Release(&pin); return NULL; } \
808 PyBuffer_Release(&pin);
850 Py_buffer pin; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
binascii.c 747 Py_buffer pin; local
753 if ( !PyArg_ParseTuple(args, "s*:rledecode_hqx", &pin) )
755 in_data = pin.buf;
756 in_len = pin.len;
762 PyBuffer_Release(&pin);
766 PyBuffer_Release(&pin);
773 PyBuffer_Release(&pin);
788 PyBuffer_Release(&pin); \
799 { Py_DECREF(rv); PyBuffer_Release(&pin); return NULL; } \
821 PyBuffer_Release(&pin);
865 Py_buffer pin; local
    [all...]
  /external/python/cpython2/Modules/
binascii.c 734 Py_buffer pin; local
740 if ( !PyArg_ParseTuple(args, "s*:rledecode_hqx", &pin) )
742 in_data = pin.buf;
743 in_len = pin.len;
749 PyBuffer_Release(&pin);
753 PyBuffer_Release(&pin);
760 PyBuffer_Release(&pin);
775 PyBuffer_Release(&pin); \
786 { PyBuffer_Release(&pin); return NULL; } \
808 PyBuffer_Release(&pin);
850 Py_buffer pin; local
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls.h 138 * @ppin: pointer to the pin variable in the configuration
183 const char *pin; member in struct:tls_connection_params
283 * TLS_SET_PARAMS_ENGINE_PRV_BAD_PIN (-4) on PIN error causing PKCS#11 engine
299 * TLS_SET_PARAMS_ENGINE_PRV_BAD_PIN (-4) on PIN error causing PKCS#11 engine
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 968 const char *pin, char *buf, size_t buflen,
976 if (pin == NULL) {
984 pin = buf;
986 ret_len = os_snprintf(buf, buflen, "%s", pin);
991 ret = hostapd_wps_add_pin(wpa_s->ap_iface->bss[0], bssid, "any", pin,
1002 wpa_printf(MSG_DEBUG, "WPS: AP PIN timed out");
1014 wpa_printf(MSG_DEBUG, "WPS: Enabling AP PIN (timeout=%d)", timeout);
1029 wpa_printf(MSG_DEBUG, "WPS: Disabling AP PIN");
1040 unsigned int pin; local
1046 if (wps_generate_pin(&pin) < 0
    [all...]
  /frameworks/base/media/java/android/media/
Metadata.java 391 final int pin = parcel.dataPosition(); // to roll back in case of errors. local
396 Log.e(TAG, "Bad size " + size + " avail " + parcel.dataAvail() + " position " + pin);
397 parcel.setDataPosition(pin);
405 parcel.setDataPosition(pin);
411 parcel.setDataPosition(pin);
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 235 // the spec recommendation, check if the keyboard has a fixed PIN zero
237 //TODO: Maintain list of devices that have fixed pin
238 // Generate a variable 6-digit PIN in range of 100000-999999
240 int pin = 100000 + (int) Math.floor((Math.random() * (999999 - 100000))); local
241 sendDisplayPinIntent(devProp.getAddress(), pin, local
246 if (msg.arg2 == 1) { // Minimum 16 digit pin required here
320 private void sendDisplayPinIntent(byte[] address, int pin, int variant) {
323 if (pin != 0) {
324 intent.putExtra(BluetoothDevice.EXTRA_PAIRING_KEY, pin);
  /packages/apps/Settings/src/com/android/settings/password/
ConfirmLockPassword.java 335 final String pin = mPasswordEntry.getText().toString(); local
336 if (TextUtils.isEmpty(pin)) {
347 startVerifyPassword(pin, intent);
351 startCheckPassword(pin, intent);
362 private void startVerifyPassword(final String pin, final Intent intent) {
387 mLockPatternUtils, pin, challenge, localUserId, onVerifyCallback)
389 mLockPatternUtils, pin, false, challenge, localUserId,
393 private void startCheckPassword(final String pin, final Intent intent) {
397 pin,
408 ChooseLockSettingsHelper.EXTRA_KEY_PASSWORD, pin);
    [all...]

Completed in 2332 milliseconds

12 3 4 5 6