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

/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp372 audio_channel_mask_t *pChannelMask,
380 audio_channel_mask_t channelMask = pChannelMask ? *pChannelMask : (audio_channel_mask_t)0;
401 if (pChannelMask) *pChannelMask = channelMask;
449 audio_channel_mask_t *pChannelMask)
455 audio_channel_mask_t channelMask = pChannelMask ? *pChannelMask : (audio_channel_mask_t)0;
472 if (pChannelMask) *pChannelMask
368 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) argument
445 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.cpp1357 audio_channel_mask_t *pChannelMask,
1367 return af->openOutput((audio_module_handle_t)0, pDevices, pSamplingRate, pFormat, pChannelMask,
1376 audio_channel_mask_t *pChannelMask,
1385 return af->openOutput(module, pDevices, pSamplingRate, pFormat, pChannelMask,
1437 audio_channel_mask_t *pChannelMask,
1446 return af->openInput((audio_module_handle_t)0, pDevices, pSamplingRate, pFormat, pChannelMask);
1454 audio_channel_mask_t *pChannelMask)
1462 return af->openInput(module, pDevices, pSamplingRate, pFormat, pChannelMask);
1353 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
1371 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) argument
1433 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
1449 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.cpp6947 audio_channel_mask_t *pChannelMask,
6955 channel_mask: pChannelMask ? *pChannelMask : 0,
7015 if (pChannelMask != NULL) *pChannelMask = config.channel_mask;
7137 audio_channel_mask_t *pChannelMask)
7143 channel_mask: pChannelMask ? *pChannelMask : 0,
7203 if (pChannelMask != NULL) *pChannelMask
6943 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) argument
7133 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 113 milliseconds