Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/soundtrigger/
DSoundTrigger.java84 public final int maxBufferMs; field in SoundTrigger.ModuleProperties
99 int maxBufferMs, boolean supportsConcurrentCapture, in ModuleProperties() argument
111 this.maxBufferMs = maxBufferMs; in ModuleProperties()
139 int maxBufferMs = in.readInt(); in fromParcel() local
145 supportsCaptureTransition, maxBufferMs, supportsConcurrentCapture, in fromParcel()
161 dest.writeInt(maxBufferMs); in writeToParcel()
179 + maxBufferMs + ", supportsConcurrentCapture=" + supportsConcurrentCapture in toString()
/frameworks/av/services/soundtrigger/
DSoundTriggerHalHidl.cpp333 properties->max_buffer_ms = halProperties->maxBufferMs; in convertPropertiesFromHal()