Searched refs:BIT_USB_HEADSET_DGTL (Results 1 – 1 of 1) sorted by relevance
60 private static final int BIT_USB_HEADSET_DGTL = (1 << 3); field in WiredAccessoryManager64 BIT_USB_HEADSET_ANLG|BIT_USB_HEADSET_DGTL|185 int usb_headset_dgtl = headsetState & BIT_USB_HEADSET_DGTL; in updateLocked()208 if (usb_headset_anlg == BIT_USB_HEADSET_ANLG && usb_headset_dgtl == BIT_USB_HEADSET_DGTL) { in updateLocked()278 } else if (headset == BIT_USB_HEADSET_DGTL) { in setDeviceStateLocked()371 uei = new UEventInfo(NAME_USB_AUDIO, BIT_USB_HEADSET_ANLG, BIT_USB_HEADSET_DGTL, 0); in makeObservedUEventList()