Searched defs:channelMask (Results 1 - 4 of 4) sorted by relevance

/hardware/libhardware/modules/audio/
H A Daudio_policy.c101 audio_channel_mask_t channelMask,
127 audio_channel_mask_t channelMask,
97 ap_get_output(struct audio_policy *pol, audio_stream_type_t stream, uint32_t sampling_rate, audio_format_t format, audio_channel_mask_t channelMask, audio_output_flags_t flags) argument
124 ap_get_input(struct audio_policy *pol, audio_source_t inputSource, uint32_t sampling_rate, audio_format_t format, audio_channel_mask_t channelMask, audio_in_acoustics_t acoustics) argument
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
H A DregulatoryDomain.c1009 TI_UINT8 channelMask; local
1020 channelMask = pRegulatoryDomain->scanControlTable.ScanControlTable24.tableString[channelIndex];
1023 /* Calculate Domain Tx Power - channelMask units are in Dbm. */
1025 DBM2DBMDIV10(channelMask & MASK_TX_POWER);
1026 if (channelMask & (MASK_ACTIVE_ALLOWED | MASK_FREQ_ALLOWED))
1041 if (channelMask & MASK_FREQ_ALLOWED)
1058 channelMask = pRegulatoryDomain->scanControlTable.ScanControlTable5.tableString[channelIndexInBand5];
1059 TRACE3(pRegulatoryDomain->hReport, REPORT_SEVERITY_INFORMATION, "channelIndex=%d, channelIndexInBand5=%d channelMask=%d\n", channelIndex, channelIndexInBand5, channelMask);
1061 /* Calculate Domain Tx Power - channelMask unit
[all...]
/hardware/libhardware_legacy/audio/
H A Daudio_policy_hal.cpp140 audio_channel_mask_t channelMask,
147 sampling_rate, (int) format, channelMask,
177 audio_channel_mask_t channelMask,
181 return lap->apm->getInput((int) inputSource, sampling_rate, (int) format, channelMask,
136 ap_get_output(struct audio_policy *pol, audio_stream_type_t stream, uint32_t sampling_rate, audio_format_t format, audio_channel_mask_t channelMask, audio_output_flags_t flags) argument
174 ap_get_input(struct audio_policy *pol, audio_source_t inputSource, uint32_t sampling_rate, audio_format_t format, audio_channel_mask_t channelMask, audio_in_acoustics_t acoustics) argument
H A DAudioPolicyManagerBase.cpp487 uint32_t channelMask,
497 channelMask,
511 uint32_t channelMask,
518 ALOGV("getOutput() stream %d, samplingRate %d, format %d, channelMask %x, flags %x",
519 stream, samplingRate, format, channelMask, flags);
523 ALOGV("getOutput() test output mCurOutput %d, samplingRate %d, format %d, channelMask %x, mDirectOutput %d",
557 channelMask,
567 outputDesc->mChannelMask = (audio_channel_mask_t)channelMask;
584 (channelMask != 0 && channelMask !
483 getProfileForDirectOutput( audio_devices_t device, uint32_t samplingRate, uint32_t format, uint32_t channelMask, audio_output_flags_t flags) argument
508 getOutput(AudioSystem::stream_type stream, uint32_t samplingRate, uint32_t format, uint32_t channelMask, AudioSystem::output_flags flags) argument
820 getInput(int inputSource, uint32_t samplingRate, uint32_t format, uint32_t channelMask, AudioSystem::audio_in_acoustics acoustics) argument
2397 getInputProfile(audio_devices_t device, uint32_t samplingRate, uint32_t format, uint32_t channelMask) argument
2941 needsDirectOuput(audio_stream_type_t stream, uint32_t samplingRate, audio_format_t format, audio_channel_mask_t channelMask, audio_output_flags_t flags, audio_devices_t device) argument
3242 isCompatibleProfile(audio_devices_t device, uint32_t samplingRate, uint32_t format, uint32_t channelMask, audio_output_flags_t flags) const argument
3499 audio_channel_mask_t channelMask = local
3526 audio_channel_mask_t channelMask = local
[all...]

Completed in 66 milliseconds