Lines Matching refs:pChannelMask
69 audio_channel_mask_t *pChannelMask, in open_output() argument
80 if (pSamplingRate == NULL || pFormat == NULL || pChannelMask == NULL || in open_output()
87 config.channel_mask = *pChannelMask; in open_output()
97 *pChannelMask = config.channel_mask; in open_output()
110 audio_channel_mask_t *pChannelMask, in aps_open_output() argument
114 return open_output((audio_module_handle_t)0, pDevices, pSamplingRate, pFormat, pChannelMask, in aps_open_output()
123 audio_channel_mask_t *pChannelMask, in aps_open_output_on_module() argument
128 return open_output(module, pDevices, pSamplingRate, pFormat, pChannelMask, in aps_open_output_on_module()
180 audio_channel_mask_t *pChannelMask) in open_input() argument
188 if (pSamplingRate == NULL || pFormat == NULL || pChannelMask == NULL || pDevices == NULL) { in open_input()
201 config.channel_mask = *pChannelMask; in open_input()
208 *pChannelMask = config.channel_mask; in open_input()
219 audio_channel_mask_t *pChannelMask, in aps_open_input() argument
222 return open_input((audio_module_handle_t)0, pDevices, pSamplingRate, pFormat, pChannelMask); in aps_open_input()
230 audio_channel_mask_t *pChannelMask) in aps_open_input_on_module() argument
232 return open_input(module, pDevices, pSamplingRate, pFormat, pChannelMask); in aps_open_input_on_module()