HomeSort by relevance Sort by last modified time
    Searched refs:pin (Results 201 - 225 of 358) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
filterbanks.c 83 void WebRtcIsac_SplitAndFilterFloat(float *pin, float *LP, float *HP,
101 in[k] = pin[k] + kHpStCoefInFloat[2] * prefiltdata->HPstates_float[0] +
103 ftmp = pin[k] - kHpStCoefInFloat[0] * prefiltdata->HPstates_float[0] -
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
PipedInputStreamTest.java 117 PipedInputStream pin = new PipedInputStream(); local
118 PipedOutputStream pout = new PipedOutputStream(pin);
125 assertEquals("Incorrect available count", 1024, pin.available());
  /libcore/ojluni/src/main/java/java/util/
ArrayPrefixHelpers.java 125 T pin = t.in; local
126 lt.in = pin;
131 fn.apply(pin, lout));
277 long pin = t.in; local
278 lt.in = pin;
283 fn.applyAsLong(pin, lout));
427 double pin = t.in; local
428 lt.in = pin;
433 fn.applyAsDouble(pin, lout));
577 int pin = t.in local
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WpsDialog.java 86 public void onStarted(String pin) {
87 if (pin != null) {
89 mContext.getString(R.string.wifi_wps_onstart_pin), pin));
  /system/connectivity/shill/cellular/
