Searched defs:pin (Results 1 - 25 of 32) sorted by relevance

12

/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pProvDiscEvent.java44 public String pin; field in class:WifiP2pProvDiscEvent
79 pin = tokens[2];
87 sbuf.append("\n pin: ").append(pin);
H A DWifiP2pManager.java651 * Called by the system when a request to show WPS pin is received.
653 * @param pin WPS pin.
655 public void onShowPinRequested(String pin); argument
/frameworks/base/wifi/java/android/net/wifi/
H A DWpsInfo.java33 /** Display pin method configuration - pin is generated and displayed on device */
35 /** Keypad pin method configuration - pin is entered on device */
37 /** Label pin method configuration - pin is labelled on device */
48 /** Passed with pin method configuration */
49 public String pin; field in class:WpsInfo
54 pin = null;
63 sbuf.append(" pin
[all...]
H A DWpsResult.java36 public String pin; field in class:WpsResult
40 pin = null;
45 pin = null;
52 sbuf.append(" pin: ").append(pin);
66 pin = source.pin;
73 dest.writeString(pin);
82 result.pin = in.readString();
H A DWifiNative.java412 public boolean startWpsPinKeypad(String pin) { argument
413 if (TextUtils.isEmpty(pin)) return false;
414 return doBooleanCommand("WPS_PIN any " + pin);
417 public boolean startWpsPinKeypad(String iface, String pin) { argument
418 if (TextUtils.isEmpty(pin)) return false;
419 return doBooleanCommand("WPS_PIN interface=" + iface + " any " + pin);
440 public boolean startWpsRegistrar(String bssid, String pin) { argument
441 if (TextUtils.isEmpty(bssid) || TextUtils.isEmpty(pin)) return false;
442 return doBooleanCommand("WPS_REG " + bssid + " " + pin);
552 /* p2p_connect <peer device address> <pbc|pin|PI
[all...]
H A DWifiManager.java1221 public void onStartSuccess(String pin); argument
1302 ((WpsListener) listener).onStartSuccess(result.pin);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardSimPinView.java130 protected CheckSimPin(String pin) { argument
131 mPin = pin;
H A DKeyguardSimPukView.java184 protected CheckSimPuk(String puk, String pin) { argument
186 mPin = pin;
/frameworks/base/core/jni/
H A Dandroid_os_MemoryFile.cpp110 static void android_os_MemoryFile_pin(JNIEnv* env, jobject clazz, jobject fileDescriptor, jboolean pin) argument
113 int result = (pin ? ashmem_pin_region(fd, 0, 0) : ashmem_unpin_region(fd, 0, 0));
/frameworks/rs/driver/
H A DrsdIntrinsicConvolve3x3.cpp86 const uchar *pin = (const uchar *)din->lod[0].mallocPtr; local
90 const uchar4 *py0 = (const uchar4 *)(pin + din->lod[0].stride * y2);
91 const uchar4 *py1 = (const uchar4 *)(pin + din->lod[0].stride * p->y);
92 const uchar4 *py2 = (const uchar4 *)(pin + din->lod[0].stride * y1);
H A DrsdIntrinsicYuvToRGB.cpp94 const uchar *pin = (const uchar *)din->lod[0].mallocPtr; local
96 const uchar *Y = pin + (p->y * p->dimX);
97 const uchar *uv = pin + (p->dimX * p->dimY);
H A DrsdIntrinsicBlur.cpp110 extern "C" void rsdIntrinsicBlurVF_K(void *dst, const void *pin, int stride, const void *gptr, int rct, int x1, int x2);
111 extern "C" void rsdIntrinsicBlurHF_K(void *dst, const void *pin, const void *gptr, int rct, int x1, int x2);
171 const uchar *pin = (const uchar *)din->lod[0].mallocPtr; local
180 const uchar *pi = pin + (y - cp->iradius) * din->lod[0].stride;
184 OneV(p, fout, x1, y, pin, din->lod[0].stride, cp->fp, cp->iradius);
H A DrsdIntrinsicConvolve5x5.cpp110 const uchar *pin = (const uchar *)din->lod[0].mallocPtr; local
118 const uchar4 *py0 = (const uchar4 *)(pin + din->lod[0].stride * y0);
119 const uchar4 *py1 = (const uchar4 *)(pin + din->lod[0].stride * y1);
120 const uchar4 *py2 = (const uchar4 *)(pin + din->lod[0].stride * y2);
121 const uchar4 *py3 = (const uchar4 *)(pin + din->lod[0].stride * y3);
122 const uchar4 *py4 = (const uchar4 *)(pin + din->lod[0].stride * y4);
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdIntrinsicConvolve3x3.cpp81 const uchar *pin = (const uchar *)din->lod[0].mallocPtr; local
85 const uchar4 *py0 = (const uchar4 *)(pin + din->lod[0].stride * y2);
86 const uchar4 *py1 = (const uchar4 *)(pin + din->lod[0].stride * p->y);
87 const uchar4 *py2 = (const uchar4 *)(pin + din->lod[0].stride * y1);
H A DrsdIntrinsicYuvToRGB.cpp90 const uchar *pin = (const uchar *)din->lod[0].mallocPtr; local
92 const uchar *Y = pin + (p->y * p->dimX);
93 const uchar *uv = pin + (p->dimX * p->dimY);
H A DrsdIntrinsicBlur.cpp110 extern "C" void rsdIntrinsicBlurVF_K(void *dst, const void *pin, int stride, const void *gptr, int rct, int x1, int x2);
111 extern "C" void rsdIntrinsicBlurHF_K(void *dst, const void *pin, const void *gptr, int rct, int x1, int x2);
167 const uchar *pin = (const uchar *)din->lod[0].mallocPtr; local
176 const uchar *pi = pin + (y - cp->iradius) * din->lod[0].stride;
180 OneV(p, fout, x1, y, pin, din->lod[0].stride, cp->fp, cp->iradius);
H A DrsdIntrinsicConvolve5x5.cpp106 const uchar *pin = (const uchar *)din->lod[0].mallocPtr; local
114 const uchar4 *py0 = (const uchar4 *)(pin + din->lod[0].stride * y0);
115 const uchar4 *py1 = (const uchar4 *)(pin + din->lod[0].stride * y1);
116 const uchar4 *py2 = (const uchar4 *)(pin + din->lod[0].stride * y2);
117 const uchar4 *py3 = (const uchar4 *)(pin + din->lod[0].stride * y3);
118 const uchar4 *py4 = (const uchar4 *)(pin + din->lod[0].stride * y4);
/frameworks/base/core/java/android/os/
H A DMemoryFile.java54 private static native void native_pin(FileDescriptor fd, boolean pin) throws IOException; argument
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DSimUnlockScreen.java150 protected CheckSimPin(String pin) { argument
151 mPin = pin;
205 // make sure that the pin is at least 4 digits long.
H A DSimPukUnlockScreen.java153 protected CheckSimPuk(String puk, String pin) { argument
155 mPin = pin;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccCard.java90 public void supplyPin (String pin, Message onComplete); argument
110 public void supplyNetworkDepersonalization (String pin, Message onComplete); argument
113 * Check whether ICC pin lock is enabled
114 * This is a sync call which returns the cached pin enabled state
123 * This is a sync call which returns the cached pin enabled state
131 * Set the ICC pin lock enabled or disabled
135 * @param password needed to change the ICC pin state, aka. Pin1
159 * Change the ICC password used in ICC pin lock
H A DIccCardProxy.java519 public void supplyPin(String pin, Message onComplete) { argument
522 mUiccApplication.supplyPin(pin, onComplete);
575 public void supplyNetworkDepersonalization(String pin, Message onComplete) { argument
578 mUiccApplication.supplyNetworkDepersonalization(pin, onComplete);
H A DUiccCardApplication.java534 public void supplyPin (String pin, Message onComplete) { argument
536 mCi.supplyIccPin(pin, onComplete);
558 public void supplyNetworkDepersonalization (String pin, Message onComplete) { argument
561 mCi.supplyNetworkDepersonalization(pin, onComplete);
566 * Check whether ICC pin lock is enabled
567 * This is a sync call which returns the cached pin enabled state
586 * This is a sync call which returns the cached pin enabled state
598 * Set the ICC pin lock enabled or disabled
602 * @param password needed to change the ICC pin state, aka. Pin1
653 * Change the ICC password used in ICC pin loc
[all...]
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java153 public PairReceiver(BluetoothDevice device, int passkey, byte[] pin, int expectedFlags) { argument
158 mPin = pin;
742 * @param pin The pairing pin if pairing requires a pin. Any value if not.
744 public void pair(BluetoothAdapter adapter, BluetoothDevice device, int passkey, byte[] pin) { argument
745 pairOrAcceptPair(adapter, device, passkey, pin, true);
755 * @param pin The pairing pin if pairing requires a pin
757 acceptPair(BluetoothAdapter adapter, BluetoothDevice device, int passkey, byte[] pin) argument
773 pairOrAcceptPair(BluetoothAdapter adapter, BluetoothDevice device, int passkey, byte[] pin, boolean shouldPair) argument
1397 getPairReceiver(BluetoothDevice device, int passkey, byte[] pin, int expectedFlags) argument
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java369 * not respond to pin request in time
425 * The user will be prompted to enter a pin
906 public boolean setPin(byte[] pin) { argument
908 Log.e(TAG, "BT not enabled. Cannot set Remote Device pin");
912 return sService.setPin(this, true, pin.length, pin);
1104 * Check that a pin is valid and convert to byte array.
1106 * Bluetooth pin's are 1 to 16 bytes of UTF-8 characters.
1107 * @param pin pin a
1112 convertPinToBytes(String pin) argument
[all...]

Completed in 1278 milliseconds

12