Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DAudioRecordingConfiguration.java62 private final AudioFormat mDeviceFormat; field in AudioRecordingConfiguration
92 mDeviceFormat = devFormat; in AudioRecordingConfiguration()
140 + ", dev=" + arc.mDeviceFormat.toLogFriendlyString() in toLogFriendlyString()
145 + ", dev=" + arc.mDeviceFormat.toLogFriendlyString() in toLogFriendlyString()
162 in.mDeviceFormat, in.mPatchHandle, "" /*empty package name*/, in anonymizedCopy()
206 public AudioFormat getFormat() { return mDeviceFormat; } in getFormat()
355 mDeviceFormat.writeToParcel(dest, 0); in writeToParcel()
376 mDeviceFormat = AudioFormat.CREATOR.createFromParcel(in); in AudioRecordingConfiguration()
405 && (mDeviceFormat.equals(that.mDeviceFormat)) in equals()
/frameworks/base/services/core/java/com/android/server/power/stats/
DPowerStatsLayout.java47 private StringBuilder mDeviceFormat = new StringBuilder(); field in PowerStatsLayout
106 appendFormat(mDeviceFormat, position, length, label, flags); in addDeviceSection()
273 extras.putString(PowerStats.Descriptor.EXTRA_DEVICE_STATS_FORMAT, mDeviceFormat.toString()); in toExtras()
/frameworks/av/media/libaaudio/src/core/
DAudioStream.h617 mDeviceFormat = format; in setDeviceFormat()
621 return mDeviceFormat; in getDeviceFormat()
791 audio_format_t mDeviceFormat = AUDIO_FORMAT_INVALID; variable
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt24677 Landroid/media/AudioRecordingConfiguration;->mDeviceFormat:Landroid/media/AudioFormat;