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

  /frameworks/av/media/libaudioclient/include/media/
AudioSystem.h 44 class AudioSystem
  /frameworks/base/services/core/java/com/android/server/audio/
RecordingActivityMonitor.java 25 import android.media.AudioSystem;
41 * Class to receive and dispatch updates from AudioSystem about recording configurations.
43 public final class RecordingActivityMonitor implements AudioSystem.AudioRecordingCallback {
64 * Implementation of android.media.AudioSystem.AudioRecordingCallback
120 AudioSystem.setRecordingCallback(this);
179 * {@link AudioSystem.AudioRecordingCallback#onRecordingConfigurationChanged(int, int, int, int[])}
PlaybackActivityMonitor.java 25 import android.media.AudioSystem;
47 * Class to receive and dispatch updates from AudioSystem about recording configurations.
157 final int newPiid = AudioSystem.newAudioPlayerId();
203 mSavedAlarmVolume = AudioSystem.getStreamVolumeIndex(
204 AudioSystem.STREAM_ALARM, AudioSystem.DEVICE_OUT_SPEAKER);
205 AudioSystem.setStreamVolumeIndex(AudioSystem.STREAM_ALARM,
206 mMaxAlarmVolume, AudioSystem.DEVICE_OUT_SPEAKER);
211 if (AudioSystem.getStreamVolumeIndex
    [all...]
AudioService.java 66 import android.media.AudioSystem;
197 return mPlatformType == AudioSystem.PLATFORM_VOICE;
201 return mPlatformType == AudioSystem.PLATFORM_TELEVISION;
266 private int mMode = AudioSystem.MODE_NORMAL;
323 AudioSystem.STREAM_VOICE_CALL, // STREAM_VOICE_CALL
324 AudioSystem.STREAM_RING, // STREAM_SYSTEM
325 AudioSystem.STREAM_RING, // STREAM_RING
326 AudioSystem.STREAM_MUSIC, // STREAM_MUSIC
327 AudioSystem.STREAM_ALARM, // STREAM_ALARM
328 AudioSystem.STREAM_RING, // STREAM_NOTIFICATIO
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 68 class AudioSystem {
86 // Audio sub formats (see AudioSystem::audio_format).
  /frameworks/base/media/java/android/media/
AudioSystem.java 34 public class AudioSystem
36 private static final String TAG = "AudioSystem";
107 /* modes for setPhoneState, must match AudioSystem.h audio_mode */
230 synchronized (AudioSystem.class) {
241 synchronized (AudioSystem.class) {
267 synchronized (AudioSystem.class) {
276 synchronized (AudioSystem.class) {
322 synchronized (AudioSystem.class) {
340 synchronized (AudioSystem.class) {
507 // device states, must match AudioSystem::device_connection_stat
    [all...]

Completed in 215 milliseconds