Searched refs:halProperties (Results 1 – 2 of 2) sorted by relevance
115 ISoundTriggerHw::Properties halProperties; in getProperties() local122 halProperties = res; in getProperties()129 convertPropertiesFromHal(properties, &halProperties); in getProperties()510 const ISoundTriggerHw::Properties *halProperties) in convertPropertiesFromHal() argument513 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()[all …]
149 const ISoundTriggerHw::Properties *halProperties);