Home
last modified time | relevance | path

Searched refs:maxSoundModels (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/soundtrigger/
DSoundTrigger.java69 public final int maxSoundModels; field in SoundTrigger.ModuleProperties
97 String uuid, int version, int maxSoundModels, int maxKeyphrases, in ModuleProperties() argument
106 this.maxSoundModels = maxSoundModels; in ModuleProperties()
134 int maxSoundModels = in.readInt(); in fromParcel() local
144 maxSoundModels, maxKeyphrases, maxUsers, recognitionModes, in fromParcel()
156 dest.writeInt(maxSoundModels); in writeToParcel()
176 + maxSoundModels + ", maxKeyphrases=" + maxKeyphrases + ", maxUsers=" in toString()
/frameworks/av/services/soundtrigger/
DSoundTriggerHalHidl.cpp328 properties->max_sound_models = halProperties->maxSoundModels; in convertPropertiesFromHal()