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

/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java140 public class AudioService extends IAudioService.Stub { class in inherits:IAudioService.Stub
142 private static final String TAG = "AudioService";
576 public AudioService(Context context) { method in class:AudioService
2365 Log.w(TAG, "AudioService effectType value " + effectType + " out of range");
3499 // Always acquire the wake lock as AudioService because it is released by the
4016 super("AudioService");
4024 synchronized(AudioService.this) {
4028 AudioService.this.notify();
5024 // broadcast intent if the connection was initated by AudioService
5431 // can be set to SAFE_MEDIA_VOLUME_INACTIVE by calling AudioService
[all...]

Completed in 38 milliseconds