HomeSort by relevance Sort by last modified time
    Searched refs:STREAM_BLUETOOTH_SCO (Results 1 - 16 of 16) sorted by null

  /frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
ScoAudioTest.java 114 R.raw.sine440_mo_16b_16k, AudioManager.STREAM_BLUETOOTH_SCO);
134 String.valueOf(AudioManager.STREAM_BLUETOOTH_SCO));
186 mAudioManager.setStreamVolume(AudioManager.STREAM_BLUETOOTH_SCO,
196 AudioManager.STREAM_BLUETOOTH_SCO);
197 setVolumeControlStream(AudioManager.STREAM_BLUETOOTH_SCO);
552 mediaPlayer.setAudioStreamType(AudioManager.STREAM_BLUETOOTH_SCO);
569 mAudioManager.setStreamVolume(AudioManager.STREAM_BLUETOOTH_SCO,
580 mAudioManager.setStreamVolume(AudioManager.STREAM_BLUETOOTH_SCO,
603 AudioManager.STREAM_BLUETOOTH_SCO);
605 mAudioManager.setStreamVolume(AudioManager.STREAM_BLUETOOTH_SCO,
    [all...]
  /frameworks/base/media/java/android/media/
AudioAttributes.java 187 * Internal use only for dealing with legacy STREAM_BLUETOOTH_SCO
558 case AudioSystem.STREAM_BLUETOOTH_SCO:
800 case AudioSystem.STREAM_BLUETOOTH_SCO:
    [all...]
AudioSystem.java 57 public static final int STREAM_BLUETOOTH_SCO = 6;
80 "STREAM_BLUETOOTH_SCO",
    [all...]
AudioManager.java 328 public static final int STREAM_BLUETOOTH_SCO = AudioSystem.STREAM_BLUETOOTH_SCO;
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallTonePlayer.java 220 stream = AudioManager.STREAM_BLUETOOTH_SCO;
  /frameworks/support/v4/api21/android/support/v4/media/session/
MediaControllerCompatApi21.java 205 private static final int STREAM_BLUETOOTH_SCO = 6;
214 return STREAM_BLUETOOTH_SCO;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 103 if (streamType == AudioManager.STREAM_BLUETOOTH_SCO) {
HeadsetStateMachine.java 92 // EXTRA_VOLUME_STREAM_TYPE is STREAM_BLUETOOTH_SCO
    [all...]
  /packages/services/Telephony/src/com/android/phone/
CallNotifier.java 431 stream = mBluetoothHeadset.isAudioOn() ? AudioManager.STREAM_BLUETOOTH_SCO:
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialogController.java 71 AudioSystem.STREAM_BLUETOOTH_SCO,
371 case AudioSystem.STREAM_BLUETOOTH_SCO:
    [all...]
VolumeDialog.java 247 addRow(AudioManager.STREAM_BLUETOOTH_SCO,
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DatabaseHelper.java 628 AudioSystem.getDefaultStreamVolume(AudioManager.STREAM_BLUETOOTH_SCO));
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaAudioTrackTest.java 254 final int[] STREAM_TYPES = { AudioManager.STREAM_ALARM, AudioManager.STREAM_BLUETOOTH_SCO,
258 final String[] STREAM_NAMES = { "STREAM_ALARM", "STREAM_BLUETOOTH_SCO", "STREAM_MUSIC",
    [all...]
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java 270 15, // STREAM_BLUETOOTH_SCO
284 0, // STREAM_BLUETOOTH_SCO
306 AudioSystem.STREAM_BLUETOOTH_SCO, // STREAM_BLUETOOTH_SCO
318 AudioSystem.STREAM_MUSIC, // STREAM_BLUETOOTH_SCO
330 AudioSystem.STREAM_BLUETOOTH_SCO, // STREAM_BLUETOOTH_SCO
348 AppOpsManager.OP_AUDIO_BLUETOOTH_VOLUME, // STREAM_BLUETOOTH_SCO
    [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 254 milliseconds