Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DAudioRecordingConfiguration.java59 private final AudioFormat mDeviceFormat; field in AudioRecordingConfiguration
89 mDeviceFormat = devFormat; in AudioRecordingConfiguration()
137 + ", dev=" + arc.mDeviceFormat.toLogFriendlyString() in toLogFriendlyString()
142 + ", dev=" + arc.mDeviceFormat.toLogFriendlyString() in toLogFriendlyString()
159 in.mDeviceFormat, in.mPatchHandle, "" /*empty package name*/, in anonymizedCopy()
203 public AudioFormat getFormat() { return mDeviceFormat; } in getFormat()
351 mDeviceFormat.writeToParcel(dest, 0); in writeToParcel()
372 mDeviceFormat = AudioFormat.CREATOR.createFromParcel(in); in AudioRecordingConfiguration()
401 && (mDeviceFormat.equals(that.mDeviceFormat)) in equals()
/frameworks/av/media/libaaudio/src/core/
DAudioStream.h472 mDeviceFormat = format; in setDeviceFormat()
476 return mDeviceFormat; in getDeviceFormat()
573 audio_format_t mDeviceFormat = AUDIO_FORMAT_INVALID; variable
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt37296 Landroid/media/AudioRecordingConfiguration;->mDeviceFormat:Landroid/media/AudioFormat;