Searched refs:BIT_HEADSET_NO_MIC (Results 1 – 1 of 1) sorted by relevance
61 private static final int BIT_HEADSET_NO_MIC = (1 << 1); field in WiredAccessoryManager66 private static final int SUPPORTED_HEADSETS = (BIT_HEADSET | BIT_HEADSET_NO_MIC |155 headset = BIT_HEADSET_NO_MIC; in notifyWiredAccessoryChanged()176 (mHeadsetState & ~(BIT_HEADSET | BIT_HEADSET_NO_MIC | BIT_LINEOUT)) | headset); in notifyWiredAccessoryChanged()204 int h2w_headset = headsetState & (BIT_HEADSET | BIT_HEADSET_NO_MIC | BIT_LINEOUT); in updateLocked()222 if (h2w_headset == (BIT_HEADSET | BIT_HEADSET_NO_MIC | BIT_LINEOUT)) { in updateLocked()292 } else if (headset == BIT_HEADSET_NO_MIC) { in setDeviceStateLocked()383 uei = new UEventInfo(NAME_H2W, BIT_HEADSET, BIT_HEADSET_NO_MIC, BIT_LINEOUT); in makeObservedUEventList()527 updateBit(maskAndState, BIT_HEADSET_NO_MIC, status, "HEADPHONE") ; in parseState()