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 46 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
123 AudioSystem.setRecordingCallback(this);
182 * {@link AudioSystem.AudioRecordingCallback#onRecordingConfigurationChanged(int, int, int, int[])}
324 "recording activity as reported through AudioSystem.AudioRecordingCallback");
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 77 import android.media.AudioSystem;
211 return mPlatformType == AudioSystem.PLATFORM_VOICE;
215 return mPlatformType == AudioSystem.PLATFORM_TELEVISION;
290 private int mMode = AudioSystem.MODE_NORMAL;
347 AudioSystem.STREAM_VOICE_CALL, // STREAM_VOICE_CALL
348 AudioSystem.STREAM_RING, // STREAM_SYSTEM
349 AudioSystem.STREAM_RING, // STREAM_RING
350 AudioSystem.STREAM_MUSIC, // STREAM_MUSIC
351 AudioSystem.STREAM_ALARM, // STREAM_ALARM
352 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 36 public class AudioSystem
38 private static final String TAG = "AudioSystem";
109 /* modes for setPhoneState, must match AudioSystem.h audio_mode */
232 synchronized (AudioSystem.class) {
243 synchronized (AudioSystem.class) {
269 synchronized (AudioSystem.class) {
278 synchronized (AudioSystem.class) {
324 synchronized (AudioSystem.class) {
342 synchronized (AudioSystem.class) {
511 // device states, must match AudioSystem::device_connection_stat
    [all...]

Completed in 632 milliseconds