Searched refs:maxBufferMs (Results 1 – 1 of 1) sorted by relevance
82 public final int maxBufferMs; field in SoundTrigger.ModuleProperties97 int maxBufferMs, boolean supportsConcurrentCapture, in ModuleProperties() argument109 this.maxBufferMs = maxBufferMs; in ModuleProperties()137 int maxBufferMs = in.readInt(); in fromParcel() local143 supportsCaptureTransition, maxBufferMs, supportsConcurrentCapture, in fromParcel()159 dest.writeInt(maxBufferMs); in writeToParcel()177 + maxBufferMs + ", supportsConcurrentCapture=" + supportsConcurrentCapture in toString()