Home | History | Annotate | Download | only in audio

Lines Matching refs:mAvailableInputDevices

205             if (mAvailableInputDevices & device) {
223 mAvailableInputDevices = mAvailableInputDevices | (device & ~AUDIO_DEVICE_BIT_IN);
229 if (!(mAvailableInputDevices & device)) {
234 mAvailableInputDevices = (audio_devices_t) (mAvailableInputDevices & ~device);
281 if (device & mAvailableInputDevices) {
1404 snprintf(buffer, SIZE, " Input devices: %08x\n", mAvailableInputDevices);
2203 if (!(desc->mProfile->mSupportedDevices & mAvailableInputDevices)) {
2927 if (mAvailableInputDevices & AUDIO_DEVICE_IN_VOICE_CALL) {
2935 if (mAvailableInputDevices & AUDIO_DEVICE_IN_BLUETOOTH_A2DP) {
2945 mAvailableInputDevices & AUDIO_DEVICE_IN_BLUETOOTH_SCO_HEADSET) {
2947 } else if (mAvailableInputDevices & AUDIO_DEVICE_IN_WIRED_HEADSET) {
2949 } else if (mAvailableInputDevices & AUDIO_DEVICE_IN_USB_DEVICE) {
2951 } else if (mAvailableInputDevices & AUDIO_DEVICE_IN_BUILTIN_MIC) {
2956 if (mAvailableInputDevices & AUDIO_DEVICE_IN_BACK_MIC) {
2958 } else if (mAvailableInputDevices & AUDIO_DEVICE_IN_BUILTIN_MIC) {
2964 if (mAvailableInputDevices & AUDIO_DEVICE_IN_VOICE_CALL) {
2969 if (mAvailableInputDevices & AUDIO_DEVICE_IN_REMOTE_SUBMIX) {
4305 mAvailableInputDevices = parseDeviceNames((char *)node->value) & ~AUDIO_DEVICE_BIT_IN;
4306 ALOGV("loadGlobalConfig() mAvailableInputDevices %04x", mAvailableInputDevices);
4346 mAvailableInputDevices = AUDIO_DEVICE_IN_BUILTIN_MIC & ~AUDIO_DEVICE_BIT_IN;