Lines Matching refs:mAvailableInputDevices
204 if (mAvailableInputDevices & device) {
208 mAvailableInputDevices = mAvailableInputDevices | (device & ~AUDIO_DEVICE_BIT_IN);
214 if (!(mAvailableInputDevices & device)) {
218 mAvailableInputDevices = (audio_devices_t) (mAvailableInputDevices & ~device);
273 if (device & mAvailableInputDevices) {
1386 snprintf(buffer, SIZE, " Input devices: %08x\n", mAvailableInputDevices);
2693 if (mAvailableInputDevices & AUDIO_DEVICE_IN_VOICE_CALL) {
2705 mAvailableInputDevices & AUDIO_DEVICE_IN_BLUETOOTH_SCO_HEADSET) {
2707 } else if (mAvailableInputDevices & AUDIO_DEVICE_IN_WIRED_HEADSET) {
2709 } else if (mAvailableInputDevices & AUDIO_DEVICE_IN_BUILTIN_MIC) {
2714 if (mAvailableInputDevices & AUDIO_DEVICE_IN_BACK_MIC) {
2716 } else if (mAvailableInputDevices & AUDIO_DEVICE_IN_BUILTIN_MIC) {
2722 if (mAvailableInputDevices & AUDIO_DEVICE_IN_VOICE_CALL) {
2727 if (mAvailableInputDevices & AUDIO_DEVICE_IN_REMOTE_SUBMIX) {
4023 mAvailableInputDevices = parseDeviceNames((char *)node->value) & ~AUDIO_DEVICE_BIT_IN;
4024 ALOGV("loadGlobalConfig() mAvailableInputDevices %04x", mAvailableInputDevices);
4064 mAvailableInputDevices = AUDIO_DEVICE_IN_BUILTIN_MIC & ~AUDIO_DEVICE_BIT_IN;