Searched refs:outChannelMaskFromNative (Results 1 – 5 of 5) sorted by relevance
51 int32_t channelMask = outChannelMaskFromNative(info.channel_mask); in isOffloadedAudioPlaybackSupported()
56 outChannelMaskFromNative(channelMask)); in createAudioFormatObj()
182 static inline int outChannelMaskFromNative(audio_channel_mask_t nativeMask) in outChannelMaskFromNative() function
1024 jMask = outChannelMaskFromNative(nMask); in convertAudioPortConfigFromNative()1068 jMask = outChannelMaskFromNative(nMask); in convertAudioPortConfigFromNative()1207 : outChannelMaskFromNative(mask); in convertAudioPortFromNative()1246 jMask = outChannelMaskFromNative(nMask); in convertAudioPortFromNative()
59 sampleRate, outChannelMaskFromNative(channelMask), audioFormatFromNative(format)); in JAudioTrack()