Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DWiredAccessoryManager.java146 int headset; in notifyWiredAccessoryChanged() local
151 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() argument
278 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/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/android/layoutlib/test/myapplication/
DR$drawable.class ... 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 ...
/frameworks/base/tests/UsbTests/res/raw/
Dreadme.txt24 - The descriptors when a headset with microphone and low-impedance
/frameworks/base/services/core/java/com/android/server/audio/
DBtHelper.java493 /*package*/ synchronized void onHeadsetProfileConnected(BluetoothHeadset headset) { in onHeadsetProfileConnected() argument
496 mBluetoothHeadset = headset; in onHeadsetProfileConnected()
/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java3017 BluetoothHeadset headset = new BluetoothHeadset(context, listener, this); in getProfileProxy() local
3094 BluetoothHeadset headset = (BluetoothHeadset) proxy; in closeProfileProxy() local
3095 headset.close(); in closeProfileProxy()
/frameworks/proto_logging/stats/
Datoms.proto13788 * built-in mics, common audio devices such as wired headset, usb headset
13794 OUTPUT_WIRED_HEADSET = 0x4; // 3.5mm headset
13795 OUTPUT_USB_HEADSET = 0x8; // usb headset
13803 INPUT_WIRED_HEADSET_MIC = 0x40000004; // 3.5mm headset mic
13804 INPUT_USB_HEADSET_MIC = 0x40000008; // usb headset mic
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto4500 // Device headset status
4534 // FIELD - The time the headset was used in a session
/frameworks/base/core/api/
Dcurrent.txt9287 …blic static final String ACTION_AUDIO_STATE_CHANGED = "android.bluetooth.headset.profile.action.AU…
9288 …static final String ACTION_CONNECTION_STATE_CHANGED = "android.bluetooth.headset.profile.action.CO…
9289 …c final String ACTION_VENDOR_SPECIFIC_HEADSET_EVENT = "android.bluetooth.headset.action.VENDOR_SPE…
9295 …nal String EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_ARGS = "android.bluetooth.headset.extra.VENDOR_SPEC…
9296 …inal String EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD = "android.bluetooth.headset.extra.VENDOR_SPEC…
9297 …String EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD_TYPE = "android.bluetooth.headset.extra.VENDOR_SPEC…
9302 …g VENDOR_SPECIFIC_HEADSET_EVENT_COMPANY_ID_CATEGORY = "android.bluetooth.headset.intent.category.c…
/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…