Home
last modified time | relevance | path

Searched defs:tune (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/broadcastradio/2.0/default/
DTunerSession.cpp47 static constexpr auto tune = 150ms; variable
95 Return<Result> TunerSession::tune(const ProgramSelector& sel) { in tune() function in android::hardware::broadcastradio::V2_0::implementation::TunerSession
/hardware/interfaces/broadcastradio/1.1/default/
DTuner.cpp58 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
/hardware/libhardware/modules/radio/
Dradio_hal_tool.c72 void tune(radio_hw_device_t *device, int band_number) { in tune() function
/hardware/libhardware/include/hardware/
Dradio.h186 int (*tune)(const struct radio_tuner *tuner, member
/hardware/interfaces/broadcastradio/1.0/default/
DTuner.cpp151 Return<Result> Tuner::tune(uint32_t channel, uint32_t subChannel) { in tune() function in android::hardware::broadcastradio::V1_0::implementation::Tuner
/hardware/interfaces/broadcastradio/2.0/vts/functional/
DVtsHalBroadcastradioV2_0TargetTest.cpp65 static constexpr auto tune = 30s; variable