Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/BroadcastRadio/
DBroadcastRadioService.cpp237 auto fmIt = std::find_if(module.bands.begin(), module.bands.end(), in nativeOpenTuner() local
239 if (fmIt != module.bands.end()) bandConfigHal = *fmIt; in nativeOpenTuner()