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

/frameworks/base/media/java/android/media/
H A DAudioService.java87 public class AudioService extends IAudioService.Stub { class in inherits:IAudioService.Stub
89 private static final String TAG = "AudioService";
331 public AudioService(Context context) { method in class:AudioService
965 int ringVolume = AudioService.this.getStreamVolume(AudioManager.STREAM_RING);
1969 // mICallback can be 0 if muted by AudioService
1998 // mICallback can be 0 if muted by AudioService
2063 super("AudioService");
2071 synchronized(AudioService.this) {
2075 AudioService.this.notify();
2626 // broadcast intent if the connection was initated by AudioService
[all...]

Completed in 37 milliseconds