Home
last modified time | relevance | path

Searched refs:DEVICE_IN_USB_HEADSET (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/media/java/android/media/
DAudioSystem.java1014 public static final int DEVICE_IN_USB_HEADSET = DEVICE_BIT_IN | 0x2000000; field in AudioSystem
1055 DEVICE_IN_ALL_SET.add(DEVICE_IN_USB_HEADSET);
1067 DEVICE_IN_ALL_USB_SET.add(DEVICE_IN_USB_HEADSET);
1264 case DEVICE_IN_USB_HEADSET: in getInputDeviceName()
DAudioDeviceInfo.java540 INT_TO_EXT_DEVICE_MAPPING.put(AudioSystem.DEVICE_IN_USB_HEADSET, TYPE_USB_HEADSET); in INT_TO_EXT_DEVICE_MAPPING.put() argument
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbAlsaDevice.java214 int device = mIsInputHeadset ? AudioSystem.DEVICE_IN_USB_HEADSET in updateWiredDeviceConnectionState()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceInventory.java1169 AudioSystem.getDeviceConnectionState(AudioSystem.DEVICE_IN_USB_HEADSET, "") in sendDeviceConnectionIntent()
1172 case AudioSystem.DEVICE_IN_USB_HEADSET: in sendDeviceConnectionIntent()