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

/hardware/interfaces/broadcastradio/1.0/
H A DITuner.hal25 * Automatically cancels pending scan, step or tune.
47 * Automatically cancels pending scan, step or tune.
49 * or after a time out or full band scan if no station found.
54 * @return result OK if scan successfully started
58 scan(Direction direction, bool skipSubChannel) generates(Result result);
63 * Automatically cancels pending scan, step or tune.
65 * or after a time out or full band scan if no station found.
70 * @return result OK if scan successfully started
79 * Automatically cancels pending scan, step or tune.
81 * or after a time out or full band scan i
[all...]
/hardware/interfaces/broadcastradio/1.0/default/
H A DTuner.h39 Return<Result> scan(Direction direction, bool skipSubChannel) override;
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/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/interfaces/broadcastradio/1.1/default/
H A DTuner.cpp49 milliseconds scan = 200ms; member in struct:android::hardware::broadcastradio::V1_1::implementation::__anon1036
151 Return<Result> Tuner::scan(Direction direction, bool skipSubChannel __unused) { function in class:android::hardware::broadcastradio::V1_1::implementation::Tuner
161 ALOGI("Performing failed scan %s", toString(direction).c_str());
169 mThread.schedule(task, gDefaultDelay.scan);
196 ALOGI("Performing scan %s", toString(direction).c_str());
201 mThread.schedule(task, gDefaultDelay.scan);
H A DTuner.h39 virtual Return<Result> scan(V1_0::Direction direction, bool skipSubChannel) override;
/hardware/interfaces/broadcastradio/1.0/vts/functional/
H A DVtsHalBroadcastradioV1_0TargetTest.cpp520 * Test ITuner::scan
532 // test scan UP
534 Return<Result> hidlResult = mTuner->scan(Direction::UP, true);
539 // test scan DOWN
541 hidlResult = mTuner->scan(Direction::DOWN, false);
602 // test scan UP
699 auto hidlResult = mTuner->scan(Direction::UP, true);
702 ALOGI("Got timeout on scan operation");
/hardware/libhardware/modules/radio/
H A Dradio_hw.c691 rdev->tuner->interface.scan = tuner_scan;
/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 853 milliseconds