Searched refs:headset (Results 1 – 9 of 9) sorted by relevance
146 int headset; in notifyWiredAccessoryChanged() local151 headset = 0; in notifyWiredAccessoryChanged()155 headset = BIT_HEADSET_NO_MIC; in notifyWiredAccessoryChanged()159 headset = BIT_LINEOUT; in notifyWiredAccessoryChanged()163 headset = BIT_HEADSET; in notifyWiredAccessoryChanged()167 headset = BIT_HEADSET; in notifyWiredAccessoryChanged()171 headset = 0; in notifyWiredAccessoryChanged()176 (mHeadsetState & ~(BIT_HEADSET | BIT_HEADSET_NO_MIC | BIT_LINEOUT)) | headset); in notifyWiredAccessoryChanged()276 private void setDeviceStateLocked(int headset, in setDeviceStateLocked() argument278 if ((headsetState & headset) != (prevHeadsetState & headset)) { in setDeviceStateLocked()[all …]
341 HeaderSet headset; in setPath() local343 headset = new HeaderSet(); in setPath()345 headset = header; in setPath()346 if (headset.nonce != null) { in setPath()348 System.arraycopy(headset.nonce, 0, mChallengeDigest, 0, 16); in setPath()353 if (headset.nonce != null) { in setPath()355 System.arraycopy(headset.nonce, 0, mChallengeDigest, 0, 16); in setPath()360 headset.mConnectionID = new byte[4]; in setPath()361 System.arraycopy(mConnectionId, 0, headset.mConnectionID, 0, 4); in setPath()364 head = ObexHelper.createHeader(headset, false); in setPath()[all …]
... clipped_even_odd public static final int gradient public static final int headset public static final int ic_launcher public static final int multi_line_of_path_data ...
24 - The descriptors when a headset with microphone and low-impedance
479 /*package*/ synchronized void onHeadsetProfileConnected(BluetoothHeadset headset) { in onHeadsetProfileConnected() argument482 mBluetoothHeadset = headset; in onHeadsetProfileConnected()
2512 BluetoothHeadset headset = new BluetoothHeadset(context, listener); in getProfileProxy() local2578 BluetoothHeadset headset = (BluetoothHeadset) proxy; in closeProfileProxy() local2579 headset.close(); in closeProfileProxy()
4493 // Device headset status4527 // FIELD - The time the headset was used in a session
6413 …c final java.lang.String ACTION_AUDIO_STATE_CHANGED = "android.bluetooth.headset.profile.action.AU…6414 …al java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.headset.profile.action.CO…6415 …va.lang.String ACTION_VENDOR_SPECIFIC_HEADSET_EVENT = "android.bluetooth.headset.action.VENDOR_SPE…6421 …ang.String EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_ARGS = "android.bluetooth.headset.extra.VENDOR_SPEC…6422 …lang.String EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD = "android.bluetooth.headset.extra.VENDOR_SPEC…6423 …String EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE = "android.bluetooth.headset.extra.VENDOR_SPEC…6428 …g VENDOR_SPECIFIC_HEADSET_EVENT_COMPANY_ID_CATEGORY = "android.bluetooth.headset.intent.category.c…
8603 …field public static final String ACTION_AUDIO_STATE_CHANGED = "android.bluetooth.headset.profile.a…8604 …field public static final String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.headset.prof…8605 …c final String ACTION_VENDOR_SPECIFIC_HEADSET_EVENT = "android.bluetooth.headset.action.VENDOR_SPE…8611 …nal String EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_ARGS = "android.bluetooth.headset.extra.VENDOR_SPEC…8612 …inal String EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD = "android.bluetooth.headset.extra.VENDOR_SPEC…8613 …String EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE = "android.bluetooth.headset.extra.VENDOR_SPEC…8618 …g VENDOR_SPECIFIC_HEADSET_EVENT_COMPANY_ID_CATEGORY = "android.bluetooth.headset.intent.category.c…