/hardware/interfaces/broadcastradio/1.0/ |
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.
|
D | ITunerCallback.hal | 40 * following a step(), scan() or tune() command. 41 * @param result OK if tune succeeded or TIMEOUT in case of time out.
|
/hardware/libhardware/modules/radio/ |
D | radio_hal_tool.c | 72 void tune(radio_hw_device_t *device, int band_number) { in tune() function 108 ret = hal_tuner->tune(hal_tuner, 87916, 0); in tune() 220 tune(dev, band_number); in main()
|
D | radio_hw.c | 693 rdev->tuner->interface.tune = tuner_tune; in rdev_open_tuner()
|
/hardware/interfaces/broadcastradio/1.0/default/ |
D | Tuner.cpp | 151 Return<Result> Tuner::tune(uint32_t channel, uint32_t subChannel) { in tune() function in android::hardware::broadcastradio::V1_0::implementation::Tuner 155 int rc = mHalTuner->tune(mHalTuner, channel, subChannel); in tune()
|
D | Tuner.h | 41 Return<Result> tune(uint32_t channel, uint32_t subChannel) override;
|
/hardware/libhardware/include/hardware/ |
D | radio.h | 186 int (*tune)(const struct radio_tuner *tuner, member
|
/hardware/interfaces/broadcastradio/1.1/default/ |
D | Tuner.cpp | 51 milliseconds tune = 150ms; member 247 Return<Result> Tuner::tune(uint32_t channel, uint32_t subChannel) { in tune() function in android::hardware::broadcastradio::V1_1::implementation::Tuner 289 mThread.schedule(task, gDefaultDelay.tune); in tuneByProgramSelector()
|
D | Tuner.h | 41 virtual Return<Result> tune(uint32_t channel, uint32_t subChannel) override;
|
/hardware/interfaces/broadcastradio/1.1/ |
D | ITunerCallback.hal | 30 * following a step(), scan() or tune() command. 40 * @param result OK if tune succeeded or TIMEOUT in case of time out.
|
D | ITuner.hal | 27 * Automatically cancels pending scan, step or tune. 37 * @param program Program to tune to.
|
D | types.hal | 89 * If a program type is supported by radio module, it means it can tune 241 * A set of identifiers necessary to tune to a given station.
|
/hardware/interfaces/broadcastradio/1.0/vts/functional/ |
D | VtsHalBroadcastradioV1_0TargetTest.cpp | 611 Return<Result> hidlResult = mTuner->tune(channel, 0); in TEST_P() 635 mTuner->tune(lowerLimit, 0); in TEST_P() 669 auto tuneResult = mTuner->tune(badChannel, 0); in TEST_P() 676 tuneResult = mTuner->tune(goodChannel, 0); in TEST_P()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | wlioctl.h | 5442 uint8 tune; /* Debug */ member
|
/hardware/qcom/msm8998/json-c/ |
D | Doxyfile | 603 # fine-tune the look of the HTML output. If the tag is left blank doxygen
|
/hardware/intel/common/libva/doc/ |
D | Doxyfile | 831 # fine-tune the look of the HTML output. If the tag is left blank doxygen
|