Searched refs:mSupportsConcurrentCapture (Results 1 – 1 of 1) sorted by relevance
144 private final boolean mSupportsConcurrentCapture; field in SoundTrigger.ModuleProperties170 this.mSupportsConcurrentCapture = supportsConcurrentCapture; in ModuleProperties()247 return mSupportsConcurrentCapture; in isConcurrentCaptureSupported()377 if (mSupportsConcurrentCapture != other.mSupportsConcurrentCapture) { in equals()408 result = prime * result + (mSupportsConcurrentCapture ? 1 : 0); in hashCode()