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

/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/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.java101 public void scan() { method in class:AlsaCardsParser
103 Slog.i(TAG, "AlsaCardsParser.scan()");
206 // 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/base/services/usb/java/com/android/server/usb/
H A DUsbAlsaManager.java134 // initial scan
135 mCardsParser.scan();
302 mDevicesParser.scan();
342 mCardsParser.scan();
369 mCardsParser.scan();
393 // Don't need to call mDevicesParser.scan() because selectAudioCard() does this above.
395 // mDevicesParser.scan()
/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.cpp793 status_t RadioService::ModuleClient::scan(radio_direction_t direction, bool skipSubChannel) function in class:android::RadioService::ModuleClient
799 status = (status_t)mTuner->scan(mTuner, direction, skipSubChannel);
/frameworks/rs/api/
H A DSpecification.cpp204 bool VersionInfo::scan(Scanner* scanner, int maxApiLevel) { function in class:VersionInfo
337 if (!info.scan(scanner, maxApiLevel)) {
363 if (!info.scan(scanner, maxApiLevel)) {
545 if (!info.scan(scanner, maxApiLevel)) {
H A DSpecification.h137 bool scan(Scanner* scanner, int maxApiLevel);
/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
1328 long scan = System.currentTimeMillis();
1334 Log.d(TAG, " scan time: " + (scan - prescan) + "ms\n");
1335 Log.d(TAG, "postscan time: " + (end - scan) + "ms\n");
1340 Log.e(TAG, "SQLException in MediaScanner.scan()", e);
1343 Log.e(TAG, "UnsupportedOperationException in MediaScanner.scan()",
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_Radio.cpp693 status_t status = module->scan((radio_direction_t)direction, (bool)skipSubChannel);
826 {"scan",
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java262 public boolean scan(int type, String freqList) { method in class:WifiNative
270 throw new IllegalArgumentException("Invalid scan type");
401 * RANGE=ALL gets all scan results
467 * y is an ascii representation of an integer number of the max AP to remember per scan
606 * Enable or disable Bluetooth coexistence scan mode. When this mode is on,
607 * some of the low-level scan parameters used by the driver are changed to
1333 public int max_scan_cache_size; // in number of scan results??
1337 public int max_scan_reporting_threshold; // in number of scan results??
1395 /* scan status, keep these values in sync with gscan.h */
1559 if (DBG) Log.i(TAG, "Got a full scan result
[all...]
H A DWifiStateMachine.java206 // For debug, number of known scan results that were found as part of last scan result event,
213 /* Chipset supports background scan */
260 Log.e(TAG, "processPnoNetworkFound starting scan cnt=" + mPnoResultFound);
287 * In CONNECT_MODE, the STA can scan and connect to an access point
288 * In SCAN_ONLY_MODE, the STA can only scan for access points
289 * In SCAN_ONLY_WIFI_OFF_MODE, the STA can only scan for access points with wifi toggle being off
374 /* Tracks sequence number on a periodic scan message */
625 /* Initiate a scan */
664 /* When there are no saved networks, we do a periodic scan t
[all...]
/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 2105 milliseconds