Searched refs:bandConfigHal (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/jni/BroadcastRadio/ |
D | BroadcastRadioService.cpp | 213 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()
|
D | Tuner.cpp | 245 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()
|