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

/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp365 audio_channel_mask_t *pChannelMask,
373 audio_channel_mask_t channelMask = pChannelMask ? *pChannelMask : (audio_channel_mask_t)0;
394 if (pChannelMask) *pChannelMask = channelMask;
442 audio_channel_mask_t *pChannelMask)
448 audio_channel_mask_t channelMask = pChannelMask ? *pChannelMask : (audio_channel_mask_t)0;
465 if (pChannelMask) *pChannelMask
361 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
438 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.cpp1350 audio_channel_mask_t *pChannelMask,
1360 return af->openOutput((audio_module_handle_t)0, pDevices, pSamplingRate, pFormat, pChannelMask,
1369 audio_channel_mask_t *pChannelMask,
1378 return af->openOutput(module, pDevices, pSamplingRate, pFormat, pChannelMask,
1430 audio_channel_mask_t *pChannelMask,
1439 return af->openInput((audio_module_handle_t)0, pDevices, pSamplingRate, pFormat, pChannelMask);
1447 audio_channel_mask_t *pChannelMask)
1455 return af->openInput(module, pDevices, pSamplingRate, pFormat, pChannelMask);
1346 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
1364 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
1426 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
1442 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.cpp6755 audio_channel_mask_t *pChannelMask,
6763 channel_mask: pChannelMask ? *pChannelMask : 0,
6822 if (pChannelMask != NULL) *pChannelMask = config.channel_mask;
6972 uint32_t *pChannelMask)
6978 channel_mask: pChannelMask ? *pChannelMask : 0,
7037 if (pChannelMask != NULL) *pChannelMask
6751 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
6968 openInput(audio_module_handle_t module, audio_devices_t *pDevices, uint32_t *pSamplingRate, audio_format_t *pFormat, uint32_t *pChannelMask) argument
[all...]

Completed in 51 milliseconds