Searched refs:youngestClient (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/radio/
H A DRadioService.cpp556 sp<ModuleClient> youngestClient; local
567 if (youngestClient == 0) {
568 youngestClient = mModuleClients[i];
587 youngestClient = youngestClientAudio;
590 ALOG_ASSERT(youngestClient != 0, "removeClient() removed client no candidate found for tuner");
592 struct radio_hal_band_config halConfig = youngestClient->halConfig();
593 ret = mHwDevice->open_tuner(mHwDevice, &halConfig, youngestClient->audio(),
598 youngestClient->setTuner(halTuner);
599 if (youngestClient->audio()) {

Completed in 64 milliseconds