Searched refs:mSupportsConcurrentCapture (Results 1 – 1 of 1) sorted by relevance
136 private final boolean mSupportsConcurrentCapture; field in SoundTrigger.ModuleProperties162 this.mSupportsConcurrentCapture = supportsConcurrentCapture; in ModuleProperties()239 return mSupportsConcurrentCapture; in isConcurrentCaptureSupported()369 if (mSupportsConcurrentCapture != other.mSupportsConcurrentCapture) { in equals()400 result = prime * result + (mSupportsConcurrentCapture ? 1 : 0); in hashCode()