Searched defs:AudioSystem (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
H A DAudioSystem.java27 public class AudioSystem class
186 Log.d(TAG, "[AudioSystem] " + msg);
/frameworks/base/include/media/
H A DAudioSystem.h32 class AudioSystem class in namespace:android
51 // Audio sub formats (see AudioSystem::audio_format).
204 // set audio mode in audio hardware (see AudioSystem::audio_mode)
367 AudioSystem::stream_type stream,
370 AudioSystem::stream_type stream,
473 // keyRouting: to change audio routing, value is an int in AudioSystem::audio_devices
475 // keyFormat: to change audio format, value is an int in AudioSystem::audio_format
476 // keyChannels: to change audio channel configuration, value is an int in AudioSystem::audio_channels

Completed in 22 milliseconds