Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/BroadcastRadio/
DBroadcastRadioService.cpp213 BandConfig bandConfigHal = convert::BandConfigToHal(env, bandConfig, region); in nativeOpenTuner() local
216 callback, halRev, region, withAudio, bandConfigHal.type)); in nativeOpenTuner()
226 auto hidlResult = module->openTuner(bandConfigHal, withAudio, tunerCb, in nativeOpenTuner()
DTuner.cpp245 BandConfig bandConfigHal = convert::BandConfigToHal(env, config, region_unused); in nativeSetConfiguration() local
247 if (convert::ThrowIfFailed(env, halTuner->setConfiguration(bandConfigHal))) return; in nativeSetConfiguration()
249 ctx.mBand = bandConfigHal.type; in nativeSetConfiguration()