Searched defs:scan (Results 1 - 15 of 15) 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/av/radio/
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);
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);
/frameworks/base/core/java/android/hardware/radio/
H A DRadioModule.java71 public native int scan(int direction, boolean skipSubChannel); method in class:RadioModule
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)},
/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.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/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiStateMachineTest.java294 Long.MAX_VALUE, /* needed so that scan results aren't rejected because
295 there older than scan start */
886 public void scan() throws Exception { method in class:WifiStateMachineTest
/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)) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigManager.java573 * @param scanResultAgeMs The maximum age (in ms) of scan results for which we calculate the
591 // Calculate the RSSI for scan results that are more recent than scanResultAgeMs.
625 // Update the scan result
2639 Log.w(TAG, "Could not allocate scan cache for " + config.SSID);
2670 // Trim the scan result cache to MAX_NUM_SCAN_CACHE_ENTRIES entries max
2683 // Add the scan result to this WifiConfiguration
2690 // Since we added a scan result to this configuration, re-attempt linking
2714 public boolean isOpenNetwork(ScanResult scan) { argument
2715 String scanResultEncrypt = scan.capabilities;
2725 * Get saved WifiConfiguration associated with a scan detai
[all...]
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...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jar ... .lang.String) String publicid String systemid public void scan (java.io.Reader, org.ccil.cowan ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 675 milliseconds