HomeSort by relevance Sort by last modified time
    Searched full:headset (Results 76 - 100 of 247) sorted by null

1 2 34 5 6 7 8 910

  /docs/source.android.com/src/devices/tech/input/
key-layout-files.jd 24 and headset media keys.</p>
170 <h4 id="headset-jack-media-controls">Headset Jack Media Controls</h4>
171 <pre><code># This is an example of a key layout file for headset mounted media controls.
172 # A typical headset jack interface might have special control wires or detect known
  /frameworks/base/docs/html/guide/topics/connectivity/
bluetooth.jd 131 Headset and Hands-Free (v1.5) profiles.</dd>
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListSet.java 387 public NavigableSet<E> headSet(E toElement, boolean inclusive) {
415 public NavigableSet<E> headSet(E toElement) {
416 return headSet(toElement, false);
  /external/guava/guava/src/com/google/common/collect/
Constraints.java 175 @Override public SortedSet<E> headSet(E toElement) {
176 return constrainedSortedSet(delegate.headSet(toElement), constraint);
SortedMultisets.java 55 @Override public SortedSet<E> headSet(E toElement) {
StandardRowSortedTable.java 96 public SortedSet<R> headSet(R toElement) {
  /frameworks/base/docs/html/sdk/api_diff/9/changes/
java.util.TreeSet.html 116 <nobr><code>NavigableSet&lt;E&gt;</code>&nbsp;<A HREF="../../../../reference/java/util/TreeSet.html#headSet(E, boolean)" target="_top"><code>headSet</code></A>(<code>E,</nobr> boolean<nobr><nobr></code>)</nobr>
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.h 63 * hardware i.e. headphones, phone handset, bluetooth headset, etc.
121 #define SND_USE_CASE_DEV_HEADSET "Headset"
  /external/bluetooth/bluedroid/btif/src/
btif_hf.c 44 #define BTIF_HSAG_SERVICE_NAME ("Headset Gateway")
506 ** Description connect to headset
536 ** Description disconnect from headset
946 ** (3) can happen if call is active and a headset connects to us
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
TreeMultimapExplicitTest.java 189 assertEquals(Sets.newHashSet(null, "tree"), keySet.headSet("yahoo"));
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
AreaCodeMap.java 168 currentSetOfLengths = currentSetOfLengths.headSet(possibleLength);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioPolicyManagerALSA.cpp 110 // tail into the earpiece or headset.
AudioHardwareALSA.h 133 #define DEVICE_SPEAKER_HEADSET "Speaker Headset"
134 #define DEVICE_HEADSET "Headset"
  /libcore/luni/src/main/java/java/util/
SortedSet.java 66 public SortedSet<E> headSet(E end);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
A2dpProfile.java 127 // Downgrade priority as user is disconnecting the headset.
  /packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java 328 // If the phone is docked/undocked during a call, and no wired or BT headset
348 // TTY mode is only applied if a headset is connected
472 // Manages wired headset state
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 1361 BluetoothHeadset headset = new BluetoothHeadset(context, listener); local
1399 BluetoothHeadset headset = (BluetoothHeadset)proxy; local
    [all...]
  /external/chromium_org/content/browser/gamepad/
xbox_data_fetcher_mac.cc 230 // Protocol 3 is used by a connected headset device.
234 // We don't currently support the ChatPad or headset, so protocol 1 is the
  /frameworks/base/docs/html/about/versions/
android-4.0.3.jd 212 a headset is not in use. By default, no password text is spoken unless a headset
  /frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
ScoAudioTest.java 159 BluetoothProfile.HEADSET);
174 btAdapter.closeProfileProxy(BluetoothProfile.HEADSET, mBluetoothHeadset);
  /hardware/qcom/audio/hal/
audio_hw.c 281 * on speaker and out_set_parameters(headset) is received on low-latency
282 * output, then we have to make sure deep-buffer is also switched to headset,
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverService.java 223 // Once BT is enabled, the headset pairing will be started
326 // If there is a pending headset pairing, start it
  /external/bluetooth/bluedroid/bta/include/
bta_av_co.h 332 ** It's very likely that the connected headset with this handle
  /external/bluetooth/bluedroid/bta/sys/
bta_sys.h 90 #define BTA_ID_HS 27 /* Headset */
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SetGenerators.java 98 .headSet("zzy");

Completed in 1419 milliseconds

1 2 34 5 6 7 8 910