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

  /frameworks/base/include/media/
AudioSystem.h 37 class AudioSystem
  /frameworks/base/media/java/android/media/
AudioSystem.java 28 public class AudioSystem
80 /* modes for setPhoneState, must match AudioSystem.h audio_mode */
163 synchronized (AudioSystem.class) {
168 // media_server process death if no other method is called on AudioSystem that reaches
176 synchronized (AudioSystem.class) {
216 // device states, must match AudioSystem::device_connection_state
226 // device categories config for setForceUse, must match AudioSystem::forced_config
240 // usage for setForceUse, must match AudioSystem::force_use
AudioService.java 195 AudioSystem.STREAM_VOICE_CALL, // STREAM_VOICE_CALL
196 AudioSystem.STREAM_SYSTEM, // STREAM_SYSTEM
197 AudioSystem.STREAM_RING, // STREAM_RING
198 AudioSystem.STREAM_MUSIC, // STREAM_MUSIC
199 AudioSystem.STREAM_ALARM, // STREAM_ALARM
200 AudioSystem.STREAM_RING, // STREAM_NOTIFICATION
201 AudioSystem.STREAM_BLUETOOTH_SCO, // STREAM_BLUETOOTH_SCO
202 AudioSystem.STREAM_SYSTEM, // STREAM_SYSTEM_ENFORCED
203 AudioSystem.STREAM_VOICE_CALL, // STREAM_DTMF
204 AudioSystem.STREAM_MUSIC // STREAM_TT
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 69 class AudioSystem {
87 // Audio sub formats (see AudioSystem::audio_format).

Completed in 243 milliseconds