Searched refs:mAvailableInputDevices (Results 1 – 2 of 2) sorted by relevance
204 if (mAvailableInputDevices & device) { in setDeviceConnectionState()222 mAvailableInputDevices = mAvailableInputDevices | (device & ~AUDIO_DEVICE_BIT_IN); in setDeviceConnectionState()228 if (!(mAvailableInputDevices & device)) { in setDeviceConnectionState()233 mAvailableInputDevices = (audio_devices_t) (mAvailableInputDevices & ~device); in setDeviceConnectionState()280 if (device & mAvailableInputDevices) { in getDeviceConnectionState()1403 snprintf(buffer, SIZE, " Input devices: %08x\n", mAvailableInputDevices); in dump()2202 if (!(desc->mProfile->mSupportedDevices & mAvailableInputDevices)) { in checkInputsForDevice()2911 if (mAvailableInputDevices & AUDIO_DEVICE_IN_VOICE_CALL) { in getDeviceForInputSource()2919 if (mAvailableInputDevices & AUDIO_DEVICE_IN_BLUETOOTH_A2DP) { in getDeviceForInputSource()2929 mAvailableInputDevices & AUDIO_DEVICE_IN_BLUETOOTH_SCO_HEADSET) { in getDeviceForInputSource()[all …]
541 audio_devices_t mAvailableInputDevices; // bit field of all available input devices variable