HomeSort by relevance Sort by last modified time
    Searched defs:AudioSystem (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/java/android/media/
AudioService.java 172 AudioSystem.STREAM_VOICE_CALL, // STREAM_VOICE_CALL
173 AudioSystem.STREAM_SYSTEM, // STREAM_SYSTEM
174 AudioSystem.STREAM_RING, // STREAM_RING
175 AudioSystem.STREAM_MUSIC, // STREAM_MUSIC
176 AudioSystem.STREAM_ALARM, // STREAM_ALARM
177 AudioSystem.STREAM_NOTIFICATION, // STREAM_NOTIFICATION
178 AudioSystem.STREAM_BLUETOOTH_SCO, // STREAM_BLUETOOTH_SCO
179 AudioSystem.STREAM_SYSTEM, // STREAM_SYSTEM_ENFORCED
180 AudioSystem.STREAM_VOICE_CALL, // STREAM_DTMF
181 AudioSystem.STREAM_MUSIC // STREAM_TT
    [all...]
AudioSystem.java 27 public class AudioSystem
185 Log.d(TAG, "[AudioSystem] " + msg);
  /frameworks/base/include/media/
AudioSystem.h 32 class AudioSystem
51 // Audio sub formats (see AudioSystem::audio_format).
203 // set audio mode in audio hardware (see AudioSystem::audio_mode)
366 AudioSystem::stream_type stream,
369 AudioSystem::stream_type stream,
472 // keyRouting: to change audio routing, value is an int in AudioSystem::audio_devices
474 // keyFormat: to change audio format, value is an int in AudioSystem::audio_format
475 // keyChannels: to change audio channel configuration, value is an int in AudioSystem::audio_channels

Completed in 20 milliseconds