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

1 2 3 45 6 7 8 910

  /frameworks/base/docs/html/training/managing-audio/
volume-playback.jd 36 device, bluetooth headset, or headphones.</p>
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDevicePreference.java 220 boolean headsetNotConnected = false; // Headset is preferred but not connected
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibilityUtils.java 239 * Handles speaking the "connect a headset to hear passwords" notification
  /external/bluetooth/bluedroid/btif/src/
btif_av.c 194 ** Description Timer to trigger AV open if the remote headset establishes
789 ** Description Establishes the AV signalling channel with the remote headset
816 ** Description Tears down the AV signalling channel with the remote headset
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
TreeMultimapNaturalTest.java 155 Set<Integer> fooSet = multimap.get("foo").headSet(4);
157 Set<Integer> missingSet = multimap.get("missing").headSet(4);
272 assertEquals(ImmutableSet.of("foo", "google"), keySet.headSet("hi"));
ConstraintsTest.java 163 constrained.headSet("bar").add(TEST_ELEMENT);
TreeMultisetTest.java 142 ASSERT.that(elementSet.headSet("b")).hasContentsInOrder("a");
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 37 // Attenuation applied to STRATEGY_SONIFICATION streams when a headset is connected: 6dB
370 // Only considers inputs from physical devices (e.g. main mic, headset mic) when
540 bool mLimitRingtoneVolume; // limit ringtone volume to music volume if headset connected
AudioHardwareInterface.h 193 * You can set Audio routing to output to handset, speaker, Bluetooth, or a headset.
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 194 Log.e(TAG, "Could not bind to Bluetooth Headset Phone Service");
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sco.c 831 /* second headset has now joined */
    [all...]
  /external/guava/guava/src/com/google/common/collect/
AbstractMultimap.java 684 public SortedSet<V> headSet(V toElement) {
687 getKey(), getSortedSetDelegate().headSet(toElement),
970 public SortedSet<K> headSet(K toElement) {
    [all...]
Synchronized.java 267 public SortedSet<E> headSet(E toElement) {
269 return sortedSet(delegate().headSet(toElement), mutex);
  /packages/services/Telephony/src/com/android/phone/
BluetoothPhoneService.java 52 * Bluetooth headset manager for the Phone app.
117 mAdapter.getProfileProxy(this, mProfileListener, BluetoothProfile.HEADSET);
511 // Send CLCC response to Bluetooth headset service
    [all...]
  /device/asus/flo/overlay/frameworks/base/core/res/res/values/
config.xml 241 <!-- Setting this true forces the headset jack switches to use the/dev/input/event subsystem
  /device/samsung/manta/audio/
audio_hw.c 308 "media-headset-mic",
343 "voice-rec-headset-mic",
364 "communication-headset-mic",
377 "bt-sco-headset",
    [all...]
  /external/bluetooth/bluedroid/stack/include/
sdpdefs.h 236 #define UUID_SERVCLASS_HEADSET_HS 0x1131 /* Headset - HS, from HSP v1.2 */
  /frameworks/base/services/java/com/android/server/am/
BatteryStatsService.java 314 BluetoothProfile.HEADSET);
  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.cpp 316 // NOTE: It is likely that the A2DP headset is being disconnected
  /hardware/qcom/audio/legacy/alsa_sound/
ALSAMixer.cpp 74 ALSA_PROP(AudioSystem::DEVICE_OUT_WIRED_HEADSET, "headset", "Headphone", "Capture"),
  /libcore/luni/src/main/java/java/util/
TreeMap.java     [all...]
  /frameworks/base/media/java/android/media/
AudioService.java 175 // Timeout for connection to bluetooth headset service
354 // Bluetooth headset device
358 // audio service (internal) or bluetooth headset (external)
362 // SCO audio activation request waiting for headset service to connect
366 // SCO audio deactivation request waiting for headset service to connect
373 // waiting for headset service to connect
384 // Current connection state indicated by bluetooth headset
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Synchronized.java 254 public SortedSet<E> headSet(E toElement) {
256 return sortedSet(delegate().headSet(toElement), mutex);
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 165 if (((profileId == BluetoothProfile.A2DP) ||(profileId == BluetoothProfile.HEADSET)) &&
    [all...]
  /packages/apps/InCallUI/res/values/
strings.xml 92 <!-- "Audio mode" popup menu: Item label to select the wired headset [CHAR LIMIT=25] -->
93 <string name="audio_mode_wired_headset">Wired headset</string>
94 <!-- "Audio mode" popup menu: Item label to select the bluetooth headset [CHAR LIMIT=25] -->
    [all...]

Completed in 5716 milliseconds

1 2 3 45 6 7 8 910