Lines Matching refs:halProperties
45 ISoundTriggerHw::Properties halProperties; in getProperties() local
52 halProperties = res; in getProperties()
59 convertPropertiesFromHal(properties, &halProperties); in getProperties()
320 const ISoundTriggerHw::Properties *halProperties) in convertPropertiesFromHal() argument
323 halProperties->implementor.c_str(), SOUND_TRIGGER_MAX_STRING_LEN); in convertPropertiesFromHal()
325 halProperties->description.c_str(), SOUND_TRIGGER_MAX_STRING_LEN); in convertPropertiesFromHal()
326 properties->version = halProperties->version; in convertPropertiesFromHal()
327 convertUuidFromHal(&properties->uuid, &halProperties->uuid); in convertPropertiesFromHal()
328 properties->max_sound_models = halProperties->maxSoundModels; in convertPropertiesFromHal()
329 properties->max_key_phrases = halProperties->maxKeyPhrases; in convertPropertiesFromHal()
330 properties->max_users = halProperties->maxUsers; in convertPropertiesFromHal()
331 properties->recognition_modes = halProperties->recognitionModes; in convertPropertiesFromHal()
332 properties->capture_transition = (bool)halProperties->captureTransition; in convertPropertiesFromHal()
333 properties->max_buffer_ms = halProperties->maxBufferMs; in convertPropertiesFromHal()
334 properties->concurrent_capture = (bool)halProperties->concurrentCapture; in convertPropertiesFromHal()
335 properties->trigger_in_event = (bool)halProperties->triggerInEvent; in convertPropertiesFromHal()
336 properties->power_consumption_mw = halProperties->powerConsumptionMw; in convertPropertiesFromHal()