Searched refs:mSupportsConcurrentCapture (Results 1 – 1 of 1) sorted by relevance
156 private final boolean mSupportsConcurrentCapture; field in SoundTrigger.ModuleProperties182 this.mSupportsConcurrentCapture = supportsConcurrentCapture; in ModuleProperties()259 return mSupportsConcurrentCapture; in isConcurrentCaptureSupported()389 if (mSupportsConcurrentCapture != other.mSupportsConcurrentCapture) { in equals()420 result = prime * result + (mSupportsConcurrentCapture ? 1 : 0); in hashCode()