Searched defs:scan (Results 1 - 4 of 4) sorted by relevance

/hardware/interfaces/broadcastradio/1.0/default/
H A DTuner.cpp135 Return<Result> Tuner::scan(Direction direction, bool skipSubChannel) { function in class:android::hardware::broadcastradio::V1_0::implementation::Tuner
139 int rc = mHalTuner->scan(mHalTuner, static_cast<radio_direction_t>(direction), skipSubChannel);
/hardware/interfaces/broadcastradio/1.1/default/
H A DTuner.cpp142 Return<Result> Tuner::scan(Direction direction, bool skipSubChannel) { function in class:android::hardware::broadcastradio::V1_1::implementation::Tuner
146 int rc = mHalTuner->scan(mHalTuner, static_cast<radio_direction_t>(direction), skipSubChannel);
/hardware/libhardware/include/hardware/
H A Dradio.h71 * - event RADIO_EVENT_TUNED: tune locked on new station/frequency following scan(),
73 * -EINVAL is not tuned and data in radio_program_info is not valid or -ETIMEDOUT if scan()
98 * Automatically cancels pending scan, step or tune.
129 * 0 if scan successfully started
133 * Automatically cancels pending scan, step or tune.
136 * locked on a station or after a time out or full frequency scan if
140 int (*scan)(const struct radio_tuner *tuner, member in struct:radio_tuner
157 * Automatically cancels pending scan, step or tune.
180 * Automatically cancels pending scan, step or tune.
190 * Cancel a scan, ste
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h342 int8 split_scan; /* split scan */
359 #define WL_SCANFLAGS_PASSIVE 0x01 /* force passive scan */
414 /* incremental scan struct */
469 /* incremental scan results struct */
509 struct ether_addr bssid; /* 00:00:00:00:00:00: broadcast scan */
540 /* scan params for extended join */
542 uint8 scan_type; /* 0 use default, active or passive scan */
557 wlc_ssid_t ssid; /* {0, ""}: wildcard scan */
558 wl_join_scan_params_t scan; member in struct:wl_extjoin_params
2790 #define SPECT_MNGMT_LOOSE_11H 1 /* allow non-11h APs in scan list
[all...]

Completed in 244 milliseconds