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

<<1112131415

  /system/connectivity/shill/cellular/
cellular_capability_universal.cc 63 const char CellularCapabilityUniversal::kConnectPin[] = "pin";
180 lock_type = "sim-pin";
    [all...]
cellular_capability_gsm_unittest.cc 147 void InvokeEnablePIN(const string& pin, bool enable,
152 void InvokeSendPIN(const string& pin, Error* error,
156 void InvokeSendPUK(const string& puk, const string& pin, Error* error,
160 void InvokeChangePIN(const string& old_pin, const string& pin, Error* error,
405 capability_->sim_lock_status_.lock_type = "sim-pin";
668 static const char kLockType[] = "sim-pin";
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
TransliteratorInputMethod.java 210 // java has no pin to rectangle function?
211 private static void pin(Point p, Rectangle r) { method in class:TransliteratorInputMethod
234 pin(attachedLocation, attachedLimits); method
  /hardware/bsp/intel/peripheral/libmraa/src/python/docs/
example.rst 24 remove the first one, multiple isrs on one pin are not supported. Some
  /external/selinux/sepolgen/tests/
test_audit.py 25 audit1 = """Sep 12 08:26:43 dhcp83-5 kernel: audit(1158064002.046:4): avc: denied { read } for pid=2 496 comm="bluez-pin" name=".gdm1K3IFT" dev=dm-0 ino=3601333 scontext=user_u:system_r:bluetooth_helper_t:s0-s0:c0 tcontext=system_u:object_r:xdm_tmp_t:s0 tclass=file"""
108 self.assertEqual(avc.comm, "bluez-pin")
  /external/skia/src/core/
SkColor.cpp 163 SkColor4f SkColor4f::Pin(float a, float r, float g, float b) {
170 auto src = Sk4f::Load(this->pin().vec());
SkPixmap.cpp 230 const SkColor4f color = origColor.pin();
  /external/wpa_supplicant_8/src/crypto/
tls.h 134 * @ppin: pointer to the pin variable in the configuration
179 const char *pin; member in struct:tls_connection_params
279 * TLS_SET_PARAMS_ENGINE_PRV_BAD_PIN (-4) on PIN error causing PKCS#11 engine
295 * TLS_SET_PARAMS_ENGINE_PRV_BAD_PIN (-4) on PIN error causing PKCS#11 engine
  /frameworks/base/core/java/android/os/
MemoryFile.java 54 private static native void native_pin(FileDescriptor fd, boolean pin) throws IOException;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardProxy.java 598 * Locked state have a reason (PIN, PUK, NETWORK, PERM_DISABLED, CARD_IO_ERROR)
708 public void supplyPin(String pin, Message onComplete) {
711 mUiccApplication.supplyPin(pin, onComplete);
764 public void supplyNetworkDepersonalization(String pin, Message onComplete) {
767 mUiccApplication.supplyNetworkDepersonalization(pin, onComplete);
    [all...]
  /frameworks/rs/driver/runtime/
rs_allocation.c 387 const uchar *pin = (const uchar *)alloc->mHal.drvState.lod[1].mallocPtr; local
389 return pin[((x >> shift) * cstep) + ((y >> shift) * stride)];
401 const uchar *pin = (const uchar *)alloc->mHal.drvState.lod[2].mallocPtr; local
403 return pin[((x >> shift) * cstep) + ((y >> shift) * stride)];
  /hardware/libhardware/include/hardware/
bluetooth.h 100 uint8_t pin[16]; member in struct:__anon30651
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 150 char *pin = os_strchr(txt, ' '); local
156 if (pin == NULL)
158 *pin++ = '\0';
160 timeout_txt = os_strchr(pin, ' ');
173 return hostapd_wps_add_pin(hapd, addr, txt, pin, timeout);
180 char pin[9]; local
190 pin[len++] = *pos;
192 wpa_printf(MSG_DEBUG, "WPS: Too long PIN");
197 wpa_printf(MSG_DEBUG, "WPS: Invalid PIN length %d", (int) len);
200 pin[len] = '\0'
470 char *pin; local
    [all...]
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java     [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
SecurityFragment.java 315 throw new IllegalArgumentException("Unknown pin mode: " + pinMode);
326 public void saveLockPassword(String pin, int quality) {
327 new LockPatternUtils(getActivity()).saveLockPassword(pin, null, quality,
  /packages/services/Telephony/src/com/android/phone/settings/
VoicemailChangePinActivity.java 63 * Dialog to change the voicemail PIN. The TUI (Telephony User Interface) PIN is used when accessing
109 * #VerifyOldPin} if a default PIN has been set by the OMTP client, or {@link #EnterOldPin}
114 * Prompt the user to enter old PIN. The PIN will be verified with the server before
151 * The default old PIN is found. Show a blank screen while verifying with the server to make
152 * sure the PIN is still valid. If the PIN is still valid, proceed to {@link #EnterNewPin}.
153 * If not, the user probably changed the PIN through other means, proceed to {@link
179 VvmLog.e(TAG, "invalid default old PIN: " + activit
    [all...]
  /system/connectivity/shill/
eap_credentials_unittest.cc 100 void SetPin(const string& pin) {
101 eap_.pin_ = pin;
193 // We need a PIN for the key id in addition.
194 SetPin("pin");
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java.broken 165 public void supplyIccPin(String pin, Message result) {
169 public void supplyIccPinForApp(String pin, String aid, Message result) {
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 1272 PipedInputStream pin = new PipedInputStream(pout); local
1395 PipedInputStream pin = new PipedInputStream(pout); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bluetoothapis.h 120 UCHAR pin[BTH_MAX_PIN_SIZE]; member in struct:_BLUETOOTH_PIN_INFO
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiManagerFacade.java 238 public void onStarted(String pin) {
240 msg.putString("pin", pin);
423 if (j.has("pin")) {
424 info.pin = j.getString("pin");
    [all...]
  /external/libdrm/intel/
intel_bufmgr_gem.c 2462 struct drm_i915_gem_pin pin; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 510 char *pin = NULL; local
554 else if (os_strcmp(entry.str_value, "pin") == 0)
562 } else if (os_strcmp(entry.key, "pin") == 0 &&
564 pin = os_strdup(entry.str_value);
577 * Validate the wps_method specified and the pin value.
579 if ((!pin || !pin[0]) && wps_method == WPS_PIN_KEYPAD)
584 new_pin = wpas_p2p_connect(wpa_s, addr, pin, wps_method,
627 os_free(pin);
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_x86.cpp 304 const void *pin, int stride, const void *gptr,
314 pi = (const char *)pin + (x1 << 2);
341 const void *pin, const void *gptr,
354 pi = (const float *)pin + (x1 << 2);
374 const void *pin, const void *gptr,
386 pi = (const float *)pin + x1;
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStore.java     [all...]

Completed in 818 milliseconds

<<1112131415