Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DWiredAccessoryManager.java128 int headset; in notifyWiredAccessoryChanged() local
133 headset = 0; in notifyWiredAccessoryChanged()
137 headset = BIT_HEADSET_NO_MIC; in notifyWiredAccessoryChanged()
141 headset = BIT_LINEOUT; in notifyWiredAccessoryChanged()
145 headset = BIT_HEADSET; in notifyWiredAccessoryChanged()
149 headset = BIT_HEADSET; in notifyWiredAccessoryChanged()
153 headset = 0; in notifyWiredAccessoryChanged()
158 (mHeadsetState & ~(BIT_HEADSET | BIT_HEADSET_NO_MIC | BIT_LINEOUT)) | headset); in notifyWiredAccessoryChanged()
256 private void setDeviceStateLocked(int headset, in setDeviceStateLocked() argument
258 if ((headsetState & headset) != (prevHeadsetState & headset)) { in setDeviceStateLocked()
[all …]
/frameworks/base/obex/javax/obex/
DClientSession.java341 HeaderSet headset; in setPath() local
343 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 …]
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
DR$drawable.class ... { public static final int android public static final int headset public static final int ic_launcher public static final int multi_path ...
/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java2025 BluetoothHeadset headset = new BluetoothHeadset(context, listener); in getProfileProxy() local
2084 BluetoothHeadset headset = (BluetoothHeadset)proxy; in closeProfileProxy() local
2085 headset.close(); in closeProfileProxy()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt6413 …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…
/frameworks/base/api/
Dcurrent.txt7828 …c final java.lang.String ACTION_AUDIO_STATE_CHANGED = "android.bluetooth.headset.profile.action.AU…
7829 …al java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.headset.profile.action.CO…
7830 …va.lang.String ACTION_VENDOR_SPECIFIC_HEADSET_EVENT = "android.bluetooth.headset.action.VENDOR_SPE…
7836 …ang.String EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_ARGS = "android.bluetooth.headset.extra.VENDOR_SPEC…
7837 …lang.String EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD = "android.bluetooth.headset.extra.VENDOR_SPEC…
7838 …String EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE = "android.bluetooth.headset.extra.VENDOR_SPEC…
7843 …g VENDOR_SPECIFIC_HEADSET_EVENT_COMPANY_ID_CATEGORY = "android.bluetooth.headset.intent.category.c…
Dsystem-current.txt8307 …c final java.lang.String ACTION_AUDIO_STATE_CHANGED = "android.bluetooth.headset.profile.action.AU…
8308 …al java.lang.String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.headset.profile.action.CO…
8309 …va.lang.String ACTION_VENDOR_SPECIFIC_HEADSET_EVENT = "android.bluetooth.headset.action.VENDOR_SPE…
8315 …ang.String EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_ARGS = "android.bluetooth.headset.extra.VENDOR_SPEC…
8316 …lang.String EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD = "android.bluetooth.headset.extra.VENDOR_SPEC…
8317 …String EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE = "android.bluetooth.headset.extra.VENDOR_SPEC…
8322 …g VENDOR_SPECIFIC_HEADSET_EVENT_COMPANY_ID_CATEGORY = "android.bluetooth.headset.intent.category.c…