Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/soundtrigger/
DSoundTrigger.java67 public final int maxSoundModels; field in SoundTrigger.ModuleProperties
95 String uuid, int version, int maxSoundModels, int maxKeyphrases, in ModuleProperties() argument
104 this.maxSoundModels = maxSoundModels; in ModuleProperties()
132 int maxSoundModels = in.readInt(); in fromParcel() local
142 maxSoundModels, maxKeyphrases, maxUsers, recognitionModes, in fromParcel()
154 dest.writeInt(maxSoundModels); in writeToParcel()
174 + maxSoundModels + ", maxKeyphrases=" + maxKeyphrases + ", maxUsers=" in toString()