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

/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrameReader.h74 /// scan - scan pData from pHandler for a token.
75 template<bool SAME_ENDIAN> Token scan(ConstAddress pHandler,
100 EhFrameReader::scan<true>(ConstAddress pHandler,
/frameworks/av/media/libstagefright/id3/
H A Dtestid3.cpp112 void scan(const char *path) { function
139 scan(newPath);
160 scan(argv[i]);
/frameworks/base/cmds/idmap/
H A DAndroid.mk18 LOCAL_SRC_FILES := idmap.cpp create.cpp scan.cpp inspect.cpp
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbAudioManager.java141 cardsParser.scan();
146 devicesParser.scan();
/frameworks/base/core/java/android/alsa/
H A DAlsaCardsParser.java78 public void scan() { method in class:AlsaCardsParser
H A DAlsaDevicesParser.java251 public void scan() { method in class:AlsaDevicesParser
/frameworks/compile/mclinker/lib/LD/
H A DEhFrameReader.cpp47 EhFrameReader::scan<true>(ConstAddress pHandler, function in class:EhFrameReader
142 Token token = scan<true>(handler, file_off, sect_reg);
146 // fail to scan
/frameworks/base/media/java/android/media/
H A DMediaScanner.java68 * The way the scan currently works is:
327 /** Whether the database had any entries in it before the scan started */
492 // we don't process playlists in the main scan, so return null
538 // rescan for metadata if file was modified since last scan
1335 long scan = System.currentTimeMillis();
1341 Log.d(TAG, " scan time: " + (scan - prescan) + "ms\n");
1342 Log.d(TAG, "postscan time: " + (end - scan) + "ms\n");
1347 Log.e(TAG, "SQLException in MediaScanner.scan()", e);
1350 Log.e(TAG, "UnsupportedOperationException in MediaScanner.scan()",
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java231 public boolean scan(int type, String freqList) { method in class:WifiNative
239 throw new IllegalArgumentException("Invalid scan type");
358 * RANGE=ALL gets all scan results
404 * y is an ascii representation of an integer number of the max AP to remember per scan
541 * Enable or disable Bluetooth coexistence scan mode. When this mode is on,
542 * some of the low-level scan parameters used by the driver are changed to
1209 public int max_scan_cache_size; // in number of scan results??
1213 public int max_scan_reporting_threshold; // in number of scan results??
1267 /* scan status, keep these values in sync with gscan.h */
1272 Log.i(TAG, "Got a scan statu
[all...]
H A DWifiStateMachine.java189 // For debug, number of known scan results that were found as part of last scan result event,
194 /* Batch scan results */
203 /* Chipset supports background scan */
223 * In CONNECT_MODE, the STA can scan and connect to an access point
224 * In SCAN_ONLY_MODE, the STA can only scan for access points
225 * In SCAN_ONLY_WIFI_OFF_MODE, the STA can only scan for access points with wifi toggle being off
306 /* Tracks sequence number on a periodic scan message */
495 /* Initiate a scan */
534 /* When there are no saved networks, we do a periodic scan t
[all...]

Completed in 273 milliseconds