HomeSort by relevance Sort by last modified time
    Searched full:scan (Results 376 - 400 of 1464) sorted by null

<<11121314151617181920>>

  /development/pdk/docs/porting/
power_management.jd 42 <li> The Keypad driver receives an interrupt, locks the keypad-scan wakelock,
44 <li>The keypad-scan code detects a key change and reports it to the input-event
48 <li>The keypad-scan code detects that no keys are held and unlocks the
49 keypad-scan wakelock. </li>
62 keypad-scan ++++++++++++++++++++++
bluetooth.jd 75 hcitool scan # scan for local devices. Useful to check if RX/TX works.
83 <p>If you compile your own system.img for Android, and <code>hciconfig -a</code> works but <code>hcitool</code> scan doesn't, try installing the firmware for the Bluetooth chipset. This firmware isn't yet available in the open source codebase, but you can <code>adb pull</code> and then <code>adb push</code>it from a stock T-Mobile G1 (located in <code>/etc/firmware/brf6300.bin</code>).<br />
  /external/icu4c/i18n/
regexcst.txt 55 # start state, scan position is at the beginning of the pattern.
121 # open-paren We've got an open paren. We need to scan further to
255 digit_char n expr-quant doBackRef # Will scan multiple digits
277 # moved the scan to the closing ']'. If it wasn't a property
278 # expression, the scan will still be at the opening ':', which should
  /external/jpeg/
jpegtran.c 84 fprintf(stderr, " -scans file Create multi-scan JPEG per script file\n");
139 /* Scan command line options, adjust parameters */
280 /* Set scan script. */
287 fprintf(stderr, "%s: sorry, multi-scan output was not compiled\n",
371 /* Scan command line to find file names.
cjpeg.1 116 scan to display a low-quality image very quickly, and can then improve the
117 display with each subsequent scan. The final image is exactly equivalent to a
210 Use the scan script given in the specified text file.
  /system/core/nexus/
Supplicant.cpp 281 if (sendCommand((active ? "DRIVER SCAN-ACTIVE" : "DRIVER SCAN-PASSIVE"),
283 LOGW("triggerScan(%d): Error setting scan mode (%s)", active,
294 if (sendCommand("SCAN", reply, &len)) {
295 LOGW("triggerScan(): Error initiating scan");
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scr.c 61 /* periodic scan resource */
81 /* client status for DRV scan group */
90 /* client status for APP scan group */
139 /* client status for DRV scan group */
148 /* client status for APP scan group */
186 {/* periodic-scan resource */
197 /* client status for DRV scan gorup */
206 /* client status for APP scan gorup */
255 /* client status for DRV scan gorup */
264 /* client status for APP scan gorup *
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
scr.c 61 /* periodic scan resource */
81 /* client status for DRV scan group */
90 /* client status for APP scan group */
139 /* client status for DRV scan group */
148 /* client status for APP scan group */
186 {/* periodic-scan resource */
197 /* client status for DRV scan gorup */
206 /* client status for APP scan gorup */
255 /* client status for DRV scan gorup */
264 /* client status for APP scan gorup *
    [all...]
  /external/bluetooth/bluez/tools/
hciconfig.c 146 fprintf(stderr, "Can't set scan mode on hci%d: %s (%d)\n",
1162 fprintf(stderr, "Can't set inquiry scan type on hci%d: %s (%d)\n",
1170 fprintf(stderr, "Can't read inquiry scan type on hci%d: %s (%d)\n",
1176 printf("\tInquiry scan type: %s\n",
1177 type == 1 ? "Interlaced Inquiry Scan" : "Standard Inquiry Scan");
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
regulatoryDomain.c 62 /* Mask for retrieving the TxPower from the Scan Control Table */
64 #define MASK_ACTIVE_ALLOWED (0x40) /* bit 6 indiactes the channel is allowed for Active scan */
311 /* Set channel as Valid or Invalid for Active SCAN only.
383 { /* Set regulatory Domain according to scan control table */
721 that was detected in the last passive scan.
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/NetworkCtrl/RegulatoryDomain/
regulatoryDomain.c 61 /* Mask for retrieving the TxPower from the Scan Control Table */
63 #define MASK_ACTIVE_ALLOWED (0x40) /* bit 6 indiactes the channel is allowed for Active scan */
326 /* Set channel as Valid or Invalid for Active SCAN only.
417 { /* Set regulatory Domain according to scan control table */
725 that was detected in the last passive scan.
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
regulatoryDomain.c 62 /* Mask for retrieving the TxPower from the Scan Control Table */
64 #define MASK_ACTIVE_ALLOWED (0x40) /* bit 6 indiactes the channel is allowed for Active scan */
311 /* Set channel as Valid or Invalid for Active SCAN only.
383 { /* Set regulatory Domain according to scan control table */
718 that was detected in the last passive scan.
    [all...]
  /external/bison/
ChangeLog 215 * src/scan-gram.l: Be robust to BRACED_CODE appearing before any
431 2.5.31. This resembles the 2005-10-10 patch to src/scan-skel.l.
531 * src/scan-gram.l (last_string): Now extern, sigh.
578 * src/scan-gram.l (adjust_location): Use a default: break; case
580 * src/scan-skel.h (skel_get_lineno, skel_get_in, skel_get_out):
583 Move these decls to scan-skel.l, since they don't need to be
585 * src/scan-skel.l: Accept the above decls.
642 * src/scan-gram.l: Don't include verify.h, since system.h does
675 * src/scan-skel.l (QPUTS): Remove unnecessary parens.
    [all...]
  /external/wpa_supplicant/
ctrl_iface_dbus.c 439 /* Ensure we actually have scan data */
446 /* Find the bssid's scan data */
529 if (!strcmp(method, "scan"))
624 * wpa_supplicant_dbus_notify_scan_results - Send a scan results signal
628 * Notify listeners that this interface has updated scan results.
647 "scan result signal.");
656 "memory to send scan results signal.");
  /external/wpa_supplicant_6/wpa_supplicant/
ChangeLog 29 * fixed scan buffer processing with WEXT to handle up to 65535
124 * added ctrl_iface monitor event (CTRL-EVENT-SCAN-RESULTS) for
125 indicating when new scan results become available
126 * added new ctrl_iface command, BSS, to allow scan results to be
128 can be used to iterate through the scan results one BSS at the time)
149 association with drivers that take very long time to scan all
151 using a longer hardcoded timeout for the scan if the driver supports
152 notifications for scan completion (SIOCGIWSCAN event); this helps,
163 * changed scan results data structure to include all information
193 * fixed a buffer overflow in parsing TSF from scan results when usin
    [all...]