cellular_capability_gsm.h 76 void RequirePIN(const std::string& pin,
80 void EnterPIN(const std::string& pin,
84 const std::string& pin,
  /system/tpm/trunks/ftdi/
mpsse.h 215 int PinHigh(struct mpsse_context* mpsse, int pin);
216 int PinLow(struct mpsse_context* mpsse, int pin);
222 int PinState(struct mpsse_context* mpsse, int pin, int state);
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 237 // the spec recommendation, check if the keyboard has a fixed PIN zero
239 //TODO: Maintain list of devices that have fixed pin
240 // Generate a variable 6-digit PIN in range of 100000-999999
242 int pin = 100000 + (int)Math.floor((Math.random() * (999999 - 100000))); local
243 sendDisplayPinIntent(devProp.getAddress(), pin, local
248 if (msg.arg2 == 1) { // Minimum 16 digit pin required here
319 private void sendDisplayPinIntent(byte[] address, int pin, int variant) {
322 if (pin != 0) {
323 intent.putExtra(BluetoothDevice.EXTRA_PAIRING_KEY, pin);
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 250 static int scard_verify_pin(struct scard_data *scard, const char *pin);
334 wpa_hexdump(MSG_MSGDUMP, "SCARD: PIN Status Template "
501 * PIN is needed to access some of the card functions. Once the connection is
672 wpa_printf(MSG_DEBUG, "SCARD: Failed to determine whether PIN "
700 * scard_set_pin - Set PIN (CHV1/PIN1) code for accessing SIM/USIM commands
702 * @pin: PIN code as an ASCII string (e.g., "1234")
705 int scard_set_pin(struct scard_data *scard, const char *pin)
712 if (pin == NULL) {
713 wpa_printf(MSG_DEBUG, "No PIN configured for SIM
    [all...]
  /hardware/bsp/intel/peripheral/libmraa/src/arm/
banana.c 109 *(volatile uint32_t*) (mmap_reg + SUNXI_GPIO_DAT + (dev->pin / 32) * SUNXI_GPIO_PORT_OFFSET);
112 *(volatile uint32_t*) (mmap_reg + SUNXI_GPIO_DAT + (dev->pin / 32) * SUNXI_GPIO_PORT_OFFSET) =
113 (uint32_t)((1 << (dev->pin % 32)) | readvalue);
115 *(volatile uint32_t*) (mmap_reg + SUNXI_GPIO_DAT + (dev->pin / 32) * SUNXI_GPIO_PORT_OFFSET) =
116 (uint32_t)(~(1 << (dev->pin % 32)) & readvalue);
125 *(volatile uint32_t*) (mmap_reg + SUNXI_GPIO_DAT + (dev->pin / 32) * SUNXI_GPIO_PORT_OFFSET);
126 if (value & (uint32_t)(1 << (dev->pin % 32))) {
394 strncpy(b->pins[16].name, "PH20", MRAA_PIN_NAME_SIZE); // PH20 Pin 244 CAN_TX
raspberry_pi.c 117 *(volatile uint32_t*) (mmap_reg + BCM283X_GPSET0 + (dev->pin / 32) * 4) =
118 (uint32_t)(1 << (dev->pin % 32));
120 *(volatile uint32_t*) (mmap_reg + BCM283X_GPCLR0 + (dev->pin / 32) * 4) =
121 (uint32_t)(1 << (dev->pin % 32));
144 uint32_t value = *(volatile uint32_t*) (mmap_reg + BCM2835_GPLEV0 + (dev->pin / 32) * 4);
145 if (value & (uint32_t)(1 << (dev->pin % 32))) {
  /external/autotest/client/cros/bluetooth/
bluetooth_device_xmlrpc_server.py 25 """The agent handling bluetooth device with a known pin code.
27 _PinAgent overrides RequestPinCode method to return a given pin code.
28 User can use this agent to pair bluetooth device which has a known pin code.
31 def __init__(self, pin, *args, **kwargs):
33 self._pin = pin
38 """Requests pin code for a device.
40 Returns the known pin code for the request.
44 @returns: The known pin code.
127 # The agent to handle pin code request, which will be
553 def _setup_pin_agent(self, pin)
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 439 * not respond to pin request in time
495 * The user will be prompted to enter a pin or
496 * an app will enter a pin for user.
526 * The user will be prompted to enter the PIN displayed on remote device.
539 * The user will be prompted to enter a 16 digit pin or
540 * an app will enter a 16 digit pin for user.
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
Selection.java 53 public Selection pin(String text) { method in class:Selection
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf     [all...]
wps_supplicant.c 43 * The minimum time in seconds before trying to associate to a WPS PIN AP that
94 wpa_printf(MSG_DEBUG, "WPS: PIN registration with " MACSTR
1823 unsigned int pbc = 0, auth = 0, pin = 0, wps = 0; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java 167 public void supplyIccPin(String pin, Message result) {
177 if (pin != null && pin.equals(mPinCode)) {
322 Rlog.i(LOG_TAG, "[SimCmd] changeIccPin: pin failed!");
364 public void queryFacilityLock(String facility, String pin,
366 queryFacilityLockForApp(facility, pin, serviceClass, null, result);
370 public void queryFacilityLockForApp(String facility, String pin, int serviceClass,
396 public void setFacilityLock(String facility, boolean lockEnabled, String pin, int serviceClass,
398 setFacilityLockForApp(facility, lockEnabled, pin, serviceClass, null, result);
403 String pin, int serviceClass, String appId
    [all...]
  /packages/apps/Settings/src/com/android/settings/
IccLockSettings.java 51 * also the dialogs to change the ICC PIN. In the former case, enabling/disabling
52 * the ICC lock will prompt the user for the current PIN.
53 * In the Change PIN case, it prompts the user for old pin, new pin and new pin
66 // State when entering the old pin
68 // State when entering the new pin - first time
70 // State when entering the new pin - second time
82 // Save and restore inputted PIN code when configuration change
    [all...]
  /packages/services/Telephony/src/com/android/phone/settings/fdn/
FdnSetting.java 55 * The first is used for toggling FDN enable, the second for the PIN change.
88 // size limits for the pin.
112 // validate the pin first, before submitting it to the RIL for FDN enable.
122 // throw up error if the pin is invalid.
130 * Attempt to change the pin.
148 // 1. Enter old pin
149 // 2. Enter new pin
150 // 3. Re-Enter new pin
160 // if the pin is not valid, display a message and reset the state.
171 // if the new pin is not valid, display a message and reset the state
    [all...]
GetPin2Screen.java 53 mPin2Field = (EditText) findViewById(R.id.pin);
  /cts/tests/tests/opengl/src/android/opengl/cts/
RendererOneColorBufferTest.java 213 int [] pin = pinbuffer.array(); local
214 int pixel = pin[0];
  /external/fio/os/
os-android.h 76 struct ashmem_pin pin = {0 , length}; local
77 ret = ioctl(__shmid, ASHMEM_UNPIN, &pin);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSimPinView.java 44 * Displays a PIN pad for unlocking.
108 // No message on SIM Pin
131 // SIM PIN doesn't have a timed lockout
184 protected CheckSimPin(String pin, int subId) {
185 mPin = pin;
290 // "PIN operation failed!" - no idea what this was and no way to
  /external/autotest/client/common_lib/cros/network/
xmlrpc_security_types.py 300 SERVICE_PROPERTY_EAP_PIN = 'EAP.PIN'
361 self.pin = None
405 self.pin = tpm_store.PIN
409 self.pin = tpm_store.PIN
415 if self.pin:
416 ret[self.SERVICE_PROPERTY_EAP_PIN] = self.pin
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 156 public PairReceiver(BluetoothDevice device, int passkey, byte[] pin, int expectedFlags) {
161 mPin = pin;
726 * @param pin The pairing pin if pairing requires a pin. Any value if not.
728 public void pair(BluetoothAdapter adapter, BluetoothDevice device, int passkey, byte[] pin) {
729 pairOrAcceptPair(adapter, device, passkey, pin, true);
739 * @param pin The pairing pin if pairing requires a pin. Any value if not
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java     [all...]

Completed in 698 milliseconds

1 2 3 4 5 6 7 891011>>