Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DWiredAccessoryManager.java62 private static final int BIT_USB_HEADSET_ANLG = (1 << 2); field in WiredAccessoryManager
67 BIT_USB_HEADSET_ANLG | BIT_USB_HEADSET_DGTL |
202 int usb_headset_anlg = headsetState & BIT_USB_HEADSET_ANLG; in updateLocked()
228 if (usb_headset_anlg == BIT_USB_HEADSET_ANLG && usb_headset_dgtl == BIT_USB_HEADSET_DGTL) { in updateLocked()
296 } else if (headset == BIT_USB_HEADSET_ANLG) { in setDeviceStateLocked()
392 uei = new UEventInfo(NAME_USB_AUDIO, BIT_USB_HEADSET_ANLG, BIT_USB_HEADSET_DGTL, 0); in makeObservedUEventList()