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

1 2

  /external/wpa_supplicant_8/wpa_supplicant/
scan.h 2 * WPA Supplicant - Scanning
21 int scanning);
scan.c 2 * WPA Supplicant - Scanning
675 if (wpa_s->scanning) {
677 * If we are already in scanning state, we shall reschedule the
680 wpa_dbg(wpa_s, MSG_DEBUG, "Already scanning - Reschedule the incoming scan req");
753 * If autoscan has set its own scanning parameters
792 /* Find the starting point from which to continue scanning */
1188 wpa_dbg(wpa_s, MSG_DEBUG, "Already sched scanning");
    [all...]
wpa_supplicant_i.h 534 int scanning; member in struct:wpa_supplicant
    [all...]
hs20_supplicant.c 893 if (wpa_s->scanning) {
895 "scanning");
wnm_sta.c 844 if (wpa_s->wnm_dissoc_timer && !wpa_s->scanning) {
  /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...]
  /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...]
dbus_new_handlers.c 2674 dbus_bool_t scanning = wpa_s->scanning ? TRUE : FALSE; local
    [all...]
  /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);
  /external/valgrind/none/tests/
cmdline1.stdout.exp 127 NOTE: stack scanning is only available on arm-linux.
129 recovered by stack scanning [5]
cmdline2.stdout.exp 127 NOTE: stack scanning is only available on arm-linux.
129 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
  /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) ||
  /external/llvm/utils/FileCheck/
FileCheck.cpp 536 // reasonable and not equal to what we showed in the "scanning from here"
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 
org.eclipse.sisu.plexus-0.0.0.M5.jar 

Completed in 1254 milliseconds

1 2