/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. 63 * Automatically cancels pending scan, step or tune. 79 * Automatically cancels pending scan, step or tune. 83 * @param channel Channel to tune to. A frequency in kHz for AM/FM/HD Radio 92 tune(uint32_t channel, uint32_t subChannel) generates(Result result); 95 * Cancel a scan, step or tune operation. 96 * Shall be called only while a scan, step or tune operation is pending.
|
/hardware/libhardware/modules/radio/ |
H A D | radio_hal_tool.c | 72 void tune(radio_hw_device_t *device, int band_number) { function 107 // Stub tuner implementation will regard this magic channel as a valid channel to tune. 108 ret = hal_tuner->tune(hal_tuner, 87916, 0); 110 printf("Err: tune returned: %d\n", ret); 113 // In the stub implementation it takes ~100ms to tune to the channel and the 220 tune(dev, band_number); 224 printf("Please pass -t <band_number> to tune to a valid station to get metadata.");
|
H A D | radio_hw.c | 693 rdev->tuner->interface.tune = tuner_tune;
|
/hardware/interfaces/broadcastradio/1.0/default/ |
H A D | Tuner.h | 41 Return<Result> tune(uint32_t channel, uint32_t subChannel) override;
|
H A D | Tuner.cpp | 151 Return<Result> Tuner::tune(uint32_t channel, uint32_t subChannel) { function in class:android::hardware::broadcastradio::V1_0::implementation::Tuner 155 int rc = mHalTuner->tune(mHalTuner, channel, subChannel);
|
/hardware/libhardware/include/hardware/ |
H A D | radio.h | 71 * - event RADIO_EVENT_TUNED: tune locked on new station/frequency following scan(), 72 * step(), tune() or auto AF switching. The event status is 0 (no error) if in tune, 98 * Automatically cancels pending scan, step or tune. 133 * Automatically cancels pending scan, step or tune. 157 * Automatically cancels pending scan, step or tune. 171 * - channel: channel to tune to. A frequency in kHz for AM/FM/HD Radio bands. 175 * 0 if tune successfully started 180 * Automatically cancels pending scan, step or tune. 186 int (*tune)(cons member in struct:radio_tuner [all...] |
/hardware/interfaces/broadcastradio/1.1/default/ |
H A D | Tuner.h | 41 virtual Return<Result> tune(uint32_t channel, uint32_t subChannel) override;
|
H A D | Tuner.cpp | 51 milliseconds tune = 150ms; member in struct:android::hardware::broadcastradio::V1_1::implementation::__anon1036 247 Return<Result> Tuner::tune(uint32_t channel, uint32_t subChannel) { function in class:android::hardware::broadcastradio::V1_1::implementation::Tuner 289 mThread.schedule(task, gDefaultDelay.tune);
|
/hardware/interfaces/broadcastradio/1.0/vts/functional/ |
H A D | VtsHalBroadcastradioV1_0TargetTest.cpp | 580 * Test ITuner::tune, getProgramInformation and cancel methods 585 * - the tuned callback is received within kTuneCallbacktimeoutNs ns after tune() 587 * Skipped for other radio classes than AM/FM, because tune to frequency 598 // test tune 611 Return<Result> hidlResult = mTuner->tune(channel, 0); 635 mTuner->tune(lowerLimit, 0); 642 * Test ITuner::tune failing when channel out of the range is provided. 648 * Skipped for other radio classes than AM/FM, because tune to frequency 667 // try to tune slightly above the limit and expect to fail 669 auto tuneResult = mTuner->tune(badChanne [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
H A D | wlioctl.h | 5442 uint8 tune; /* Debug */ member in struct:txdelay_params
|