Home
last modified time | relevance | path

Searched refs:set_configuration (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/libhardware/include/hardware/
H A Dradio.h103 int (*set_configuration)(const struct radio_tuner *tuner, member
/aosp12/hardware/interfaces/broadcastradio/1.0/default/
H A DTuner.cpp111 int rc = mHalTuner->set_configuration(mHalTuner, &halConfig); in setConfiguration()
/aosp12/hardware/libhardware/modules/radio/
H A Dradio_hw.c689 rdev->tuner->interface.set_configuration = tuner_set_configuration; in rdev_open_tuner()