Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/soundtrigger/
DSoundTrigger.java148 int maxBufferMs, boolean supportsConcurrentCapture, int powerConsumptionMw, in ModuleProperties() argument
162 this.mSupportsConcurrentCapture = supportsConcurrentCapture; in ModuleProperties()
286 boolean supportsConcurrentCapture = in.readByte() == 1; in fromParcel()
292 supportsCaptureTransition, maxBufferMs, supportsConcurrentCapture, in fromParcel()