Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/soundtrigger/
DSoundTrigger.java111 public final int maxBufferMs; field in SoundTrigger.ModuleProperties
127 int maxBufferMs, boolean supportsConcurrentCapture, in ModuleProperties() argument
139 this.maxBufferMs = maxBufferMs; in ModuleProperties()
167 int maxBufferMs = in.readInt(); in fromParcel() local
173 supportsCaptureTransition, maxBufferMs, supportsConcurrentCapture, in fromParcel()
189 dest.writeInt(maxBufferMs); in writeToParcel()
207 + maxBufferMs + ", supportsConcurrentCapture=" + supportsConcurrentCapture in toString()
/frameworks/av/services/soundtrigger/
DSoundTriggerHalHidl.cpp523 properties->max_buffer_ms = halProperties->maxBufferMs; in convertPropertiesFromHal()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt24942 Landroid/hardware/soundtrigger/SoundTrigger$ModuleProperties;->maxBufferMs:I