Searched refs:mDeviceFormat (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/java/android/media/
H A DAudioRecordingConfiguration.java52 private final AudioFormat mDeviceFormat; field in class:AudioRecordingConfiguration
65 mDeviceFormat = devFormat;
113 public AudioFormat getFormat() { return mDeviceFormat; }
186 mDeviceFormat.writeToParcel(dest, 0);
194 mDeviceFormat = AudioFormat.CREATOR.createFromParcel(in);
209 && (mDeviceFormat.equals(that.mDeviceFormat)));
/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternalPlay.cpp142 if (mDeviceFormat == AAUDIO_FORMAT_PCM_FLOAT) {
150 } else if (mDeviceFormat == AAUDIO_FORMAT_PCM_I16) {
168 if (mDeviceFormat == AAUDIO_FORMAT_PCM_FLOAT) {
184 } else if (mDeviceFormat == AAUDIO_FORMAT_PCM_I16) {
H A DAudioStreamInternalCapture.cpp132 if (mDeviceFormat == getFormat()) {
134 } else if (mDeviceFormat == AAUDIO_FORMAT_PCM_I16
141 } else if (mDeviceFormat == AAUDIO_FORMAT_PCM_FLOAT
H A DAudioStreamInternal.h127 aaudio_format_t mDeviceFormat = AAUDIO_FORMAT_UNSPECIFIED; member in class:aaudio::AudioStreamInternal
H A DAudioStreamInternal.cpp119 mDeviceFormat = configuration.getAudioFormat();

Completed in 88 milliseconds