Searched refs:nativeMask (Results 1 – 2 of 2) sorted by relevance
129 static inline int outChannelMaskFromNative(audio_channel_mask_t nativeMask) in outChannelMaskFromNative() argument131 switch (nativeMask) { in outChannelMaskFromNative()135 return (int)nativeMask<<2; in outChannelMaskFromNative()144 static inline int inChannelMaskFromNative(audio_channel_mask_t nativeMask) in inChannelMaskFromNative() argument146 return (int)nativeMask; in inChannelMaskFromNative()
418 public static int convertNativeChannelMaskToOutMask(int nativeMask) { in convertNativeChannelMaskToOutMask() argument419 return (nativeMask << 2); in convertNativeChannelMaskToOutMask()