Home | History | Annotate | Download | only in msm8916

Lines Matching refs:in_device

1591     audio_devices_t in_device = ((adev->active_input == NULL) ?
1599 ALOGV("%s: enter: out_device(%#x) in_device(%#x)",
1600 __func__, out_device, in_device);
1679 if (in_device & AUDIO_DEVICE_IN_BUILTIN_MIC ||
1680 in_device & AUDIO_DEVICE_IN_BACK_MIC) {
1688 if (in_device & AUDIO_DEVICE_IN_BUILTIN_MIC) {
1705 in_device = AUDIO_DEVICE_IN_BACK_MIC;
1710 if (in_device & AUDIO_DEVICE_IN_BACK_MIC) {
1723 } else if (in_device & AUDIO_DEVICE_IN_BUILTIN_MIC) {
1729 } else if (in_device & AUDIO_DEVICE_IN_WIRED_HEADSET) {
1735 if (in_device & AUDIO_DEVICE_IN_BACK_MIC) {
1748 } else if (in_device & AUDIO_DEVICE_IN_BUILTIN_MIC) {
1754 } else if (in_device & AUDIO_DEVICE_IN_WIRED_HEADSET) {
1760 if (in_device & AUDIO_DEVICE_IN_BACK_MIC) {
1773 } else if (in_device & AUDIO_DEVICE_IN_BUILTIN_MIC) {
1779 } else if (in_device & AUDIO_DEVICE_IN_WIRED_HEADSET) {
1797 if (in_device != AUDIO_DEVICE_NONE &&
1798 !(in_device & AUDIO_DEVICE_IN_VOICE_CALL) &&
1799 !(in_device & AUDIO_DEVICE_IN_COMMUNICATION)) {
1800 if (in_device & AUDIO_DEVICE_IN_BUILTIN_MIC) {
1806 } else if (in_device & AUDIO_DEVICE_IN_BACK_MIC) {
1808 } else if (in_device & AUDIO_DEVICE_IN_WIRED_HEADSET) {
1810 } else if (in_device & AUDIO_DEVICE_IN_BLUETOOTH_SCO_HEADSET) {
1822 } else if (in_device & AUDIO_DEVICE_IN_AUX_DIGITAL) {
1824 } else if (in_device & AUDIO_DEVICE_IN_ANLG_DOCK_HEADSET ||
1825 in_device & AUDIO_DEVICE_IN_DGTL_DOCK_HEADSET) {
1827 } else if (in_device & AUDIO_DEVICE_IN_FM_TUNER) {
1830 ALOGE("%s: Unknown input device(s) %#x", __func__, in_device);