README-WPS 150 Scan results ('wpa_cli scan_results' or 'wpa_cli bss <idx>') include a
158 there are WPS enabled APs in scan results without having to go through
170 selecting an AP from scan results.
config_ssid.h 78 * network is matched against the scan results). Within each priority
169 * scan_ssid - Scan this SSID with Probe Requests
171 * scan_ssid can be used to scan for APs using hidden SSIDs.
  /hardware/broadcom/wlan/bcm4329/src/shared/
sbutils.c 448 /* Scan the enumeration space to find all cores starting from the given
464 SI_ERROR(("_sb_scan: bus 0x%08x at level %d is too deep to scan\n", sbba, bus));
467 SI_MSG(("_sb_scan: scan bus 0x%08x assume %u cores\n", sbba, numcores));
469 /* Scan all cores on the bus starting from core 0.
518 /* scan bridged SB(s) and add results to the end of the list */
546 /* scan the sb enumerated space to identify all cores */
560 /* scan all SB(s) starting from SI_ENUM_BASE */
  /system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
driver_ti.c 767 Routine Description: int scan parameters before scan command
769 pScanParams - pointer to scan paramters structure
770 pScanPolicy - pointer to scan policy structure
771 scanType - scan type
792 /* init application scan default params */
795 if( btCoexScan ) { /* Changing scan parameteres to coexist with BT A2DP */
828 /* init default scan policy */
    [all...]
  /external/grub/lib/
getopt.c 125 non-option elements that the caller should itself scan.
141 This allows us to pick up the scan where we left off.
143 If this is zero, or a null string, it means resume the scan
172 PERMUTE is the default. We permute the contents of ARGV as we scan,
462 /* Scan elements of ARGV (whose length is ARGC) for option characters
473 resume the scan with the following option character or ARGV-element.
532 optind = 1; /* Don't scan ARGV[0], the program name. */
596 /* If we have done all the ARGV-elements, stop the scan
609 either stop the scan or describe it to the caller and pass it by. */
  /bionic/libc/regex/
regcomp.c 1414 sop *scan; local
1492 sop *scan; local
    [all...]
  /external/bluetooth/hcidump/
ChangeLog 126 Add decoding support for inquiry scan type.
127 Fix connection accept timeout and scan enable decoding.
152 Workaround for inquiry results with RSSI and page scan mode.
  /external/emma/core/java12/com/vladium/util/
IProperties.java 181 PropertiesImpl scan = _clone; local
201 scan.setDelegate (_delegateClone);
202 scan = _delegateClone;
  /external/srec/portable/src/
pmemory_ext.c 95 /* scan guard words data **************************************************/
165 /* PortMemScan() : scan the array of allocated blocks, confirming that no
174 /* scan the allocated memory list */
  /external/wpa_supplicant/wpa_gui/
wpagui.ui 214 <string>Scan</string>
372 <slot>scan()</slot>
450 <slot>scan()</slot>

Completed in 232 milliseconds

<<11121314151617181920>>