Home
last modified time | relevance | path

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

/hardware/libhardware/modules/radio/
Dradio_hw.c511 struct stub_radio_tuner *stub_tuner = (struct stub_radio_tuner *)tuner; in tuner_set_configuration() local
514 ALOGI("%s stub_tuner %p", __func__, stub_tuner); in tuner_set_configuration()
515 pthread_mutex_lock(&stub_tuner->lock); in tuner_set_configuration()
524 send_command_l(stub_tuner, CMD_CANCEL, thread_cmd_delay_ms[CMD_CANCEL], NULL); in tuner_set_configuration()
525 send_command_l(stub_tuner, CMD_CONFIG, thread_cmd_delay_ms[CMD_CONFIG], (void *)config); in tuner_set_configuration()
528 pthread_mutex_unlock(&stub_tuner->lock); in tuner_set_configuration()
535 struct stub_radio_tuner *stub_tuner = (struct stub_radio_tuner *)tuner; in tuner_get_configuration() local
540 ALOGI("%s stub_tuner %p", __func__, stub_tuner); in tuner_get_configuration()
541 pthread_mutex_lock(&stub_tuner->lock); in tuner_get_configuration()
542 src_config = &stub_tuner->config; in tuner_get_configuration()
[all …]