HomeSort by relevance Sort by last modified time
    Searched refs:STREAM_BLUETOOTH_SCO (Results 1 - 19 of 19) 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 186 * Internal use only for dealing with legacy STREAM_BLUETOOTH_SCO
483 case AudioSystem.STREAM_BLUETOOTH_SCO:
701 case AudioSystem.STREAM_BLUETOOTH_SCO:
719 return AudioSystem.STREAM_BLUETOOTH_SCO;
AudioSystem.java 52 public static final int STREAM_BLUETOOTH_SCO = 6;
AudioManager.java 373 public static final int STREAM_BLUETOOTH_SCO = AudioSystem.STREAM_BLUETOOTH_SCO;
    [all...]
AudioService.java 260 15, // STREAM_BLUETOOTH_SCO
273 7, // STREAM_BLUETOOTH_SCO
295 AudioSystem.STREAM_BLUETOOTH_SCO, // STREAM_BLUETOOTH_SCO
307 AudioSystem.STREAM_MUSIC, // STREAM_BLUETOOTH_SCO
319 AudioSystem.STREAM_BLUETOOTH_SCO, // STREAM_BLUETOOTH_SCO
337 AppOpsManager.OP_AUDIO_BLUETOOTH_VOLUME, // STREAM_BLUETOOTH_SCO
353 "STREAM_BLUETOOTH_SCO",
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallTonePlayer.java 183 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/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 352 AudioManager.STREAM_BLUETOOTH_SCO);
353 int maxVolume = mAudioManager.getStreamMaxVolume(AudioManager.STREAM_BLUETOOTH_SCO);
356 mAudioManager.setStreamVolume(AudioManager.STREAM_BLUETOOTH_SCO, volume, 0);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumePanel.java 187 BluetoothSCOStream(AudioManager.STREAM_BLUETOOTH_SCO,
697 final int plusOne = (streamType == AudioSystem.STREAM_BLUETOOTH_SCO ||
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 101 if (streamType == AudioManager.STREAM_BLUETOOTH_SCO) {
HeadsetStateMachine.java 91 // EXTRA_VOLUME_STREAM_TYPE is STREAM_BLUETOOTH_SCO
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientService.java 103 if (streamType == AudioManager.STREAM_BLUETOOTH_SCO) {
HeadsetClientStateMachine.java     [all...]
  /packages/services/Telephony/src/com/android/phone/
CallNotifier.java     [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DatabaseHelper.java 571 AudioService.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...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 685 milliseconds