Searched refs:prop10 (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/jni/BroadcastRadio/ |
D | convert.cpp | 373 static JavaRef<jobject> ModulePropertiesFromHal(JNIEnv *env, const V1_0::Properties &prop10, in ModulePropertiesFromHal() argument 379 auto jImplementor = make_javastr(env, prop10.implementor); in ModulePropertiesFromHal() 380 auto jProduct = make_javastr(env, prop10.product); in ModulePropertiesFromHal() 381 auto jVersion = make_javastr(env, prop10.version); in ModulePropertiesFromHal() 382 auto jSerial = make_javastr(env, prop10.serial); in ModulePropertiesFromHal() 387 auto regionalBands = regions::mapRegions(prop10.bands); in ModulePropertiesFromHal() 396 gjni.ModuleProperties.cstor, moduleId, jServiceName.get(), prop10.classId, in ModulePropertiesFromHal() 397 jImplementor.get(), jProduct.get(), jVersion.get(), jSerial.get(), prop10.numTuners, in ModulePropertiesFromHal() 398 prop10.numAudioSources, isInitializationRequired, prop10.supportsCapture, jBands.get(), in ModulePropertiesFromHal()
|