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

1 2 3 4 5 67 8 91011>>

  /system/connectivity/shill/cellular/
cellular_capability.h 250 // SIM PIN management
254 virtual void RequirePIN(const std::string& pin,
259 virtual void EnterPIN(const std::string& pin,
264 const std::string& pin,
  /system/connectivity/shill/dbus/
chromeos_modem_gsm_card_proxy.h 52 void EnablePIN(const std::string& pin,
57 void SendPIN(const std::string& pin,
62 const std::string& pin,
chromeos_modem_gsm_card_proxy.cc 135 void ChromeosModemGSMCardProxy::EnablePIN(const string& pin, bool enabled,
139 // pin is intentionally not logged.
142 pin,
154 void ChromeosModemGSMCardProxy::SendPIN(const string& pin,
158 // pin is intentionally not logged.
161 pin,
172 void ChromeosModemGSMCardProxy::SendPUK(const string& puk, const string& pin,
176 // pin is intentionally not logged.
180 pin,
196 // pin is intentionally not logged
    [all...]
  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
CertificatePinning.java 48 System.out.println(CertificatePinner.pin(certificate));
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.h 16 int scard_set_pin(struct scard_data *scard, const char *pin);
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl 190 * Supply a pin to unlock the SIM. Blocks until a result is determined.
191 * @param pin The pin to check.
194 boolean supplyPin(String pin);
197 * Supply a pin to unlock the SIM for particular subId.
199 * @param pin The pin to check.
203 boolean supplyPinForSubscriber(int subId, String pin);
206 * Supply puk to unlock the SIM and set SIM pin to new pin
    [all...]
  /hardware/bsp/intel/peripheral/libmraa/include/
mraa_adv_func.h 35 mraa_result_t (*gpio_init_internal_replace) (mraa_gpio_context dev, int pin);
36 mraa_result_t (*gpio_init_pre) (int pin);
79 mraa_pwm_context (*pwm_init_replace) (int pin);
80 mraa_result_t (*pwm_init_pre) (int pin);
  /hardware/bsp/intel/peripheral/libupm/src/mma7660/
mma7660.cxx 208 void MMA7660::installISR(int pin, IsrCallback *cb)
210 installISR(pin, generic_callback_isr, cb);
214 void MMA7660::installISR(int pin, void (*isr)(void *), void *arg)
219 if ( !(m_gpio = mraa_gpio_init(pin)) )
222 ": mraa_gpio_init() failed, invalid pin?");
  /hardware/bsp/intel/peripheral/libupm/src/pulsensor/
pulsensor.h 113 uint8_t pin; /**< Pin */ member in class:Pulsensor
115 mraa::Aio pin_ctx; /**< The pin context */
  /system/connectivity/shill/
mock_eap_credentials.h 52 MOCK_CONST_METHOD0(pin, const std::string&());
  /system/core/libcutils/
ashmem-dev.c 188 struct ashmem_pin pin = { offset, len }; local
195 return TEMP_FAILURE_RETRY(ioctl(fd, ASHMEM_PIN, &pin));
200 struct ashmem_pin pin = { offset, len }; local
207 return TEMP_FAILURE_RETRY(ioctl(fd, ASHMEM_UNPIN, &pin));
  /system/tpm/trunks/ftdi/
support.h 39 int gpio_write(struct mpsse_context* mpsse, int pin, int direction);
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.h 21 const char *uuid, const char *pin, int timeout);
30 int hostapd_wps_ap_pin_set(struct hostapd_data *hapd, 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);
120 public void supplyNetworkDepersonalization (String pin, Message onComplete);
123 * Check whether ICC pin lock is enabled
124 * This is a sync call which returns the cached pin enabled state
133 * This is a sync call which returns the cached pin enabled state
141 * Set the ICC pin lock enabled or disabled
145 * @param password needed to change the ICC pin state, aka. Pin1
169 * Change the ICC password used in ICC pin loc
    [all...]
  /hardware/bsp/intel/peripheral/libupm/src/ppd42ns/
ppd42ns.cxx 37 PPD42NS::PPD42NS(int pin)
39 if ( !(m_gpio = mraa_gpio_init(pin)) )
42 ": mraa_gpio_init() failed, invalid pin?");
86 // return how long it takes a pin to go from HIGH to LOW or LOW to HIGH
  /device/google/contexthub/firmware/src/drivers/hall_twopole/
hall_twopole.c 121 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr, IRQn_Type irqn)
123 gpioConfigInput(pin, GPIO_SPEED_LOW, GPIO_PULL_NONE);
124 syscfgSetExtiPort(pin);
125 extiEnableIntGpio(pin, EXTI_TRIGGER_BOTH);
130 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr, IRQn_Type irqn)
133 extiDisableIntGpio(pin);
185 // report initial state of hall interrupt pin
  /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 * info->current.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 * info->current.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...]
  /device/google/contexthub/firmware/src/drivers/synaptics_s3708/
synaptics_s3708.c 141 struct Gpio *pin; member in struct:TaskStruct
159 extiEnableIntGpio(mTask.pin, EXTI_TRIGGER_FALLING);
163 extiDisableIntGpio(mTask.pin);
172 if (!extiIsPendingGpio(data->pin)) {
178 extiClearPendingGpio(data->pin);
554 mTask.pin = gpioRequest(TOUCH_PIN);
555 gpioConfigInput(mTask.pin, GPIO_SPEED_LOW, GPIO_PULL_NONE);
556 syscfgSetExtiPort(mTask.pin);
567 extiClearPendingGpio(mTask.pin);
568 gpioRelease(mTask.pin);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ConfirmLockPassword.java 323 final String pin = mPasswordEntry.getText().toString(); local
324 if (TextUtils.isEmpty(pin)) {
335 startVerifyPassword(pin, intent);
339 startCheckPassword(pin, intent);
350 private void startVerifyPassword(final String pin, final Intent intent) {
375 mLockPatternUtils, pin, challenge, localUserId, onVerifyCallback)
377 mLockPatternUtils, pin, false, challenge, localUserId,
381 private void startCheckPassword(final String pin, final Intent intent) {
385 pin,
396 ChooseLockSettingsHelper.EXTRA_KEY_PASSWORD, pin);
    [all...]
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationHelper.java 95 * Sets the screen lock pin
96 * @param pin 4 digits
97 * @return false if a pin is already set or pin value is not 4 digits
100 public boolean setScreenLockPin(int pin) throws Exception {
101 if (pin >= 0 && pin <= 9999) {
103 if (new UiObject(new UiSelector().text("Confirm your PIN")).exists()) {
106 pinField.setText(String.format("%04d", pin));
109 new UiObject(new UiSelector().text("PIN")).click()
    [all...]
  /packages/apps/TV/src/com/android/tv/dialog/
PinDialogFragment.java 55 * PIN code dialog for unlock channel
60 * PIN code dialog for unlock content.
66 * PIN code dialog for change parental control settings
71 * PIN code dialog for set new PIN
75 // PIN code dialog for checking old PIN. This is internal only.
85 private static final String TRACKER_LABEL = "Pin dialog";
124 // Skip PIN dialog half the time for monkeys
166 // If PIN isn't set, user should set a PIN
    [all...]
  /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/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);
  /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/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;

Completed in 712 milliseconds

1 2 3 4 5 67 8 91011>>