Home
last modified time | relevance | path

Searched refs:setHardwareFormat (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libaaudio/src/core/
DAAudioStreamParameters.h194 void setHardwareFormat(audio_format_t hardwareAudioFormat) { in setHardwareFormat() function
DAudioStream.h606 void setHardwareFormat(audio_format_t format) { in setHardwareFormat() function
/frameworks/av/media/libaaudio/src/binding/
DAAudioStreamConfiguration.cpp72 setHardwareFormat(convHardwareFormat.ok() ? convHardwareFormat.value() : AUDIO_FORMAT_INVALID); in AAudioStreamConfiguration()
/frameworks/av/services/oboeservice/
DAAudioServiceEndpointShared.cpp86 setHardwareFormat(mStreamInternal->getHardwareFormat()); in open()
DAAudioServiceEndpointMMAP.cpp264 setHardwareFormat(getFormat()); in openWithConfig()
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamRecord.cpp219 setHardwareFormat(mAudioRecord->getHalFormat()); in open()
DAudioStreamTrack.cpp222 setHardwareFormat(mAudioTrack->getHalFormat()); in open()
/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternal.cpp213 setHardwareFormat(configurationOutput.getHardwareFormat()); in open()