Searched refs:scan (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/id3/
H A Dtestid3.cpp112 void scan(const char *path) { function
139 scan(newPath);
160 scan(argv[i]);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiNative.java119 public boolean scan() { method in class:WifiNative
212 * RANGE=ALL gets all scan results
319 * Enable or disable Bluetooth coexistence scan mode. When this mode is on,
320 * some of the low-level scan parameters used by the driver are changed to
H A DWifiStateMachine.java126 /* Chipset supports background scan */
142 /* Tracks if the current scan settings are active */
191 /* Tracks sequence number on a periodic scan message */
308 /* Initiate a scan */
310 /* Set scan mode. CONNECT_MODE or SCAN_ONLY_MODE */
312 /* Set scan type. SCAN_ACTIVE or SCAN_PASSIVE */
344 /* When there are no saved networks, we do a periodic scan to notify user of
354 /* Enable background scan for configured networks */
407 * Default framework scan interval in milliseconds. This is used in the scenario in which
409 * periodic wake up scan s
[all...]
/frameworks/base/media/java/android/media/
H A DMediaScanner.java68 * The way the scan currently works is:
325 /** Whether the database had any entries in it before the scan started */
488 // we don't process playlists in the main scan, so return null
535 // rescan for metadata if file was modified since last scan
1311 long scan = System.currentTimeMillis();
1317 Log.d(TAG, " scan time: " + (scan - prescan) + "ms\n");
1318 Log.d(TAG, "postscan time: " + (end - scan) + "ms\n");
1323 Log.e(TAG, "SQLException in MediaScanner.scan()", e);
1326 Log.e(TAG, "UnsupportedOperationException in MediaScanner.scan()",
[all...]

Completed in 91 milliseconds