Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/soundtrigger/
DSoundTrigger.java129 private final int mMaxSoundModels; field in SoundTrigger.ModuleProperties
156 this.mMaxSoundModels = maxSoundModels; in ModuleProperties()
208 return mMaxSoundModels; in getMaxSoundModels()
351 if (mMaxSoundModels != other.mMaxSoundModels) { in equals()
394 result = prime * result + mMaxSoundModels; in hashCode()