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

/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrameReader.h76 /// scan - scan pData from pHandler for a token.
78 scan(ConstAddress pHandler, uint64_t pOffset, const MemoryRegion& pData) const;
102 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/compile/mclinker/lib/LD/
H A DEhFrameReader.cpp46 EhFrameReader::scan<true>(ConstAddress pHandler, function in class:EhFrameReader
139 Token token = scan<true>(handler, file_off, *sect_reg);
143 // 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
1325 long scan = System.currentTimeMillis();
1331 Log.d(TAG, " scan time: " + (scan - prescan) + "ms\n");
1332 Log.d(TAG, "postscan time: " + (end - scan) + "ms\n");
1337 Log.e(TAG, "SQLException in MediaScanner.scan()", e);
1340 Log.e(TAG, "UnsupportedOperationException in MediaScanner.scan()",
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiNative.java182 public boolean scan(int type) { method in class:WifiNative
188 throw new IllegalArgumentException("Invalid scan type");
277 * RANGE=ALL gets all scan results
290 * y is an ascii representation of an integer number of the max AP to remember per scan
427 * Enable or disable Bluetooth coexistence scan mode. When this mode is on,
428 * some of the low-level scan parameters used by the driver are changed to
H A DWifiStateMachine.java132 /* Batch scan results */
139 /* Chipset supports background scan */
154 * In CONNECT_MODE, the STA can scan and connect to an access point
155 * In SCAN_ONLY_MODE, the STA can only scan for access points
156 * In SCAN_ONLY_WIFI_OFF_MODE, the STA can only scan for access points with wifi toggle being off
220 /* Tracks sequence number on a periodic scan message */
357 /* Initiate a scan */
391 /* When there are no saved networks, we do a periodic scan to notify user of
401 /* Enable background scan for configured networks */
420 /* change the batch scan setting
[all...]

Completed in 5145 milliseconds