Home | History | Annotate | Download | only in managerdefault

Lines Matching full:inputdevices

3303             DeviceVector inputDevices = mAvailableInputDevices.getDevicesFromType(profileType);
3305 String8 address = inputDevices.size() > 0 ? inputDevices.itemAt(0)->mAddress
3308 ALOGE_IF(inputDevices.size() == 0, "Input device list is empty!");