Searched refs:maxSoundModels (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/hardware/soundtrigger/ |
D | SoundTrigger.java | 69 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/ |
D | SoundTriggerHalHidl.cpp | 328 properties->max_sound_models = halProperties->maxSoundModels; in convertPropertiesFromHal()
|