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

1 2 3 4 5 6

  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers_wps.c 59 * wpas_dbus_iface_wps_pin - Establish the PIN number of the enrollee
72 char *pin = NULL; local
78 DBUS_TYPE_STRING, &pin, DBUS_TYPE_INVALID))
90 if (os_strlen(pin) > 0)
91 ret = wpas_wps_start_pin(wpa_s, _bssid, pin, 0,
100 "Could not init PIN");
109 pin = npin;
111 dbus_message_append_args(reply, DBUS_TYPE_STRING, &pin,
118 * wpas_dbus_iface_wps_reg - Request credentials using the PIN of the AP
130 char *pin = NULL local
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
InputStreamReaderTest.java 32 PipedInputStream pin = new PipedInputStream(); local
33 PipedOutputStream pos = new PipedOutputStream(pin);
36 InputStreamReader reader = new InputStreamReader(pin);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
CertificatePinner.java 46 * The easiest way to pin a host is turn on pinning with a broken configuration
52 * <p>For example, to pin {@code https://publicobject.com}, start with a broken
95 * Pinning is per-hostname and/or per-wildcard pattern. To pin both
126 * {@link CertificatePinner} can not be used to pin self-signed certificate
162 // If we couldn't find a matching pin, format a nice exception.
168 message.append("\n ").append(pin(x509Certificate))
172 for (ByteString pin : pins) {
173 message.append("\n sha1/").append(pin.base64());
222 public static String pin(Certificate certificate) { method in class:CertificatePinner
241 * @param pins SHA-1 hashes. Each pin is a SHA-1 hash of
    [all...]
  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
CertificatePinning.java 48 System.out.println(CertificatePinner.pin(certificate));
  /external/skia/src/core/
SkDeviceProfile.cpp 17 static float pin(float value, float min, float max) { function
28 fGammaExponent = pin(gammaExp, 0, 10);
29 fContrastScale = pin(contrast, 0, 1);
  /external/skqp/src/core/
SkDeviceProfile.cpp 17 static float pin(float value, float min, float max) { function
28 fGammaExponent = pin(gammaExp, 0, 10);
29 fContrastScale = pin(contrast, 0, 1);
  /external/webrtc/webrtc/modules/video_capture/windows/
help_functions_ds.cc 38 IPin* pin = NULL; local
46 // get first unconnected pin
47 hr = pPinEnum->Reset(); // set to first pin
49 while (S_OK == pPinEnum->Next(1, &pin, NULL))
52 pin->QueryDirection(&pPinDir);
53 if (PINDIR_INPUT == pPinDir) // This is an input pin
56 if (S_OK != pin->ConnectedTo(&tempPin)) // The pint is not connected
59 return pin;
62 pin->Release();
71 IPin* pin = NULL local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_connect.py 19 print " -a <addr> [-p <pin>] [-g <go_intent>] \ "
25 print " -p = pin number (8 digits)"
66 global pin
79 pin,wps_method,go_intent):
86 self.pin = pin
155 # Display requires a pin, and a go intent of 15
157 if (self.pin != None):
158 self.p2p_connect_arguements.update({'pin':self.pin})
228 pin = None variable in class:P2P_Connect
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pProvDiscEvent.java 40 public String pin; field in class:WifiP2pProvDiscEvent
51 * P2P-PROV-DISC-ENTER-PIN 42:fc:89:e1:e2:27
52 * P2P-PROV-DISC-SHOW-PIN 42:fc:89:e1:e2:27 44490607
66 else if (tokens[0].endsWith("ENTER-PIN")) event = ENTER_PIN;
67 else if (tokens[0].endsWith("SHOW-PIN")) event = SHOW_PIN;
75 pin = tokens[2];
83 sbuf.append("\n pin: ").append(pin);
  /frameworks/base/wifi/java/android/net/wifi/
WpsInfo.java 34 /** Display pin method configuration - pin is generated and displayed on device
38 /** Keypad pin method configuration - pin is entered on device
42 /** Label pin method configuration - pin is labelled on device
56 /** Passed with pin method KEYPAD
61 /** Passed with pin method configuration
64 public String pin; field in class:WpsInfo
71 pin = null
    [all...]
WpsResult.java 36 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();
  /prebuilts/go/darwin-x86/src/sync/
pool.go 100 l := p.pin()
128 l := p.pin()
157 // See the comment in pin regarding ordering of the loads.
178 // pin pins the current goroutine to P, disables preemption and returns poolLocal pool for the P.
180 func (p *Pool) pin() *poolLocal { func
  /prebuilts/go/linux-x86/src/sync/
pool.go 100 l := p.pin()
128 l := p.pin()
157 // See the comment in pin regarding ordering of the loads.
178 // pin pins the current goroutine to P, disables preemption and returns poolLocal pool for the P.
180 func (p *Pool) pin() *poolLocal { func
  /system/core/libcutils/
ashmem-dev.cpp 196 ashmem_pin pin = { static_cast<uint32_t>(offset), static_cast<uint32_t>(len) }; local
203 return TEMP_FAILURE_RETRY(ioctl(fd, ASHMEM_PIN, &pin));
209 ashmem_pin pin = { static_cast<uint32_t>(offset), static_cast<uint32_t>(len) }; local
216 return TEMP_FAILURE_RETRY(ioctl(fd, ASHMEM_UNPIN, &pin));
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
Selection.java 55 public Selection pin(String text) { method in class:Selection
  /external/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/extension/views/
PinView.java 15 private Bitmap pin; field in class:PinView
34 pin = BitmapFactory.decodeResource(this.getResources(), drawable.pushpin_blue);
35 float w = (density/420f) * pin.getWidth();
36 float h = (density/420f) * pin.getHeight();
37 pin = Bitmap.createScaledBitmap(pin, (int)w, (int)h, true);
44 // Don't draw pin before image is ready so it doesn't move around during setup.
51 if (sPin != null && pin != null) {
53 float vX = vPin.x - (pin.getWidth()/2);
54 float vY = vPin.y - pin.getHeight()
    [all...]
  /frameworks/base/core/java/com/android/server/net/
NetworkPinner.java 40 * This should maintain behaviour that's compatible with L, which would pin the whole system to
117 public static void pin(Context context, NetworkRequest request) { method in class:NetworkPinner
  /device/google/contexthub/firmware/os/drivers/hall/
hall.c 52 struct Gpio *pin; member in struct:SensorTask
68 bool pinState = gpioGet(mTask.pin);
86 bool pinState = gpioGet(data->pin);
88 if (!extiIsPendingGpio(data->pin)) {
100 extiClearPendingGpio(data->pin);
104 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr)
106 gpioConfigInput(pin, GPIO_SPEED_LOW, GPIO_PULL_NONE);
107 syscfgSetExtiPort(pin);
108 extiEnableIntGpio(pin, EXTI_TRIGGER_BOTH);
113 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr
    [all...]
  /device/google/contexthub/firmware/os/drivers/vsync/
vsync.c 72 struct Gpio *pin; member in struct:SensorTask
113 if (!extiIsPendingGpio(data->pin)) {
125 extiClearPendingGpio(data->pin);
129 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr)
131 gpioConfigInput(pin, GPIO_SPEED_LOW, GPIO_PULL_NONE);
132 syscfgSetExtiPort(pin);
133 extiEnableIntGpio(pin, EXTI_TRIGGER_FALLING);
138 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr)
141 extiDisableIntGpio(pin);
159 extiClearPendingGpio(mTask.pin);
    [all...]
  /external/skia/include/core/
SkColor.h 178 static SkColor4f Pin(float r, float g, float b, float a);
184 SkColor4f pin() const { function in struct:SkColor4f
185 return Pin(fR, fG, fB, fA);
  /external/skqp/include/core/
SkColor.h 178 static SkColor4f Pin(float r, float g, float b, float a);
184 SkColor4f pin() const { function in struct:SkColor4f
185 return Pin(fR, fG, fB, fA);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothPairingHelper.java 58 int pin = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_KEY, 0); local
60 result.putInt("Pin", pin);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
GZIPOutputStreamTest.java 177 PipedInputStream pin = new PipedInputStream(pout); local
183 GZIPInputStream in = new GZIPInputStream(pin);
  /cts/hostsidetests/security/securityPatch/CVE-2016-8460/
poc.c 53 __u32 *handles; /* array of handles to pin/unpin */
66 __u32 handles; /* array of handles to pin/unpin */
144 struct nvmap_pin_handle_32 pin = {0}; local
145 pin.count = 2;
146 pin.handles = (unsigned int) handles;
153 ioctl(g_fd, NVMAP_IOC_PIN_MULT_32, &pin);
  /cts/tests/tests/opengl/src/android/opengl/cts/
RendererOneColorBufferTest.java 213 int [] pin = pinbuffer.array(); local
214 int pixel = pin[0];

Completed in 1073 milliseconds

1 2 3 4 5 6