Searched refs:AudioService (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/view/
H A DVolumePanel.java31 import android.media.AudioService;
54 * android.media.AudioService, which actually runs in the system process, to
102 // Pseudo stream type for remote volume is defined in AudioService.STREAM_REMOTE_MUSIC
106 protected AudioService mAudioService;
170 RemoteStream(AudioService.STREAM_REMOTE_MUSIC,
256 public VolumePanel(final Context context, AudioService volumeService) {
365 } else if (streamType == AudioService.STREAM_REMOTE_MUSIC) {
375 } else if (streamType == AudioService.STREAM_REMOTE_MUSIC) {
385 } else if (streamType == AudioService.STREAM_REMOTE_MUSIC) {
395 } else if (streamType == AudioService
[all...]
/frameworks/av/media/libstagefright/chromium_http/
H A Dsupport.cpp54 DECLARE_META_INTERFACE(AudioService);
125 IMPLEMENT_META_INTERFACE(AudioService, "android.media.IAudioService");
/frameworks/base/media/java/android/media/
H A DMediaFocusControl.java84 private final AudioService mAudioService;
88 VolumeController volumeCtrl, AudioService as) {
98 AudioService.getMaxStreamVolume(AudioManager.STREAM_MUSIC),
99 AudioService.getMaxStreamVolume(AudioManager.STREAM_MUSIC));
1022 "android.media.AudioService.WAKELOCK_ACQUIRED";
1714 // will cause onRcDisplayClear() to be called in AudioService's handler thread
1744 // will cause onRcDisplayUpdate() to be called in AudioService's handler thread
2697 * Call to make AudioService reevaluate whether it's in a mode where remote players should
H A DAudioService.java115 public class AudioService extends IAudioService.Stub { class in inherits:IAudioService.Stub
117 private static final String TAG = "AudioService";
468 public AudioService(Context context) { method in class:AudioService
2753 // Always acquire the wake lock as AudioService because it is released by the
3085 // mICallback can be 0 if muted by AudioService
3111 // mICallback can be 0 if muted by AudioService
3192 super("AudioService");
3200 synchronized(AudioService.this) {
3204 AudioService.this.notify();
4112 // broadcast intent if the connection was initated by AudioService
[all...]
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java28 import android.media.AudioService;
639 ServiceManager.addService(Context.AUDIO_SERVICE, new AudioService(context));
H A DLockSettingsService.java33 import android.media.AudioService;
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java32 import android.media.AudioService;
1718 vibrateSetting = AudioService.getValueForVibrateSetting(0,
1722 vibrateSetting = AudioService.getValueForVibrateSetting(vibrateSetting,
1926 vibrate = AudioService.getValueForVibrateSetting(vibrate,
1929 vibrate |= AudioService.getValueForVibrateSetting(vibrate,

Completed in 4805 milliseconds