Searched refs:maxBufferMs (Results 1 – 2 of 2) sorted by relevance
84 public final int maxBufferMs; field in SoundTrigger.ModuleProperties99 int maxBufferMs, boolean supportsConcurrentCapture, in ModuleProperties() argument111 this.maxBufferMs = maxBufferMs; in ModuleProperties()139 int maxBufferMs = in.readInt(); in fromParcel() local145 supportsCaptureTransition, maxBufferMs, supportsConcurrentCapture, in fromParcel()161 dest.writeInt(maxBufferMs); in writeToParcel()179 + maxBufferMs + ", supportsConcurrentCapture=" + supportsConcurrentCapture in toString()
333 properties->max_buffer_ms = halProperties->maxBufferMs; in convertPropertiesFromHal()