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

  /frameworks/av/include/media/
AudioSystem.h 35 class AudioSystem
  /frameworks/base/media/java/android/media/
AudioService.java 180 private int mMode = AudioSystem.MODE_NORMAL;
226 AudioSystem.STREAM_VOICE_CALL, // STREAM_VOICE_CALL
227 AudioSystem.STREAM_RING, // STREAM_SYSTEM
228 AudioSystem.STREAM_RING, // STREAM_RING
229 AudioSystem.STREAM_MUSIC, // STREAM_MUSIC
230 AudioSystem.STREAM_ALARM, // STREAM_ALARM
231 AudioSystem.STREAM_RING, // STREAM_NOTIFICATION
232 AudioSystem.STREAM_BLUETOOTH_SCO, // STREAM_BLUETOOTH_SCO
233 AudioSystem.STREAM_RING, // STREAM_SYSTEM_ENFORCED
234 AudioSystem.STREAM_RING, // STREAM_DTM
    [all...]
AudioSystem.java 28 public class AudioSystem
30 /* These values must be kept in sync with AudioSystem.h */
80 /* modes for setPhoneState, must match AudioSystem.h audio_mode */
178 synchronized (AudioSystem.class) {
189 synchronized (AudioSystem.class) {
289 // device states, must match AudioSystem::device_connection_state
357 // device categories config for setForceUse, must match AudioSystem::forced_config
373 // usage for setForceUse, must match AudioSystem::force_use
381 // usage for AudioRecord.startRecordingSync(), must match AudioSystem::sync_event_t
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 69 class AudioSystem {
87 // Audio sub formats (see AudioSystem::audio_format).

Completed in 91 milliseconds