Home | History | Annotate | Download | only in audiopolicy

Lines Matching refs:pFormat

68                                     audio_format_t *pFormat,
80 if (pSamplingRate == NULL || pFormat == NULL || pChannelMask == NULL ||
86 config.format = *pFormat;
96 *pFormat = config.format;
109 audio_format_t *pFormat,
114 return open_output((audio_module_handle_t)0, pDevices, pSamplingRate, pFormat, pChannelMask,
122 audio_format_t *pFormat,
128 return open_output(module, pDevices, pSamplingRate, pFormat, pChannelMask,
179 audio_format_t *pFormat,
188 if (pSamplingRate == NULL || pFormat == NULL || pChannelMask == NULL || pDevices == NULL) {
200 config.format = *pFormat;
207 *pFormat = config.format;
218 audio_format_t *pFormat,
222 return open_input((audio_module_handle_t)0, pDevices, pSamplingRate, pFormat, pChannelMask);
229 audio_format_t *pFormat,
232 return open_input(module, pDevices, pSamplingRate, pFormat, pChannelMask);