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

12

/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrameReader.h63 /// scan - scan pData from pHandler for a token.
65 Token scan(ConstAddress pHandler,
90 EhFrameReader::Token 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/av/include/radio/
H A DIRadio.h46 virtual status_t scan(radio_direction_t direction, bool skipSubChannel) = 0;
H A DRadio.h59 status_t scan(radio_direction_t direction, bool skipSubChannel);
/frameworks/base/core/java/android/hardware/radio/
H A DRadioTuner.java39 /** Scanning direction UP for {@link #step(int, boolean)}, {@link #scan(int, boolean)} */
42 /** Scanning directions DOWN for {@link #step(int, boolean)}, {@link #scan(int, boolean)} */
139 * onProgramInfoChanged() will be called when scan completes or
155 public abstract int scan(int direction, boolean skipSubChannel); method in class:RadioTuner
179 * Cancel a pending scan or tune operation.
267 * {@link RadioTuner#step(int, boolean)}, {@link RadioTuner#scan(int, boolean)},
H A DRadioModule.java71 public native int scan(int direction, boolean skipSubChannel); method in class:RadioModule
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
H A DSupplicantWifiScannerTest.java285 // expected scan frequencies
322 when(mWifiNative.scan(any(Set.class), any(Set.class))).thenReturn(false);
324 // Start scan
332 // Fire alarm to start next scan
356 // All scan starts succeed
357 when(mWifiNative.scan(any(Set.class), any(Set.class))).thenReturn(true);
359 // Start scan
367 // Fire alarm to start next scan
379 * Run a scan and then pause after the first scan complete
[all...]
H A DBaseWifiScannerImplTest.java159 * Tests whether the provided hidden networkId's in scan settings is correctly passed along
160 * when invoking native scan.
182 * Tests whether the provided hidden networkId's in scan settings is truncated to max size
183 * supported by wpa_supplicant when invoking native scan.
222 // scan start succeeds
223 when(mWifiNative.scan(any(Set.class), any(Set.class))).thenReturn(true);
226 assertFalse("second scan while first scan running should fail immediately",
245 // scan fails
246 when(mWifiNative.scan(an
[all...]
H A DSupplicantPnoScannerTest.java85 * Verify that the HW disconnected PNO scan triggers a supplicant PNO scan and invokes the
86 * OnPnoNetworkFound callback when the scan results are received.
97 // Start PNO scan
104 * Verify that we pause & resume HW PNO scan when a single scan is scheduled and invokes the
105 * OnPnoNetworkFound callback when the scan results are received.
118 // Start PNO scan
120 // Start single scan
122 // Verify that the PNO scan wa
[all...]
/frameworks/base/cmds/idmap/
H A DAndroid.mk18 LOCAL_SRC_FILES := idmap.cpp create.cpp scan.cpp inspect.cpp
/frameworks/av/radio/
H A DRadio.cpp180 status_t Radio::scan(radio_direction_t direction, bool skipSubchannel) function in class:android::Radio
186 return mIRadio->scan(direction, skipSubchannel);
H A DIRadio.cpp122 virtual status_t scan(radio_direction_t direction, bool skipSubChannel) function in class:android::BpRadio
277 status_t status = scan(direction, skipSubChannel);
/frameworks/base/core/java/com/android/internal/alsa/
H A DAlsaCardsParser.java107 public void scan() { method in class:AlsaCardsParser
109 Slog.i(TAG, "AlsaCardsParser.scan()");
185 scan();
250 // now scan to see if this card number is in the previous scan list
H A DAlsaDevicesParser.java253 public void scan() { method in class:AlsaDevicesParser
/frameworks/compile/mclinker/lib/LD/
H A DEhFrameReader.cpp44 EhFrameReader::Token EhFrameReader::scan<true>(ConstAddress pHandler, function in class:mcld::EhFrameReader
135 Token token = scan<true>(handler, file_off, sect_reg);
140 // fail to scan
/frameworks/av/services/radio/
H A DRadioService.h152 virtual status_t scan(radio_direction_t direction, bool skipSubChannel);
H A DRadioService.cpp794 status_t RadioService::ModuleClient::scan(radio_direction_t direction, bool skipSubChannel) function in class:android::RadioService::ModuleClient
800 status = (status_t)mTuner->scan(mTuner, direction, skipSubChannel);
/frameworks/rs/api/
H A DSpecification.cpp227 bool VersionInfo::scan(Scanner* scanner, unsigned int maxApiLevel) { function in class:VersionInfo
368 if (!info.scan(scanner, maxApiLevel)) {
394 if (!info.scan(scanner, maxApiLevel)) {
611 if (!info.scan(scanner, maxApiLevel)) {
H A DSpecification.h142 bool scan(Scanner* scanner, unsigned int maxApiLevel);
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbAlsaManager.java134 // initial scan
135 mCardsParser.scan();
307 mDevicesParser.scan();
393 // Don't need to call mDevicesParser.scan() because selectAudioCard() does this above.
395 // mDevicesParser.scan()
/frameworks/base/media/java/android/media/
H A DMediaScanner.java78 * The way the scan currently works is:
550 // we don't process playlists in the main scan, so return null
615 // rescan if the build fingerprint has changed since the last scan.
622 // rescan for metadata if file was modified since last scan
1412 long scan = System.currentTimeMillis();
1418 Log.d(TAG, " scan time: " + (scan - prescan) + "ms\n");
1419 Log.d(TAG, "postscan time: " + (end - scan) + "ms\n");
1424 Log.e(TAG, "SQLException in MediaScanner.scan()", e);
1427 Log.e(TAG, "UnsupportedOperationException in MediaScanner.scan()",
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java361 * Start a scan using wpa_supplicant for the given frequencies.
362 * @param freqs list of frequencies to scan for, if null scan all supported channels.
365 public boolean scan(Set<Integer> freqs, Set<Integer> hiddenNetworkIds) { method in class:WifiNative
591 * RANGE=ALL gets all scan results
723 ScanDetail scan = new ScanDetail(networkDetail, wifiSsid, bssid, flags,
725 results.add(scan);
882 * Enable or disable Bluetooth coexistence scan mode. When this mode is on,
883 * some of the low-level scan parameters used by the driver are changed to
930 * Start/Stop PNO scan
[all...]
H A DWifiConfigManager.java544 * @param scanResultAgeMs The maximum age (in ms) of scan results for which we calculate the
562 // Calculate the RSSI for scan results that are more recent than scanResultAgeMs.
596 // Update the scan result
2596 Log.w(TAG, "Could not allocate scan cache for " + config.SSID);
2627 // Trim the scan result cache to MAX_NUM_SCAN_CACHE_ENTRIES entries max
2640 // Add the scan result to this WifiConfiguration
2647 // Since we added a scan result to this configuration, re-attempt linking
2671 public boolean isOpenNetwork(ScanResult scan) { argument
2672 String scanResultEncrypt = scan.capabilities;
2682 * Get saved WifiConfiguration associated with a scan detai
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_Radio.cpp711 status_t status = module->scan((radio_direction_t)direction, (bool)skipSubChannel);
844 {"scan",
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DSupplicantWifiScannerImpl.java54 // Max number of networks that can be specified to wpa_supplicant per scan request
73 // Next scan settings to apply when the previous scan completes
79 // Active background scan settings/state
91 // Settings for the currently running scan, null if no scan active
105 Log.e(TAG, "Pno scan failure received");
111 * Duration to wait before timing out a scan.
113 * The expected behavior is that the hardware will return a failed scan if it does not
169 mLastScanSettings = null; // finally clear any active scan
[all...]

Completed in 949 milliseconds

12