Home
last modified time | relevance | path

Searched refs:get_program_information (Results 1 – 4 of 4) sorted by relevance

/hardware/libhardware/include/hardware/
Dradio.h217 int (*get_program_information)(const struct radio_tuner *tuner, member
/hardware/libhardware/modules/radio/
Dradio_hal_tool.c123 ret = hal_tuner->get_program_information(hal_tuner, &info); in get_tuner_metadata()
Dradio_hw.c695 rdev->tuner->interface.get_program_information = tuner_get_program_information; in rdev_open_tuner()
/hardware/interfaces/broadcastradio/1.0/default/
DTuner.cpp179 rc = mHalTuner->get_program_information(mHalTuner, &halInfo); in getProgramInformation()