Home | History | Annotate | Download | only in audiopolicy

Lines Matching full:inputdevices

3194             DeviceVector inputDevices = mAvailableInputDevices.getDevicesFromType(profileType);
3196 String8 address = inputDevices.size() > 0 ? inputDevices.itemAt(0)->mAddress
3199 ALOGE_IF(inputDevices.size() == 0, "Input device list is empty!");
7943 ALOGV("loadGlobalConfig() Available InputDevices %08x", mAvailableInputDevices.types());