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

/frameworks/av/services/radio/
H A DRadioService.cpp419 struct radio_hal_band_config halConfig; local
420 halConfig = config->band;
494 ret = mHwDevice->open_tuner(mHwDevice, &halConfig, audio,
593 struct radio_hal_band_config halConfig = youngestClient->halConfig(); local
594 ret = mHwDevice->open_tuner(mHwDevice, &halConfig, youngestClient->audio(),
692 radio_hal_band_config_t RadioService::ModuleClient::halConfig() const function in class:android::RadioService::ModuleClient
730 struct radio_hal_band_config halConfig; local
731 halConfig = config->band;
732 status = (status_t)mTuner->set_configuration(mTuner, &halConfig);
751 struct radio_hal_band_config halConfig; local
[all...]

Completed in 289 milliseconds