/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/2.0/vts/functional/ |
D | VtsHalBroadcastradioV2_0TargetTest.cpp | 63 static constexpr auto tune = 30s; variable 435 auto result = mSession->tune(sel); in TEST_F() 445 EXPECT_TIMEOUT_CALL_WAIT(*mCallback, onCurrentProgramInfoChanged_, timeout::tune); in TEST_F() 476 auto result = mSession->tune(sel); in TEST_F() 497 auto result = mSession->tune(sel); in TEST_F() 518 EXPECT_TIMEOUT_CALL_WAIT(*mCallback, onCurrentProgramInfoChanged_, timeout::tune); in TEST_F() 523 EXPECT_TIMEOUT_CALL_WAIT(*mCallback, onCurrentProgramInfoChanged_, timeout::tune); in TEST_F() 547 EXPECT_TIMEOUT_CALL_WAIT(*mCallback, onCurrentProgramInfoChanged_, timeout::tune); in TEST_F() 552 EXPECT_TIMEOUT_CALL_WAIT(*mCallback, onCurrentProgramInfoChanged_, timeout::tune); in TEST_F()
|
/hardware/interfaces/broadcastradio/2.0/ |
D | ITunerSession.hal | 22 * Automatically cancels pending tune(), scan() or step(). 26 * @param program Program to tune to. 33 tune(ProgramSelector program) generates (Result result); 45 * Automatically cancels pending tune(), scan() or step(). 59 * @param skipSubChannel Don't tune to subchannels. 67 * Automatically cancels pending tune(), scan() or step(). 80 * Cancel a pending tune(), scan() or step().
|
D | ITunerCallback.hal | 21 * following ITunerSession::tune(), ITunerSession::scan() or 24 * This callback is only called when the step(), scan() or tune() command 28 * @param selector A ProgramSelector structure passed from tune() call;
|
D | types.hal | 292 * An identifier used to point at the program (primarily to tune to it). 305 * technologies (i.e. FM RDS and DAB). For example, user may tune using 327 * Identifier currently used by hardware to physically tune to a channel. 375 * determine to which frequency should it tune to. 581 * A set of identifiers necessary to tune to a given station. 856 * Program selector to tune to the announcement.
|
/hardware/interfaces/broadcastradio/2.0/default/ |
D | TunerSession.cpp | 44 static constexpr auto tune = 150ms; variable 92 Return<Result> TunerSession::tune(const ProgramSelector& sel) { in tune() function in android::hardware::broadcastradio::V2_0::implementation::TunerSession 115 mThread.schedule(task, delay::tune); in tune()
|
D | TunerSession.h | 39 virtual Return<Result> tune(const ProgramSelector& program) override;
|
/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 | 58 milliseconds tune = 150ms; member 272 Return<Result> Tuner::tune(uint32_t channel, uint32_t subChannel) { in tune() function in android::hardware::broadcastradio::V1_1::implementation::Tuner 314 mThread.schedule(task, gDefaultDelay.tune); in tuneByProgramSelector()
|
D | Tuner.h | 44 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 | 612 Return<Result> hidlResult = mTuner->tune(channel, 0); in TEST_P() 636 mTuner->tune(lowerLimit, 0); in TEST_P() 670 auto tuneResult = mTuner->tune(badChannel, 0); in TEST_P() 677 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
|