Lines Matching refs:halProperties

115     ISoundTriggerHw::Properties halProperties;  in getProperties()  local
122 halProperties = res; in getProperties()
129 convertPropertiesFromHal(properties, &halProperties); in getProperties()
510 const ISoundTriggerHw::Properties *halProperties) in convertPropertiesFromHal() argument
513 halProperties->implementor.c_str(), SOUND_TRIGGER_MAX_STRING_LEN); in convertPropertiesFromHal()
515 halProperties->description.c_str(), SOUND_TRIGGER_MAX_STRING_LEN); in convertPropertiesFromHal()
516 properties->version = halProperties->version; in convertPropertiesFromHal()
517 convertUuidFromHal(&properties->uuid, &halProperties->uuid); in convertPropertiesFromHal()
518 properties->max_sound_models = halProperties->maxSoundModels; in convertPropertiesFromHal()
519 properties->max_key_phrases = halProperties->maxKeyPhrases; in convertPropertiesFromHal()
520 properties->max_users = halProperties->maxUsers; in convertPropertiesFromHal()
521 properties->recognition_modes = halProperties->recognitionModes; in convertPropertiesFromHal()
522 properties->capture_transition = (bool)halProperties->captureTransition; in convertPropertiesFromHal()
523 properties->max_buffer_ms = halProperties->maxBufferMs; in convertPropertiesFromHal()
524 properties->concurrent_capture = (bool)halProperties->concurrentCapture; in convertPropertiesFromHal()
525 properties->trigger_in_event = (bool)halProperties->triggerInEvent; in convertPropertiesFromHal()
526 properties->power_consumption_mw = halProperties->powerConsumptionMw; in convertPropertiesFromHal()