Searched defs:stub_tuner (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware/modules/radio/
H A Dradio_hw.c495 struct stub_radio_tuner *stub_tuner = (struct stub_radio_tuner *)tuner; local
498 ALOGI("%s stub_tuner %p", __func__, stub_tuner);
499 pthread_mutex_lock(&stub_tuner->lock);
508 send_command_l(stub_tuner, CMD_CANCEL, 0, NULL);
509 send_command_l(stub_tuner, CMD_CONFIG, 500, (void *)config);
512 pthread_mutex_unlock(&stub_tuner->lock);
519 struct stub_radio_tuner *stub_tuner = (struct stub_radio_tuner *)tuner; local
524 ALOGI("%s stub_tuner %p", __func__, stub_tuner);
548 struct stub_radio_tuner *stub_tuner = (struct stub_radio_tuner *)tuner; local
562 struct stub_radio_tuner *stub_tuner = (struct stub_radio_tuner *)tuner; local
576 struct stub_radio_tuner *stub_tuner = (struct stub_radio_tuner *)tuner; local
594 struct stub_radio_tuner *stub_tuner = (struct stub_radio_tuner *)tuner; local
607 struct stub_radio_tuner *stub_tuner = (struct stub_radio_tuner *)tuner; local
710 struct stub_radio_tuner *stub_tuner = (struct stub_radio_tuner *)tuner; local
[all...]

Completed in 11 milliseconds