HomeSort by relevance Sort by last modified time
    Searched refs:scanning (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/wpa_supplicant_8/wpa_supplicant/
scan.h 2 * WPA Supplicant - Scanning
21 int scanning);
scan.c 2 * WPA Supplicant - Scanning
676 if (wpa_s->scanning) {
678 * If we are already in scanning state, we shall reschedule the
681 wpa_dbg(wpa_s, MSG_DEBUG, "Already scanning - Reschedule the incoming scan req");
754 * If autoscan has set its own scanning parameters
793 /* Find the starting point from which to continue scanning */
    [all...]
  /packages/apps/Music/src/com/android/music/
ScanningProgress.java 69 setContentView(R.layout.scanning);
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 128 public void updateScanningDialog(boolean scanning) {
130 if (prevScanning == scanning && mAdapter.mItems.size() == 0) return;
135 } else if (scanning && mAdapter.mItems.size() == 0) {
164 private void rebake(boolean unmounted, boolean scanning) {
165 if (unmounted == mUnmounted && scanning == mScanning) return;
168 mScanning = scanning;
291 // Assume the storage is mounted and not scanning.
361 final boolean scanning =
365 checkScanningFinished(scanning);
371 private void checkScanningFinished(boolean scanning) {
    [all...]
ImageGallery.java 377 private void rebake(boolean unmounted, boolean scanning) {
389 if (scanning) {
398 mParam = allImages(!unmounted && !scanning);
    [all...]
  /system/connectivity/shill/wimax/
wimax.h 73 bool scanning() const { return scanning_; } function in class:shill::WiMax
wimax_unittest.cc 94 EXPECT_FALSE(device_->scanning());
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.c 274 else if (!strcmp(method, "scanning"))
464 * wpa_supplicant_dbus_notify_scanning - send scanning status
468 * Notify listeners of interface scanning state changes
474 dbus_bool_t scanning = wpa_s->scanning ? TRUE : FALSE; local
482 "Scanning");
490 DBUS_TYPE_BOOLEAN, &scanning,
dbus_old_handlers.c 1227 dbus_bool_t scanning = wpa_s->scanning ? TRUE : FALSE; local
    [all...]
  /external/caliper/lib/
jersey-core-1.11.jar 
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
DeviceListActivity.java 148 // Indicate scanning in the title
150 setTitle(R.string.scanning);
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
DeviceListActivity.java 148 // Indicate scanning in the title
150 setTitle(R.string.scanning);
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DeviceListActivity.java 139 // Indicate scanning in the title
141 setTitle(R.string.scanning);
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DeviceListActivity.java 148 // Indicate scanning in the title
150 setTitle(R.string.scanning);
  /cts/tests/tests/icu/
Android.mk 46 # Version 1 of the CTS framework has it's own logic for generating XML files based on scanning the
  /external/valgrind/none/tests/
cmdline1.stdout.exp 124 NOTE: stack scanning is only available on arm-linux.
126 recovered by stack scanning [5]
cmdline2.stdout.exp 124 NOTE: stack scanning is only available on arm-linux.
126 recovered by stack scanning [5]
  /external/eigen/lapack/
clarf.f 170 ! Set up variables for scanning V. LASTV begins pointing to the end
dlarf.f 165 ! Set up variables for scanning V. LASTV begins pointing to the end
slarf.f 165 ! Set up variables for scanning V. LASTV begins pointing to the end
zlarf.f 170 * Set up variables for scanning V. LASTV begins pointing to the end
  /system/connectivity/shill/cellular/
cellular.h 254 bool scanning() const { return scanning_; } function in class:shill::Cellular
281 void set_scanning(bool scanning);
567 // the Device.Scanning property as |true| causes a bad user experience.
cellular.cc 542 "Already scanning");
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/
ScannerImpl.java 420 throw new ScannerException("while scanning for the next token", null, text,
465 throw new ScannerException("while scanning a simple key", key.getMark(),
514 throw new ScannerException("while scanning a simple key", key.getMark(),
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_wext.c 58 * conditions with scanning and following association request.
328 if (!wpa_s->scanning && ((wpa_s->wpa_state <= WPA_SCANNING) ||

Completed in 1349 milliseconds

1 2 3