Searched refs:maxBufferMs (Results 1 – 3 of 3) sorted by relevance
111 public final int maxBufferMs; field in SoundTrigger.ModuleProperties127 int maxBufferMs, boolean supportsConcurrentCapture, in ModuleProperties() argument139 this.maxBufferMs = maxBufferMs; in ModuleProperties()167 int maxBufferMs = in.readInt(); in fromParcel() local173 supportsCaptureTransition, maxBufferMs, supportsConcurrentCapture, in fromParcel()189 dest.writeInt(maxBufferMs); in writeToParcel()207 + maxBufferMs + ", supportsConcurrentCapture=" + supportsConcurrentCapture in toString()
523 properties->max_buffer_ms = halProperties->maxBufferMs; in convertPropertiesFromHal()
24942 Landroid/hardware/soundtrigger/SoundTrigger$ModuleProperties;->maxBufferMs:I