Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTrigger.java137 private final int mMaxSoundModels; field in SoundTrigger.ModuleProperties
164 this.mMaxSoundModels = maxSoundModels; in ModuleProperties()
216 return mMaxSoundModels; in getMaxSoundModels()
359 if (mMaxSoundModels != other.mMaxSoundModels) { in equals()
402 result = prime * result + mMaxSoundModels; in hashCode()