Searched defs:tune (Results 1 - 5 of 5) sorted by relevance

/hardware/interfaces/broadcastradio/1.0/default/
H A DTuner.cpp151 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/interfaces/broadcastradio/1.1/default/
H A DTuner.cpp158 Return<Result> Tuner::tune(uint32_t channel, uint32_t subChannel) { function in class:android::hardware::broadcastradio::V1_1::implementation::Tuner
162 int rc = mHalTuner->tune(mHalTuner, channel, subChannel);
/hardware/libhardware/include/hardware/
H A Dradio.h71 * - 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/libhardware/modules/radio/
H A Dradio_hal_tool.c70 void tune(radio_hw_device_t *device, int band_number) { function
105 // Stub tuner implementation will regard this magic channel as a valid channel to tune.
106 ret = hal_tuner->tune(hal_tuner, 87916, 0);
108 printf("Err: tune returned: %d\n", ret);
111 // In the stub implementation it takes ~100ms to tune to the channel and the
218 tune(dev, band_number);
222 printf("Please pass -t <band_number> to tune to a valid station to get metadata.");
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h5442 uint8 tune; /* Debug */ member in struct:txdelay_params

Completed in 205 milliseconds