Searched refs:maxSoundModels (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/hardware/soundtrigger/ |
D | SoundTrigger.java | 67 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()
|