/hardware/interfaces/broadcastradio/1.0/ |
H A D | ITuner.hal | 25 * 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 D | Tuner.h | 39 Return<Result> scan(Direction direction, bool skipSubChannel) override;
|
H A D | Tuner.cpp | 135 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 D | radio.h | 71 * - 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 D | Tuner.cpp | 49 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 D | Tuner.h | 39 virtual Return<Result> scan(V1_0::Direction direction, bool skipSubChannel) override;
|
/hardware/interfaces/broadcastradio/1.0/vts/functional/ |
H A D | VtsHalBroadcastradioV1_0TargetTest.cpp | 520 * 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 D | radio_hw.c | 691 rdev->tuner->interface.scan = tuner_scan;
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
H A D | wlioctl.h | 342 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...] |