Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTrigger.java149 private final int mMaxSoundModels; field in SoundTrigger.ModuleProperties
176 this.mMaxSoundModels = maxSoundModels; in ModuleProperties()
228 return mMaxSoundModels; in getMaxSoundModels()
371 if (mMaxSoundModels != other.mMaxSoundModels) { in equals()
414 result = prime * result + mMaxSoundModels; in hashCode()