Searched defs:pChannelMask (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp388 audio_channel_mask_t *pChannelMask,
397 audio_channel_mask_t channelMask = pChannelMask != NULL ?
398 *pChannelMask : (audio_channel_mask_t)0;
424 if (pChannelMask != NULL) *pChannelMask = channelMask;
472 audio_channel_mask_t *pChannelMask)
478 audio_channel_mask_t channelMask = pChannelMask != NULL ?
479 *pChannelMask : (audio_channel_mask_t)0;
496 if (pChannelMask != NULL) *pChannelMask
384 openOutput(audio_module_handle_t module, audio_devices_t *pDevices, uint32_t *pSamplingRate, audio_format_t *pFormat, audio_channel_mask_t *pChannelMask, uint32_t *pLatencyMs, audio_output_flags_t flags, const audio_offload_info_t *offloadInfo) argument
468 openInput(audio_module_handle_t module, audio_devices_t *pDevices, uint32_t *pSamplingRate, audio_format_t *pFormat, audio_channel_mask_t *pChannelMask) argument
[all...]
/frameworks/av/services/audioflinger/
H A DAudioPolicyService.cpp1464 audio_channel_mask_t *pChannelMask,
1474 return af->openOutput((audio_module_handle_t)0, pDevices, pSamplingRate, pFormat, pChannelMask,
1483 audio_channel_mask_t *pChannelMask,
1493 return af->openOutput(module, pDevices, pSamplingRate, pFormat, pChannelMask,
1545 audio_channel_mask_t *pChannelMask,
1554 return af->openInput((audio_module_handle_t)0, pDevices, pSamplingRate, pFormat, pChannelMask);
1562 audio_channel_mask_t *pChannelMask)
1570 return af->openInput(module, pDevices, pSamplingRate, pFormat, pChannelMask);
1460 aps_open_output(void *service, audio_devices_t *pDevices, uint32_t *pSamplingRate, audio_format_t *pFormat, audio_channel_mask_t *pChannelMask, uint32_t *pLatencyMs, audio_output_flags_t flags) argument
1478 aps_open_output_on_module(void *service, audio_module_handle_t module, audio_devices_t *pDevices, uint32_t *pSamplingRate, audio_format_t *pFormat, audio_channel_mask_t *pChannelMask, uint32_t *pLatencyMs, audio_output_flags_t flags, const audio_offload_info_t *offloadInfo) argument
1541 aps_open_input(void *service, audio_devices_t *pDevices, uint32_t *pSamplingRate, audio_format_t *pFormat, audio_channel_mask_t *pChannelMask, audio_in_acoustics_t acoustics) argument
1557 aps_open_input_on_module(void *service, audio_module_handle_t module, audio_devices_t *pDevices, uint32_t *pSamplingRate, audio_format_t *pFormat, audio_channel_mask_t *pChannelMask) argument
H A DAudioFlinger.cpp1449 audio_channel_mask_t *pChannelMask,
1457 config.channel_mask = (pChannelMask != NULL) ? *pChannelMask : 0;
1530 if (pChannelMask != NULL) {
1531 *pChannelMask = config.channel_mask;
1675 audio_channel_mask_t *pChannelMask)
1681 config.channel_mask = (pChannelMask != NULL) ? *pChannelMask : 0;
1800 if (pChannelMask != NULL) {
1801 *pChannelMask
1445 openOutput(audio_module_handle_t module, audio_devices_t *pDevices, uint32_t *pSamplingRate, audio_format_t *pFormat, audio_channel_mask_t *pChannelMask, uint32_t *pLatencyMs, audio_output_flags_t flags, const audio_offload_info_t *offloadInfo) argument
1671 openInput(audio_module_handle_t module, audio_devices_t *pDevices, uint32_t *pSamplingRate, audio_format_t *pFormat, audio_channel_mask_t *pChannelMask) argument
[all...]

Completed in 362 milliseconds