Home
last modified time | relevance | path

Searched refs:AAudio_getChannelMaskForOpen (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/media/libaaudio/src/utility/
H A DAAudioUtilities.h125 audio_channel_mask_t AAudio_getChannelMaskForOpen(
H A DAAudioUtilities.cpp510 audio_channel_mask_t AAudio_getChannelMaskForOpen( in AAudio_getChannelMaskForOpen() function
/aosp12/frameworks/av/services/oboeservice/
H A DAAudioServiceEndpointMMAP.cpp131 config.channel_mask = AAudio_getChannelMaskForOpen( in openWithFormat()
/aosp12/frameworks/av/media/libaaudio/src/legacy/
H A DAudioStreamRecord.cpp69 AAudio_getChannelMaskForOpen(getChannelMask(), getSamplesPerFrame(), true /*isInput*/); in open()
H A DAudioStreamTrack.cpp70 AAudio_getChannelMaskForOpen(getChannelMask(), getSamplesPerFrame(), false /*isInput*/); in open()